Migrating from .NET 1.x to .NET 2.0
Hi! I have been programming in Visual C++ for a while now but I am new to .NET programming. In trying to learn this stuff, I have found some tutorials that guide you to do programming in .NET as well as other libraries. The so called tutorial explains everything for .NET 1.0 as the tutorials explain everything with respect to Visual Studio 2002/2003. I tried to follow the tutorials to try out some samples in the version I have ( Visual Studio 2005) but I am getting a few errors. And I very much think that it uses .NET 2.0. Hence, I wanted to know if there is a way, I can understand the basic differences between .NET 1.0 and .NET 2.0 frameworks, so that I can get my errors fixed? Please let me know as I am hainvg a few problems compiling the programs using all the three i.e., Visual C++.NET, Visual Basic.NET and Visual C#.NET, after I did exactly what the tutorials said.
Thank you,
Bhushan.
# 1 Re: Migrating from .NET 1.x to .NET 2.0
There are soooo many differences between 1.x and 2.0 (and not 3.0 and 3.5) that I would definately throw out all 1.x based material (for learning purposes) and concentrate on 3.0/3.5.