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
Is asp.net different from asp? If yes, explain how?
What are Master Pages in ASP.NET? or What is a Master Page?
What is http protocol and how it works?
Whta are the Various steps taken to optimize a web based application (caching, stored procedure etc.) ?
What is session and cookies in asp.net?
What is a viewbag?
What is difference between View State and Hidden Field in ASP.NET?
Can I read the hard disk serial # of the client computer using asp.net?
What is a global postback url?
What is the purpose of App_Code folder in ASP.NET? Why we this?
Can you explain one critical mapping? Performance issue which one is better?
Any one can tell how we store tiff format images in database and retrive from the database(need for tiff format only)
What are the differnt types of handler in ASP.NET?
What kind of programming language is ASP.NET?
What symbol would you use to denote, the start of a code block in aspx views?