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 application state?
What is caching? What are different ways of caching in asp.net?
What is the difference between cache and cookies?
How you will manage the state of ASP.NET controls?
How to create events for a control?
Differentiate between client-side and server-side validations in web pages.
Explain different types of validators in asp.net?
Explain the features that make asp.net more used framework? : asp.net mvc
Explain the procedure to handle the process request using mhpm events fired? : asp.net mvc
Explain the different types of directives in .net?
Explain what the contents of cookie?
Explain global assembly cache.
Which .NET framework supports Web API?
Explain the difference between codebehind="mycode.aspx.cs" and src="mycode.aspx.cs"?
How do u optimize a query in asp.net?