Difference between asp and asp.net ?
Answer Posted / arunendra shukla
"ASP (Active Server Pages) and ASP.NET are both server side technologies for building web sites and web applications, ASP.NET is Managed compiled code - asp is interpreted. and ASP.net is fully Object oriented. ASP.NET has been entirely re-architected to provide a highly productive programming experience based on the .NET Framework, and a robust infrastructure for building reliable and scalable web
applications."
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is parse in asp.net?
Describe how passport authentication works.
Can you explain the importance of finalize method in .net?
What are validator? Name the validation controls in asp.net?
How to make sure that contents of an updatepanel update only when a partial postback takes place (and not on a full postback)?
Explain different authentication modes in asp.net?
Can the validation occurs in server-side or client-side? If the validation occurs why should we do?
Explain what does wsdl stand for?
What is state management in asp.net with example?
What is the default authentication mode for asp.net?
Why do we need url encoding?
Can we set which type of comparison we want to perform by the CompareValidator control?
What is owin authentication?
What is the difference between exe and dll?
What type of code, client-side or server-side, is found in a code-behind file of a Web page?