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

Explain the difference between or and orelse?

544


How can we communicate with each server in N-tier Architecture? and what are the methods?

1792


Are xaml file compiled or built on runtime?

559


If 200 is for all successful operation then why do we have 201 response codes?

531


what are the Custom controls in asp.net?

572






what is DLL Hell and how it is solved in .NET? please explain clearly??

1893


What are the two Layouts supported by a Web form in ASP.NET?

558


What are the advantages of using session?

442


What is the use of data set in asp.net?

494


List the types of authentication supported by asp.net?

529


What is in a session cookie?

542


What is the use of global.asax file?

555


Is asp.net a programming language?

540


What is data reader in asp.net?

505


Can you explain one critical mapping? Performance issue which one is better? Whether connected lookup tranformation or unconnected one?

815