Difference between asp and asp.net?
Answers were Sorted based on User's Feedback
Answer / uma
Asp:---
1) asp is script based ,so that it is executed in
interpeter.performance it is very slow.
2) it doesn,t have server controls
3) only one session mode "inproc"
4) only inpage technique is allowed
5) validations are wriiten manually
6) caching canot be performed
Asp.net:----
1) asp is compliler based ,so that it is executed in
complier.performance it is very fast.
2) it have server controls
3) session mode "inproc","ottproc","Stateserver"
4) inpage and codebehind technique is allowed
5) validations are present
6) caching techinues are 3 types
a)page output caching
b)page fragment
c)data caching
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / mukkamalla prasastha
1.Scripting is seperated from html
2.The coede is compiled as dll
3.All controls supports events in asp,net
4.Better scalabilitry
5.Better security that is authentication and authorization
6.Better controls
7.Better language support
Is This Answer Correct ? | 2 Yes | 1 No |
Answer / priyavani
ASP was Microsoft's first server-side script engine for
dynamically-generated web pages.
ASP.NET is a web application framework developed and
marketed by Microsoft to allow programmers to build dynamic
web sites, web applications and web services
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / saurabh
In classic ASP, there was no server controls. You have to
write all html tags manually.ASP.NET offers a very rich set
of controls called Server Controls and Html Controls. It is
very easy to drag and drop any controls to a web Page.
check this link for detail
http://www.mindstick.com/Blog/72/Difference%20between%20asp%
20and%20asp%20net
Is This Answer Correct ? | 0 Yes | 0 No |
3. What goals do you have in your career?
Where would you use an ihttpmodule, and what are the limitations of any?
What is the function of the CustomValidator? a) It allows for custom C# client-side code to validate entries in a control. b) It allows for a custom mixture of validator controls to use one central control for the display of messages. c) It uses scripted client-side code to validate the entry in a control. d) It uses server-side code to validate the entry in a control.
4 Answers ABC, Syntax Softtech, TCS,
what is asp.net
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?
Explain what is postback in asp. Net?
Difference between abstract class and interface
Explain about asp.net 2.0 themes?
How can we apply themes to an asp.net application?
Describe how passport authentication works.
how can we create wcf in asp.net and how can we cll that in to asp.net application?plsss tel me each step clearly
What is asp.net mvc? : asp.net mvc