Browse by Tags

All Tags » Hyderabad » Tips (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

Increase Web Pages Response time - tip

For the ASP.NET pages that has no user input it is a best practice to have the page register with EnableViewState=“false”. This will increase the response time to 200% of the default. Along with that, you can also do the one more important is that, anyhow...
Posted by Chakravarthy | with no comments
Filed under: ,