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
How do cookies work?
What is the difference between session object and application object?
What is difference between session and viewstate?
what is command line compiler.what are the steps and how it is related to debugging.
what are the web form events available in asp.net?
What is master page in dtp?
What does the orientation property do in a menu control?
Which type if caching will be used if we want to cache the portion of a page instead of whole page?
What is http pipeline in asp.net?
How do u deploy your asp.net application?
How do you declare static variable? What is its lifetime?
while developing webservices if i want some users to use my webservice only how can i give security to my webservice?
What is the difference between GridView and Repeater controls in ASP.NET?
Can the validation occurs in server-side or client-side? If the validation occurs why should we do?
how to elimainte the similar data from the different tables