Asp.net and asp ? differences?

Answers were Sorted based on User's Feedback



Asp.net and asp ? differences?..

Answer / 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

Asp.net and asp ? differences?..

Answer / shwetha

Asp is a client Side,whereas Asp.Net is a serverside..

Asp.Net contais design as well as coding part in a
different file , but in Asp it contoins in only one file..

Asp is a connected architecture,whereas Asp.Net is a
dissconnected architecture.

Is This Answer Correct ?    2 Yes 2 No

Post New Answer

More ASP.NET Interview Questions

what is view state?

10 Answers   Satyam,


What is a response cookie?

0 Answers  


Contrast OOP and SOA. What are tenets of each ?

0 Answers  


what is COM Object in Dot net?

6 Answers   CTS,


I have a DataGrid in which two of the columns are editable...i want to update the backend table with the newly edited data of the datagrid. How to do this please help me.

1 Answers   MS Technosoft, Wipro,


What a diffgram is, and a good use for one?

0 Answers  


What is the importance of Global.asax in ASP.NET?

0 Answers   B-Ways TecnoSoft,


What is a Cookie? Where is it used in ASP.NET?

0 Answers   MindCracker,


What are cookies in your browser?

0 Answers  


What are url fragments?

0 Answers  


What are sharepoint pages?

0 Answers  


What is break mode?

0 Answers  


Categories