How ASP .NET different from ASP?
Answers were Sorted based on User's Feedback
Answer / guser9999
Microsoft's previous server side scripting technology ASP
(Active Server Pages) is now often called classic ASP.
ASP 3.0 was the last version of the classic ASP.
ASP.NET is the next generation ASP, but it's not an upgraded
version of ASP.
ASP.NET is an entirely new technology for server-side
scripting. It was written from the ground up and is not
backward compatible with classic ASP.
Differences between ASP and ASP.NET
_____________________________________
ASP.NET has better language support, a large set of new
controls and XML based components, and better user
authentication.
ASP.NET provides increased performance by running compiled code.
ASP.NET code is not fully backward compatible with ASP.
________________________________________
New in ASP.NET
ï‚§ Better language support
ï‚§ Programmable controls
ï‚§ Event-driven programming
ï‚§ XML-based components
ï‚§ User authentication, with accounts and roles
ï‚§ Higher scalability
ï‚§ Increased performance - Compiled code
ï‚§ Easier configuration and deployment
ï‚§ Not fully ASP compatible
Ready Validators for validation even with custom
validator to let prgrmr write validation code on his own coding
________________________________________
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / deepa
In asp.net ,separation of presentation and design logic(code
behind).
code is structured
if you want to create a control,for example label or text
box it takes simple coding.
These features are not available on asp
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / versha
In case if asp.net new controlls are used like
datagrid,dataset etc
In case of asp.net there is html code also for each control
where in asp not.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / sabari m.d
Dot net is Platform independant,Language Neutral,Supports
Window based and web based applications
Asp is not as above
| Is This Answer Correct ? | 0 Yes | 0 No |
Please explain what is the difference between constants and read-only variables?
How to implement datagrid in.net? How would you make a combo-box appear in one column of a datagrid? What are the ways to show data grid inside a data grid for a master details type of tables? If we write any code for datagrid methods. What is the access specifier used for that methods in the code behind file and why?
Resource Files: How to use the resource files, how to know which language to use?
What is clr in .net?
What is smart navigation in .net?
What is func in .net 3.5?
Explain role-based security in .Net.
What is the Difference between imperative and interrogative code?
Can we use data reader to bind gridview?
What is garbage collection? Explain the difference between garbage collections in .net 4.0 and earlier versions?
How will you load dynamic assembly? How will create assemblies at run time?
0 Answers InfoAxon Technologies,
How many types of exception handlers are there in .NET?