February 2009 - Posts

3
Comments

Code Snippet for Automatically Implemented Property by Yanesh Tyagi

Code snippets allows programmers to extend auto-complete feature of Visual Studio. Code snippets enables a programmer to create an auto-complete that will appear in the intellisense. It also allows a programmer to define the logic of auto complete. Behind...
Filed under: ,
2
Comments

Mystery of Not Operator in VB.Net by Yanesh Tyagi

(Not 2) = -3. Strange! Read below. In VB.Net, non-zero integer is evaluated as True and an integer whose value is zero is evaluated as False. This is known fact since earliest version of Visual Basic. And this is also supported by VB.Net. Now consider...
Filed under: ,
More Posts