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
How can we secure the data which is send from client side to server? Like the login id and paasword needs to be authenticated on the server but we cannot send it in plain text into the server.One more thing we are not using the SSL here.
Describe session handling in a webfarm, how does it work and what are the limits?
What is the viewstate in asp.net?
What is the difference between a candidate key and primary key?
What is Web API Routing?
What is rending process in ASP.NET?
Explain the difference between debug.write and trace.write?
What is jade template engine?
Will the asp.net validators run in server side or client side?
hi .net gurus. plz if any one has dumps on 70-631 and 70-541 on windows sharepoint services kindly mail me.
Explain how can we access static variable?
What is csrf attack in asp.net?
What is the difference between union and join?
Can we store object in viewstate?
Explain the difference between sql invalidation and sql notification.