Yanesh Tyagi on ASP.Net
Technical blog of Yanesh Tyagi
Sign in
|
Join
Home
Contact
About
RSS
Atom
Comments RSS
Search
Tags
Ajax Control Toolkit
ASP.NET
C#
Code Snippet
Concepts
Generics
Graphics
List<T>
ListView
Tools
VB.Net
Sponsors
advertise here
Navigation
Home
Blogs
Archives
May 2009 (1)
February 2009 (2)
January 2009 (2)
November 2008 (1)
October 2008 (1)
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:
C#
,
Code Snippet
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:
Concepts
,
VB.Net
More Posts