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 / nikhil jain
In .Net 2.0 there are numerous changes over .Net 1.1. These
are:-->
1) Nullabale type check.
2) Generic Class.
3) Partial Class.
4) Runtime debug and modify.
5) debug sql script.
6) login Controls.
7) Navigation Controls.
8) Define classes in app_data folder that makes the classes
define in it to be as a Compiled dll.
9)Themes.
10) Browser settings.
11) Master Pages.
12) Global/Local resources.
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
Are there any parts of the .net framework 3.0 that only work on windows vista?
What are differences between entity framework and l2s? : Entity framework
What are authentication filters in web api?
Mention the core components of .net framework?
Can a view be shared across multiple controllers? If yes, how we can do that?
what do you mean by table-per-type?
What are the new features 3.5 framework against with the tool?
Why is entity framework used?
What is .net framwork?
What is storage model? : Entity framework
What is controllercontext?
what is datacontrols?
Explain the .net framework.
How does the .net framework 3.0 relate to the .net framework 2.0?
What is main objective of asp.net mvc 4 or what is new in mvc4 ?