Answer Posted / ranjith
ASP:
1) this supports scripting languages,generally scripting
languages are interpreter based,so execution will be
slow,and no proper management
2)no server side controls
3)supports inpage technique
4) supports inprocess session
5)uses ADO for database connectivity
6)manual coding to perform validations
7)supports entire page caching towards client side
ASP.NET:
1) supports .net languages.these r compiler based,so
execution will be fast
2)supports server side controls
3)supports inpage ,code behind techniques
4)supports in process,out process session
5) no manual coding to perform validation
6)supports 3 types of caching
a)out put caching
b) fragment caching
c) data caching
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What are the disadvantages of asp.net?
What is a session government?
What are the advantages of asp.net?
What is razor? : asp.net mvc
Mention the execution process for managed code?
What is Pre-Render event in ASP.NET?
Explain the main differences between asp and asp.net?
What a diffgram is, and a good use for one?
What is the server of asp.net?
Why should i prefer JSP over asp.net or any other web development language..??
What are the major built-in objects in ASP.NET?
Where the cookie value is stored?
What is session authentication?
What is .net framework and what are the main components of it?
Diff between web user control and web custom control?