Hi,
This seems to be a common question, but i havent got an answer yet:(
Can, any one please explain me the differences between these versions.
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
YousefPosted Apr 27, 2007, 9:04 AM
Mike GoldPosted Apr 24, 2007, 2:15 AM
One difference between 1.1 and 2.0 was that in 2.0 you got C# 2.0: generics (templates), anonymous methods, partial classes, etc. Also you got a host of new controls and improved technology in ASP.NET.
The difference between 2.0 and 3.0:
3.0 has many new features including (WPF, WWF, WCF). These new technologies are heading towards a more declarative approach to programming.
Also 3.0 has LINQ technology which will allow querying on anything from collections to databases.
If you have more specific questions, feel free to ask them.