what is the difference b/w .net 1.1 and 2.0 ?
Answer Posted / bikshapathi,applicationdevelop
In .NET1.1 we have no Generics,anonymous and partial
concepts where in 2.0 it has.
In .Net2.0 we have advance controls like login controls and
also we have MasterPages ,Themes-Skins etc concepts
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
What is the biggest disadvantage of “Other Return Types” in Web API?
What are ASHX files?
Explain client-side scripting?
Will the asp.net validators run in server side or client side?
Difference between application events and session events
How do you use viewstate?
What is the behavior of a Web browser when it receives an invalid element?
What is the asp.net mvc folder conventions? : asp.net mvc
Is there any limit for query string? Means what is the maximum size?
Differentiate between early binding and late binding.
What are the namespace classes used in asp.net mvc? : asp.net mvc
What are the differences between primary foreign and unique keys?
Can you edit data in the Repeater control? Which template must you provide, in order to display data in a Repeater control? How can you provide an alternating color scheme in a Repeater control? What property must you set, and what method must you call in your code, in order to bind the data from some data source to the Repeater control?
Explain significance of routing? : asp.net mvc
What is view state management in asp net?