.NET Framework 1.1/2.0/3.0/3.5 main features comparision
1.1
Side-by-Side Execution
ASP.NET Mobile Controls
IPv6 Support
2.0
64-Bit Platform Support
Click-Once Deployment
Strongly-Typed Application Settings
.NET Framework 1.1/2.0/3.0/3.5 main features comparision
1.1
Side-by-Side Execution
ASP.NET Mobile Controls
IPv6 Support
2.0
64-Bit Platform Support
Click-Once Deployment
Strongly-Typed Application Settings
The following features are introduced in the C# 3.0
Visual studio C# 2008
1. Lambda Expressions.
2. Extension Methods.
3. LINQ Query Expressions.
4. Anonymous Types.
5. Expression Trees.
6. Partial Methods.
7. Auto-Implemented Properties.
8. Object and Collection Intializers.
The following features are introduced in the C# 2.0
[Visual studio C# 2005 ]
1. Generics.
2. Anonymous Methods.
3. Iterators.
4. Partial Types.
5. Nullable Types.
6. Delegate Inference.
7. Covariance and Contravariance.
8. Friend Assemblies.
9. # Pragma warning.
10. Captured Variables.
The following are the ASP.NET enhancements in .NET Framework 3.5 1. Development support for AJAX-enabled Websites. 2. Support provided for LINQ (Language-Integrated Query). 3. Full IntelliSense support in Visual Studio 2008 for working with JavaScript. 4. ASP.NET Merge tool (Aspnet_merge.exe) allows you to combine and manage the assemblies that are created by pre-compilation tool Aspnet_compiler...