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 can we create custom controls in asp net?
Please brief not about xsd,xslt & xml?
What is the difference between application state and session state in asp net?
What are the different ways you would consider sending data across pages in ASP (i.e between asp to asp)?
What's the use of formatters in .net?
Can you edit data in the Repeater control? Which template must you provide, in order to display data in a Repeater control? How can you provide an alternating color scheme in a Repeater control? What property must you set, and what method must you call in your code, in order to bind the data from some data source to the Repeater control?
How to find last error which occurred?
What are the different authentication modes in asp.net?
Can you explain autopostback?
What is the function of new view engine in asp.net? : asp.net mvc
What parameters can you pass in the url of the api? Can get and post use the same url?
How will you do Redo and Undo in a TextControl?
What are the session variables?
What is asp.net globalization?
What are demand-paging and pre-paging?