Asp.net and asp ? differences?

Answer Posted / satish v itagi

1. ASP.NET has languages that comply to CTS and CLS for
coding the business logic. CLR manages the JIT from IL byte
code.
2. ASP.NET has class libraries which have web controls
which are run at server by default.

3. ASP.NET can be either single file with/without Code
Behind but ASP is single file only.

ASP uses scripts and ASP.NET uses dot Net compliant
languages.

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is postback and autopostback in asp.net?

521


How do we ensure view state has not tampered?

600


Can we have a web application running without web.config file?

521


Define data caching?

537


What are the different types of validation controls provided in ASP.NET?

657






What is the adavantage of using ASP.NET routing?

640


What are the versions of garbage collection?

1452


Can you explain one critical mapping?

514


What are custom user controls in asp.net?

508


What are all the various Estimation Techniques available ?

649


How do you use viewstate?

550


Can one dll file contains the compiled code of more than one .net language?

526


From which base class all web forms are inherited?

491


Just by seeing the signature of the bean how can you specify whether it is a stateful or stateless session bean?

542


Define reflection in .net?

554