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

1.how to encrpt query string in asp.net? 2.there are 10000 records then i wnat display 5000 records one gridview and 5000 records another grid view what is the process?

0 Answers   Marlabs,


What is the exact purpose of http handlers?

0 Answers  


what is the difference between console.writeline &console.output.writeline?

2 Answers  


What is boxing?

8 Answers   IBM, Misys, Siebel Systems,


What does AspCompat="true" mean and when should I use it?

1 Answers   Infogain,


What is wrong with a line like this? DateTime.Parse(myString)

5 Answers   Metasys,


How to compare two strings with out Case sensitive ?

4 Answers   Protech, ProtoTech,


What is Partial PostBack in ASP.NET?

0 Answers   Viscus Infotech,


What does the following SQL statement return, assuming that all tables and column names are correct? SELECT FirstName, StreetAddress FROM Employees JOIN AddressBook ON Employees.EmpID = AddressBook.EmpID a) Nothing, the JOIN syntax is wrong. b) All the records form the Employees table, and only the matching ones form the StreetAddress table. c) All the records from the StreetAddress table and only the matching records form the Employees table. d) Only the matching records from the two tables.

4 Answers   Syntax Softtech,


Where web.config file is used?

0 Answers   HCL,


COM+ Used ________________ Isolation Level

0 Answers   CTS,


To display data in a Repeater control which template you provide?

0 Answers   Siebel,


Categories