What are the differences between .NET 1.1 and .NET 2.0 in terms of changes in language (C#/VB.NET) and Framework? Please do not include the differences between Visual Studio 2003 and 2005.

Showing Answers 1 - 3 of 3 Answers

This are new features included as compared to older version(2003)
Vb.Net 8.0
1.Support for Operator Overloading
2.Supports Generics
3.Extra keywords included - Continue,My,using,isnot
4.Nullable Types are supported
5.supports partial Class Concept
6.Unsigned datatypes
7.Default Instance
8.Property accessor accessibility-Diiferent Accesors for Get and Set

C# 2.0

1.Supports Generics
2.Nullable Types are supported
3.supports partial Class Concept
4.Anonymous Methods are Supported
5.Partial Class
6.Iterators
7.Static Classes
8.Property accessor accessibility-Diiferent Accesors for Get and Set

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions