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 caching? What are the different types of caching?

6 Answers  


How do you add a javascript function for a link button in a datagrid ?

4 Answers   Microsoft,


What are Http handler ?

1 Answers   Patni,


How can you implement encapsulation in asp.net?

6 Answers   TCS,


Which template must you provide, in order to display data in a Repeater control?

3 Answers  






Explain the different types of directives in .net?

0 Answers  


Explain how server control validation controls works?

2 Answers   CMS, Syntax Softtech,


How do you create a permanent cookie?

2 Answers  


SessionState - type of sessionstate and when and how to use it

1 Answers   Syntel,


What are the properties of the eventargs argument when capturing keyboard events?

0 Answers  


What are the action filters available in asp.net mvc

1 Answers   TCS,


How would you create a permanent cookie?

0 Answers  


Categories