Answer Posted / mupnesh
ASP is based on a procedural & event driven programming
model.. Whereas ASP.NET is based on object oriented & event
driven programming model.
Application written in ASP.NET are compiled,Whereas ASP are
interpreted.
ASP.NET can only support one programming language on a
page,ASP support muliple programming languages on a page.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What’s difference between “optimistic” and “pessimistic” locking?
Explain the difference between the web config and machine config.
What is the significance of attaching a profile while creating a user?
IN an ASP.NET Web application if there is any error, how can you debug?
What is web router?
Describe state management in asp.net?
Explain different types of validators in asp.net?
What is the maximum amount of memory any single process on windows can address?
Explain what benefit does your code receive if you decorate it with attributes demanding specific security permissions?
How to display validation messages in one control?
What is the difference between file-based dependency and key-based dependency?
What is the equivalent of date() and time() in asp.net?
Explain Optimization technique description?
What type of code, client-side or server-side, is found in a code-behind file of a Web page?
Explain the namespace classes used in asp.net mvc? : asp.net mvc