what is difference b/w .net 1.1 and .net 2.0. I need Answer
in c# , asp.net and ado.net Level.Like c#1.1 and c#.1.1 ,
ado.net1.1 and ado.net2.0 and asp.net1.1 and asp.net2.0
Answer Posted / kondal
there are so many numorous changes in API
1.due to these changes CLR got the full control of memory
management,thread management, and in security.
2. Introduction of generics
3. Click once deployement
4. CLR integration
5. Db caching techniques
6. Support to new controls like sql connection, log viewer,
str
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).
ip controls
One is dynamic menu. We can create dynamic menus using .Net
2.0 but not with 1.1
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Explain the advantages of dependency injection (di) in asp.net mvc?
What are the 3 main components of an asp.net mvc application?
mention what is the key advantage of using entity framework or ef?
How we can multiple submit buttons in ASP.Net MVC
What is object service? : Entity framework
Mention what is the difference between “ActionResult” and “ViewResult” ?
What is entity framework? : Entity framework
Explain covariance and contra-variance in .net framework 4.0. Give an example for each.
What is ViewData and TempData in ASP.Net MVC?
What is an asynchronous controller in asp.net mvc?
Explain JSON Binding?
Asp.net mvc application, makes use of settings at 2 places for routing to work correctly. What are these 2 places?
What filters are executed in the end?
Are there any parts of the .net framework 3.0 that only work on windows vista?
What are the new enhancements done in default project template of asp.net mvc 4?