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

Can you dynamically assign a Master Page?

0 Answers   MCN Solutions,


What is web application virtual directory ?

2 Answers   Satyam,


Can I have a unique key as foreign key?

0 Answers  


Explain the main function of razor in asp.net? : asp.net mvc

0 Answers  


How to Insert a TextBox value in to Sql database using C# coding?

17 Answers   HCL, Sona, TCS,






Explain the difference between asp.net mvc and asp.net webforms

0 Answers  


Give some salient points of difference between request processor and request dispatcher.

0 Answers   Tech Mahindra,


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

0 Answers  


Is it possible to prevent a browser from caching an ASPX page?

3 Answers  


What methods are fired during the page load? Init()

0 Answers  


How we can kill our Session in web farm where there is no any sticky server .And user can not Logout bcoz of that.

3 Answers  


Explain why it is useful to use mvc instead of webforms? : asp.net mvc

0 Answers  


Categories