What is difference between ASP and ASP.NET ?
Answers were Sorted based on User's Feedback
ASP is based on a procedural & event driven programming
model.. Whereas ASP.NET is based on object oriented & event
driven programming model.
Application written in ASP.NET are compiled,Whereas ASP are
interpreted.
ASP.NET can only support one programming language on a
page,ASP support muliple programming languages on a page.
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / ranjith
ASP:
1) this supports scripting languages,generally scripting
languages are interpreter based,so execution will be
slow,and no proper management
2)no server side controls
3)supports inpage technique
4) supports inprocess session
5)uses ADO for database connectivity
6)manual coding to perform validations
7)supports entire page caching towards client side
ASP.NET:
1) supports .net languages.these r compiler based,so
execution will be fast
2)supports server side controls
3)supports inpage ,code behind techniques
4)supports in process,out process session
5) no manual coding to perform validation
6)supports 3 types of caching
a)out put caching
b) fragment caching
c) data caching
| Is This Answer Correct ? | 2 Yes | 0 No |
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 |
How to make paging concepts in datagrid in ASP.NET?
0 Answers Sans Pareil IT Services,
How would you get asp.net running in apache web servers?
How can you change a Master page dynamically in which event of page life cycle?
How can you implement the postback property of an asp.net control?
What is the difference between client-side and server-side validations in webpages?
what are the differences between windows services and web services?
What is %20 in a url?
How can we call webservices in Banking Applications? and where we are using it?
What is the procedure to create the environment for asp.net? : asp.net mvc
Any disadvantages in Dataset and in reflection ?
Explain the function of new view engine in asp.net? : asp.net mvc
How u refer webservices?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)