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 is ipostback?
What are Session states available and its Uses?
Can we have a web application running without web.config file?
What is the difference between equals() and == in c#?
How to create discussion forum in asp.net mvc? : Asp.Net MVC
What is dynamic web page with example?
What is caching? What are different ways of caching in asp.net?
How can we communicate with each server in N-tier Architecture? and what are the methods?
What are type/key pairs in client script registration? Can there be 2 scripts with the same type/key pair name?
What are the uses of list view control in Asp.net?
Explain the difference between value type and reference type?
Explain the basic functionality of garbage collector?
What is an example of an application service provider?
Why is an object pool required?
What is the used of "ispostback" property?