Archives
-
Visual Studio 2010 new Intellisense enhancements
In this post I am going to demonstrate through (screenshots mostly) some very handy, useful new features regarding Intellisense that ship with VS 2010. Through these features we can be more productive.
-
Nullable data types in Visual Basic 9.0
I know we are in Visual Studio 2010 and VB 10.0 version of the language-compiler.Most people I know (in my country anyway) work still with VS 2008 and .Net 3.5 SP1 version.
-
How to use extension methods with C# 3.0
In this post I would like to talk about a new feature in C# 3.0 that is called extension methods.