difference between c# 7 , 2003 , 2005
Any one know what is difference between c# 7 , 2003 , 2005.
basic difference
framework
etc.
The changes are usually in the .NET Framework more than the language. From v1.0 to v1.1 there weren't any changes to the language - it was only a Framework change.
From v1.1 to v2.0, there are new things in the language such as support for Generics, Partial Classes, Anonymous Methods.
For information on changes from Framework versions see these links:
Compatibility Considerations and Version Changes
http://www.gotdotnet.com/team/changeinfo/default.aspx
List of Breaking Changes (May 2005)
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnetdep/html/listofbreakingchanges.asp
Regards,
Vikram