Differences between 1.1 and 2.0

  • Thread starter Thread starter Stefano Del Furia
  • Start date Start date
S

Stefano Del Furia

Hi all,
where can i find the "what's new" list between 1.1 and 2.0 (Framework and
C#) ??
Thanks in advance
Stefano
 
Stefano,

Chapter 19 in the language specification (MSDN version) provides a
brief introduction to the new C# language enhancements while chapters
20-25 go into more detail. It's not as easy to distinguish the new
features in the ECMA version of the specification.

Look for the 2.0 March Draft Document:
<http://msdn.microsoft.com/vcsharp/programming/language/>

Brian
 
Thanks a lot.
Your link is for C#.
Any suggestion about .NET new classes and methods in 2.0??
Thanks agani
Stefano

In data Sun, 11 Dec 2005 19:16:57 +0100, Brian Gideon
 
I'll leave it to others to provide more information about new classes
to the BCL. I just don't know of any good links as far as general .NET
enhancements are concerned. Sorry.
 
Back
Top