GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Interview Questions  >  Microsoft  >  ASP.NET 2.0

 Print  |  
Question:  What are the main differences between .net 1.1 and 2.0



September 09, 2006 04:32:26 #2
 Sreekanth Ramakrishnan   Member Since: Visitor    Total Comments: N/A 

RE: What are the main differences between .net 1.1 and...
 
In terms of .NET Framework1.Introduction of Partial Classes. (Partial Classes allow you to implement the functionality of a class partially allow other developers to implement the other part.).2. Generics.In terms of ASP.NET Framework:1. Ability to post the data from from .aspx page to another page directly using the
attribute.2. The output in XHTML and improved support for Browsers.3. Introduction of new controls like GridView, FormView,DetailsView4. Ability to write asp.net pages in various .NET languages. (.NET 1.1 forced the developer to use a single language thro' out the project).
     

 

Back To Question