Re: Will all code in .NET 2.0 work in .NET 3.5?
|
Enrico Oreiton |
|
5/26/2008 3:59:56 AM |
You sould be good to go. Convert your project and enjoy the new features of the 3.5 Framework. Make sure your web server has the 3.5 framework installed. Post Comments |
|
Re: Will all code in .NET 2.0 work in .NET 3.5?
|
Dominigo Paitiam |
|
5/26/2008 4:00:27 AM |
I had the same question recently. But after some research I found out that 3.5 is really just a n extension to 2.0. So you get some new controls and LINQ (which I haven't gotten around to yet). In other words - your 2.0 apps should be fine in 3.5 so you might as well move in that d irection. Not nearly the learning curve that 2.0 was... Post Comments |
|
Re: Will all code in .NET 2.0 work in .NET 3.5?
|
Malavika Anton |
|
5/26/2008 4:00:47 AM |
Hi No need to stuch in .NET 2.0 you can Move on to .Net 3.5 ..all code in .NET 2.0 will work in .NET 3.5 also. Have a look at this link http://weblogs.asp.net/scottgu/archive/2008/02/19/ net-3-5-client-product-roadmap.aspx Post Comments |
|