What is the difference between ASP and ASP.NET?
Answer Posted / srini
1.ASP and ASP.NET both are uset to build td the web
application and web site.
2.ASP is a compiled Managed code.
But asp.net is a object oriented programming language.
3.ASP.NEt give highly productive programming language.
Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Explain an object, class and method.
How do you implement postback with a text box?
What is actually returned from server to the browser when a browser requests an .aspx file and the file is displayed?
What is synchronous and Asynchronous post back ?
what is DLL Hell and how it is solved in .NET? please explain clearly??
Can you nest updatepanel within each other?
Why do you use the app_code folder in asp.net?
Explain the main function of razor in asp.net? : asp.net mvc
What are the Types of chaching. How to implement caching
If you want to write your own dot net language, what steps you will you take care?
What is the difference between custom controls and user controls?
What are uri parameters?
How does asp page work?
What is the difference between stored procedure vs function?
How many types of controls are there in asp.net?