Answer Posted / satish v itagi
1. ASP.NET has languages that comply to CTS and CLS for
coding the business logic. CLR manages the JIT from IL byte
code.
2. ASP.NET has class libraries which have web controls
which are run at server by default.
3. ASP.NET can be either single file with/without Code
Behind but ASP is single file only.
ASP uses scripts and ASP.NET uses dot Net compliant
languages.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Is a dll file an executable?
Explain the differences between managed and unmanaged code?
Explain about the Class view window?
What are the data controls available in asp.net?
What is ispostback property?
what are configuration files?
Explain client-side scripting?
Explain the updatepanel?
What is the difference between session object and application object?
How can we inherit a static member?
Explain program to call the js function when the change is being made in the dropdown list made in asp.net mvc? : asp.net mvc
What is clickid?
Why Unload event of MasterPage Calls first in ASP.net ?
What is autopostback true?
Web API uses which library for JSON serialization?