VB and C# enhancements in VS 2010

dd183105visualstudio 45en usmsdn10 VB and C# enhancements in VS 2010I have found this post at somasegar’s blog writing about the new enhancements in VB and C# languages.

About VB.NET they include:
– removed the underscore (“_”) character when breaking a code statement across multiple lines
– simple way of declaring properties
– collection initializers and array literals are simpler as well
– better support for lambdas
– interoperating with dynamic language code such as Python and Ruby are simpler

Read also about C# improvements and find nice code samples here.

Related posts:

  1. Visual Studio 2010 and .NET Framework 4.0
  2. New Visual Basic 9 string features
  3. Demonstration of XML in VB9
  4. The Future of .NET: Visual Basic, the CLR and Managed JScript

  1. hi,

    its interesting to know the enhancements of vb and c# in vs 2010. if you want more on this have a look at this link
    http://www.vs-2010.com/vs2010/post/vs-2010-overview-vb-and-csharp-language.aspx

Leave a Comment


NOTE - You can use these HTML tags and attributes:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <pre lang="" line="" escaped="" highlight="">

Read previous post:
Developer Evangelist Handbook

Here is what I have found this late evening. The Developer Evangelist Handbook is something which is a good read...

Close