What is the difference between ASP and ASP.NET?
Answer Posted / siddhartha suripunj
ASP is implemented with the scripying language where as
ASP.NET is a technlogy which is implement in various
languages under .net framework like
VB.Net ,C# ,etc.Therefore the ASp.net project is compiled
rathere than interpreted and hence edge over ASP as far as
performance is concerned.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Explain the difference between sql invalidation and sql notification.
What r the asp.net list controls and diff. Between them?
What is difference between datalist and gridview?
What are the types of authentication in asp.net?
Which asp.net objects encapsulate the state of the client and the browser?
What are the merits and demerits of viewstate?
What are the server controls in asp.net?
Explain the difference between codebehind="mycode.aspx.cs" and src="mycode.aspx.cs"?
how can we create wcf in asp.net and how can we cll that in to asp.net application?plsss tel me each step clearly
If I am developing an application that must accomodate multiple security levels though secure login and my asp.net web application is spanned across three web-servers (using round-robin load balancing). What would be the best approach to maintain login-in state for the users?
Difference between DataGid and Girdview? Difference b/w .Net 2.0, 3.0 and 3.5 ? Diff b/w dispose & Finialize Methods?
By default, Web API sends HTTP response with which of the following status code for all uncaught exception?
How do I create a web form?
What is manifest in .net framework?
What is custom events?