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
What is the difference between adding routes, to a webforms application and to an mvc application?
Explain ASP.NET MVC Identity and Security?
What are the 2 ways of adding constraints to a route?
explain why t4 entity is important in entity framework?
What type of filter does outputcacheattribute class represents?
explain lazy loading, eager loading, and explicit loading?
How do you assign a value to a complex number 7 how has exception hand changed in .net framework 4.0?
what is client wins and store wins mode in entity framework concurrency?
mention what is csdl, ssdl and msl sections in an edmx file?
Explain the types of Scaffoldings.
Can we change web.config settings from iis?
What is Peek method in Tempdata in ASP.Net MVC?
What is the difference between windows vista and .net framework 3.0 ?
What is .net framework in simple terms?
What is ado.net data provider? : Entity framework