Home »

What are the new features of .NET 2.0?

Question ListCategory: ASP.NETWhat are the new features of .NET 2.0?
jessica537 author asked 8 years ago
1 Answers
alisataylore190 author answered 8 years ago

Generics, anonymous methods, partial classes, iterators, property visibility(separate visibility for get and set) and static classes. See
http://msdn.microsoft.com/msdnmag/issues/04/05/C20/default.aspx for
more information about these features.

Please login or Register to Submit Answer