Browse by Tags

All Tags » Code » InteQ (RSS)

C# 3.0 - What's New : {Properties}-Part2

Property of the class can be considered as the mechanism of accessing the private variables of the class. In other words, properties act as wrappers to the private variables. Though, the new feature related to this is not so great from the point of technology...
Posted by Chakravarthy | with no comments
Filed under: , , , ,

The importance of 'Return' keyword at JavaScript

Recently, while coding for a Text Field value padded with left zeros, realised the importance of the RETURN key word for the FUNCTION written in JavaScript. Before i mention the actual importance, let me describe you the situation. Scenario: A Text box...
Posted by Chakravarthy | with no comments