"Knowledge has to be improved, challenged, and increased constantly, or it vanishes."

Archives

Archives / 2011 / May
  • Auto-Implemented properties in C#

    When you write applications based on Object Oriented Programming concepts, you need to define lot of classes. When you define classes in C#, you need to define member variables and properties. Usually you define member variables as private and you will expose these member variables with corresponding public properties. This gives you an overhead as you are forced to define private variables just to expose them as properties.

  • What is new in HTML 5

    Now most of the browsers have the support for HTML 5. From now, web developer’s needs to think how they can utilize the new elements arrived with HTML 5 in their web applications. In this article I am listing some major elements that every web developer will be interested in.