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

Is asp.net different from asp? If yes, explain how?

692


What are Master Pages in ASP.NET? or What is a Master Page?

819


What is http protocol and how it works?

706


Whta are the Various steps taken to optimize a web based application (caching, stored procedure etc.) ?

769


What is session and cookies in asp.net?

740


What is a viewbag?

714


What is difference between View State and Hidden Field in ASP.NET?

847


Can I read the hard disk serial # of the client computer using asp.net?

736


What is a global postback url?

697


What is the purpose of App_Code folder in ASP.NET? Why we this?

856


Can you explain one critical mapping? Performance issue which one is better?

661


Any one can tell how we store tiff format images in database and retrive from the database(need for tiff format only)

1804


What are the differnt types of handler in ASP.NET?

725


What kind of programming language is ASP.NET?

809


What symbol would you use to denote, the start of a code block in aspx views?

741