Difference between asp and asp.net ?

Answers were Sorted based on User's Feedback



Difference between asp and asp.net ?..

Answer / ansu kuamar, delhi

asp.net has
more controls,
user friendly,
here we use two different page
one for design
other for logical coding
so we can work simultaniously both on designing and coding

Is This Answer Correct ?    0 Yes 0 No

Difference between asp and asp.net ?..

Answer / shirishakyatoor

Both are serverside technologies which are used to develop
a dynamic and interactive pages. But the main differences
between them are

asp is an interpretted code where as asp.net is a compiled
code and asp is a object based language ie it doesnt
supports polymorphism and inheritance concept where as
asp.net is a object oriented language .. (it supports)

In asp.net. There is of two pages ..one for designing and
other for coding so designer can do his work and developer
can do his work at same time on same application form.It
results in better performance.. reducing time in devlopment
of a file which is not possible for asp.

Is This Answer Correct ?    0 Yes 0 No

Difference between asp and asp.net ?..

Answer / ranjith reddy

Asp doesn't suport oop's concepts
Asp.Net Supports oop's concepts

Asp maintance top to bottom coding
Asp.Net doesn't maintain top to bottom coding

Asp is not user friendly
Asp.Net is user friendly

Asp code n html r at one isde
Asp.Net html deffer frm general coding

Is This Answer Correct ?    0 Yes 0 No

Difference between asp and asp.net ?..

Answer / arunendra shukla

"ASP (Active Server Pages) and ASP.NET are both server side technologies for building web sites and web applications, ASP.NET is Managed compiled code - asp is interpreted. and ASP.net is fully Object oriented. ASP.NET has been entirely re-architected to provide a highly productive programming experience based on the .NET Framework, and a robust infrastructure for building reliable and scalable web
applications."

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

How do you insert multiple rows from a grid view to database table under a single transaction?

1 Answers  


Explain about solution explorer window?

0 Answers  


In this case if exception occure in Database which catch block will be exexcuted?

1 Answers   Microsoft,


If you want to bind the columns manually within the asp:datagrid tags what kind of tags you have to add.

0 Answers   Siebel,


What is smart navigation?

1 Answers  






How can I open ashx file in mobile?

0 Answers  


Explain security types in asp.net?

0 Answers  


what are the security certificates used in webservices?

0 Answers  


Can you edit data in the Repeater control? Which template must you provide, in order to display data in a Repeater control? How can you provide an alternating color scheme in a Repeater control? What property must you set, and what method must you call in your code, in order to bind the data from some data source to the Repeater control?

0 Answers  


What is the use of sessionstate tag in the web.config file?

2 Answers  


how to convert from sql2000 numeric to int in asp.net with sqlparameter?

1 Answers  


What is the difference between HTTP-Post and HTTP-Get ?

1 Answers  


Categories