Most novice developers think that asp and asp.net is same,
but guys there are a lot of differences between ASP and ASP.NET. Asp is an old
day style of web development in which a bunch of ASP code were used to embed in
between html codes. On the other hand, ASP.NET has giant .Net Library support
and compiled language support like C#.NET,Visual Basic .NET.
Here are some more differences between ASP and ASP.NET below
- ASP is Interpreted language based
on scripting languages like Jscript or VBScript.
- ASP has
Mixed HTML and coding logic in a single file.
- Limited
development and debugging tools available.
- Some degree
of OOPS support.
- It doesn’t support
xml.
- Insufficient
session and application state management.
- ASP session state relies on
cookies.
- ASP has no inbuilt facility for
Validation of controls.
- Extension of asp web page is
*.asp.
- ASP .NET is fully Object Oriented
Programming.
- ASP.Net has .NET library support
and has compiler and compiled language support hence more secure then ASP.
- ASP.NET has
xml support for easy data exchange.
- Separate
code and design logic possible.
- It supports
to create Multilanguage pages like one page in c# language or other page in VB.NET
as well in same website.
- Variety of
tools available includes the Visual studio.Net.
- ASP has supports inbuilt Rich
Validation set of controls like RequiredFieldValidation, CompareValidator,
RangeValidator, RegularExpressionValidator, CustomValidator
Control.
- Complete
session and application state management.
- Full XML
Support for easy data exchange.
- ASP.NET session state relies on
cookies as well as server.
- Extension of ASP.NET pages is
*.aspx
Video Reference
Video Reference
No comments:
Post a Comment