1.0 vs 1.1 vs 2.0

  • Thread starter Thread starter Greg Webb
  • Start date Start date
..1 and .9

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.
 
Hi Greg,

In simple words.
Microsoft is making you write as less code as possible "

this is the significant change when you go from 1.0 -> 1.1 -> 2.0

from 1.1 -> 2.0 more namespaces are added .
and concepts like remoting have inbuild security which was not there in 1.1
version.
C# 2 has more features like generics .
VB.NET - > in vs.net IDE when you load the VB.NET solution half of the
compiliation work is already done..
Webservices - 2.0 WSE enhancements..
ASP.NET has more controls and datagrid is not there in ASP.NET 2.0 but they
have a new control. which is better than datagrid.

etc..etc..and many more.

Thanks
Raghavendra
 
Back
Top