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
| Asp.net 3.5 includes the following as new features
|
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. |
Are we discussing difference b/w VS 2005 and VS 2008, or b/w ASP.NET 2.0 and ASP.NET 3.5.
ReplyDeleteit contains both the differences VS 2005 and VS 2008 as well as ASP.NET 2.0 and ASP.NET 3.5
ReplyDelete