.NET Bits

.NET tidbits

Browse by Tags

All Tags » Visual Basic (RSS)
Visual Studio Key board Binding Poster
If you prefer to use keyboard short cuts more than the mouse ,please find below the links for the Visual studio Keyboard Binding Posters Visual Studio 2010 (inludes links for C++,VB,C# & F#) Visual Studio 2008 (C#) Visual Studio 2008(VB)
Anonymous Types: VB.NET vs C#
Did you know that in C#, the anonymous types are immutable ie they cannot be changed. However in VB.NET this is not the case. The following example illustrates the difference In C# var customAnonymoustType = new { Name = "Some Name" , Age = 12 } ; customAnonymoustType...
Posted: Sep 09 2008, 08:30 PM by Jeev | with no comments
Filed under: ,
More Posts