What is difference between ASP and ASP.NET ?

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


Please Help Members By Posting Answers For Below Questions

How to handle errors in Web API?

618


What is xaml? Are xaml file compiled or built on runtime?

518


How you will manage the state of ASP.NET controls?

562


Why we use dbms for projects? Why don’t we save any application data in separate files instead of dbms?

548


How can we access static variable?

642






How many web config files can be created for an application?

440


What are the authentication types in asp.net?

566


What is asp.net master page?

550


How can I create master page in asp net?

503


What is difference between ispostback and autopostback in asp net?

512


What is a form tag?

501


What is a web farm?

586


What is work flow gen? how can it will work with .Net?

2570


What is mta?

618


Is asp.net mvc still used? : Asp.Net MVC

505