TechBubbles

Archive for June, 2008

.NET Framework Features

.NET Framework 1.1/2.0/3.0/3.5 main features comparision

1.1

Side-by-Side Execution

Mobile Controls

IPv6 Support

2.0

64-Bit Platform Support

Click-Once Deployment

Strongly-Typed Application Settings

Read more

No comments

C# 3.0 features

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.

1 comment

C# 2.0 features

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.

No comments

ASP.NET Enhancements

The following are the 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. Merge tool (Aspnet_merge.exe) allows you to combine and manage the assemblies that are

created by pre-compilation tool Aspnet_compiler.exe.This merge tool builds the single assemblies

for the website. Earlier add-on was released for Visual studio 2005 to build the assembly.

5. Web application project model supported in this version. This feature easily allows us to migrate the

visual studio 2003 websites to the current version

6. One instance of Web application can target the .net framework version 2.0,3.0 and 3.5

7. Support has been given to Ajax extender controls

8. WCF Services can be consumed in the web project.

9. Intellisense Support is provided for LINQ.

10. AJAX enabled sites can access the web services and WCF services.

1 comment

« Previous Page