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
Difference between using directive vs using statement?
What are the differences between clr & cts?
How do we ensure view state has not tampered?
What is the function of new view engine in asp.net? : asp.net mvc
Explain security types in asp.net?
Can master pages be nested?
What parameters can you pass in the url of the api?
What is syntax code to send email from an asp.net application?
Contrast oop and soa. What are tenets of each16. How does the xmlserializer work? What acl permissions does a process using it require?
What is a multilingual website?
What is HTTPModule and HTTPcontext? What is the use of each?
How you can manage the state of application at the server side in ASP.NET?
What is cas?
Where is the view state data stored in asp net?
Can we have multiple web config files for an asp.net application?