What is the difference between ASP and ASP.NET?
Answer Posted / srini
1.ASP and ASP.NET both are uset to build td the web
application and web site.
2.ASP is a compiled Managed code.
But asp.net is a object oriented programming language.
3.ASP.NEt give highly productive programming language.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Is there any property names “isnavigating”?
What is the use of dispose method?
How can you implement encapsulation in asp.net?
How does the service stream content?
What are the differences between clr & cts?
What are the elements of a website?
Difference between Response.redirect vs server.transfer?
What are the different types of Caching techniques in ASP.NET?
How do u deploy ur project?
What language does asp.net use?
Mention the namespace that is used to include .net data provider for sql server in .net code?
How to store checkbox value in database in asp.net mvc? : Asp.Net MVC
Explain authorization levels in .net ?
Define static member?
What kind of data we can store in viewstate?