Friday, July 1, 2011

Difference Between Asp.Net 2005 and Asp.Net 2008

Difference Between Asp.Net 2005 and Asp.Net 2008


ASP.NET 2005

ASP.NET 2008

32 bit support

64 bit support

Asp.net 2.0 includes the following as new features
  • Master pages
  • Grid View
  • Profiles

Asp.net 3.5 includes the following as new features
  • List View control
  • Data pager control
  • Nested master pages
  • LINQ Data Source Control.
Asp.net 2.0 does not support multi targeting environment. Asp.net 3.5 Support multiple targeting option that we choose from the dropdown list whether to have visual studio 2008 build application against the asp.net 2.0, 3.0, 3.5 frameworks
There is no inbuilt support for ajax you have to explicitly download and installed the software. In asp.net 3.5 ajax is integrated into the framework, thereby making the process of building intuitive cool user interfaces easier.
It does not support silverlight It supports silverlight.
It does not provide javascript debugging. It provide javascript debugging
It does not support LINQ It support language intergrated query (LINQ)
Only source and design view Source, design and split view.

2 comments:

  1. Anonymous06:27

    Are we discussing difference b/w VS 2005 and VS 2008, or b/w ASP.NET 2.0 and ASP.NET 3.5.

    ReplyDelete
  2. it contains both the differences VS 2005 and VS 2008 as well as ASP.NET 2.0 and ASP.NET 3.5

    ReplyDelete

Note: Only a member of this blog may post a comment.