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
If 200 is for all successful operation then why do we have 201 response codes?
Is sql backend or frontend?
Explain about Multi-Language integration?
Can you explain how ASP.NET application life cycle and page life cycle events fire?
What is the difference between user control an custom control?
Is web config mandatory?
Why is the standalone environment only useful during the development process?
What does passport and windows authentication mean in ASP.NET?
Which protocol is used in a web api?
Can we handle the error and redirect to some pages using web.config?
Which method is used to force all the validation controls to run?
explain code with datachaching with example
What is the life cycle of web page?
What are the differences between clr & cts?
What is the use of placeholder control?