Friday, October 8, 2010

Differences between 2.0 and 3.5

asp.net 2.0 features: 1.Master pages.2..Profiles.3..gridview control

Asp.net 3.5 1.listview conrtrol. 2.datapager control 3.netsted master pages

in c# some of features partial methods, extenction methods, linq to sql etc

----------------------------------------------------------------------------------

2.0 = framework that shipped with VS 2005 VB 8.0 / C# 2.0

3.0 = same framework as 2.0 + WCF + WPF + WF

3.5 = all the above + LINQ technologies and will ship with the next VS including VB 9.0 and C# 3.0

2.0 and 3.0 both use the 2.0 CLR (common language runtime). The only difference is addition of Windows Communication Foundation, Windows Presentation Foundation, and Workflow components in 3.0.

3.5 will be shipped with the next Visual Studio and the most dominent change is the addition of LINQ (language integrated query) technologies. There will also be new framework classes (for example, new encryption classes designed to utilize CNG). The languages themselves will probably have more significant changes than the framework. For a complete list of changes, you can view the Beta documents.

------------------------------

.NET Framework 2.0

• A new hosting API for native applications wishing to host an instance of the .NET runtime

• Full 64-bit support for both the x64 and the IA64 hardware platforms.

• Language support for Generics built directly into the .NET CLR.

• Many additional and improved ASP.NET web controls.

• New data controls with declarative data binding.

• New personalization features for ASP.NET, such as support for themes, skins and webparts.

.NET Framework 3.0

• Windows Presentation Foundation (WPF), formerly code-named Avalon; a new user interface subsystem and API based on XML and vector graphics, which will make use of 3D computer graphics hardware and Direct3D technologies.

• Windows Communication Foundation (WCF), formerly code-named Indigo; a service-oriented messaging system which allows programs to interoperate locally or remotely similar to web services.

• Windows Workflow Foundation (WWF) allows for building of task automation and integrated transactions using workflows.

• Windows CardSpace (WCS), formerly code-named InfoCard; a software component which securely stores a person's digital identities and provides a unified interface for choosing the identity for a particular transaction, such as logging in to a website.

2.0 => framework that shipped with VS 2005 VB 8.0 / C# 2.0

3.0 => same framework as 2.0 + WCF + WPF + WF

3.5 => all the above + LINQ technologies and will ship with the next VS including VB 9.0 and C#

-------------------------------------------------------------------------------

.NET Framework 3.5 builds incrementally on the new features added in .NET Framework 3.0. For example, feature sets in Windows Workflow Foundation (WF), Windows Communication Foundation (WCF), Windows Presentation Foundation (WPF) and Windows CardSpace. In addition, .NET Framework 3.5 contains a number of new features in several technology areas which have been added as new assemblies to avoid breaking changes.

They include the following:

Deep integration of Language Integrated Query (LINQ) and data awareness. This new feature will let you write code written in LINQ-enabled languages to filter, enumerate, and create projections of several types of SQL data, collections, XML, and DataSets by using the same syntax.

ASP.NET AJAX lets you create more efficient, more interactive, and highly-personalized Web experiences that work across all the most popular browsers.

New Web protocol support for building WCF services including AJAX (Asynchronous Javascript and XML, JSON (Java Script Object Notation), REST (Representational State Transfer), POX (Plain Old XML), RSS (Really Simple Syndication), ATOM, and several new WS-* standards.

Full tooling support in Visual Studio 2008 for WF, WCF, and WPF, including the new workflow-enabled services technology.

New classes in .NET Framework 3.5 base class library (BCL) that address many common customer requests.

No comments: