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 does asp in asp.net stand for?
Explain the difference between singleton and single call?
How does session work in asp net?
Explain how can we access static variable?
What is work flow gen? how can it will work with .Net?
Is it possible to migrate visual interdev design-time controls to asp.net?
What is caching? What are different ways of caching in asp.net?
Define common type system?
What is razor? : asp.net mvc
What's the use of response.output.write()?
What are the modes of updation in an updatepanel? What are triggers of an updatepanel?
What is the procedure to handle the process request using mhpm events fired? : asp.net mvc
Is session server side or client side?
List the asp.net validation controls?
Why and where this web.config file is used?