Difference between asp and asp.net ?
Answer Posted / 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 |
Post New Answer View All Answers
What are the types of authentication in asp.net?
Why viewstate is used in asp.net?
I have created a configuration setting in my web.config and have kept it at the root level. How do I prevent it from being overridden by another web.config that appears lower in the hierarchy?
What are different types of api?
What is voluum?
What are the security types in asp.net?
Is it possible to develop a single web application using ASP.NET webforms and ASP.MVC?
What is data reader in asp.net?
Dataset is the disconnected environment. suppose if you are binding records to gridview (disconnected environment) and you are making changes to the the grid but before updating the database if any other user modify the data, how will you avoid such problem?
Describe the disadvantage of cookies.
Explain what is postback in asp. Net?
Explain what the contents of cookie?
What are validator? Name the validation controls in asp.net? How do you disable them? Will the asp.net validators run in server side or client side? How do you do client-side validation in .net? How to disable validator control by client side javascript?
Which is the best institute to learn Microsoft Technologies and the faculty if you Know?
What is a gridview in asp.net?