Re: What are the new features in ASP.NET 3.5 that will make it significantly different from ASP.NET 2.0?
|
Amrutha Vinay |
|
4/29/2008 3:04:57 AM |
Amrutha, I viewd this site. Good and useful! Post Comments |
|
Re: What are the new features in ASP.NET 3.5 that will make it significantly different from ASP.NET 2.0?
|
Nirmal Pandey |
|
4/29/2008 4:27:59 AM |
Hi Amrutha, You are an advanced user. As far as I know, one of the goals for the 3.5 Framework is to make it easy for customers to adopt the new version while providing some additional functionality. The new assemblies are added to add additional functionality. Developers can integrate the new functionality into their existing by referencing the new assemblies. For asp.net, 3.5 Framework contain the 2.0 Framework. After the installation of the 3.5 Framework, the System.Web.dll will remain version 2.0.0.0 in the GAC. The addition of System.Web.Extension.dll (AJAX Extension) to the .Net Framework will make the adoption of the ASP.Net AJAX Framework easier for developers. Ok? Post Comments |
|
Re: What are the new features in ASP.NET 3.5 that will make it significantly different from ASP.NET 2.0?
|
Poicramuikri Cevilto |
|
4/29/2008 4:29:50 AM |
The following are the updated dll: -
System.Data.Linq.dll – The implementation for LINQ (Language Integrated Query) to SQL. LINQ will be covered later as ASP.Net provides a LINQDataSource server control. -
System.Xml.Linq.dll – The implementation for LINQ to XML. -
System.Web.Extensions.dll –ASP.NET AJAX, ListView, and DataPager controls. The changes to this namespace will be covered later.
Post Comments |
|
Re: What are the new features in ASP.NET 3.5 that will make it significantly different from ASP.NET 2.0?
|
Dan D'Souza |
|
4/29/2008 4:31:47 AM |
Amrutha, View this site: http://msdn2.microsoft.com/en-us/library/bb332048(VS.90).aspx
I hope this helps
Post Comments |
|