I would like to share some basic points regarding
Asp and Aspnet which will be very useful in TECHNICAL INTERVIEWS AND For
Beginners For Dotnet Developers who are beginning stage
ASP:
1) ASP is Interpreted
language based on scripting languages like Jscript or VBScript.
2) ASP has Mixed HTML and coding logic.
3) Limited development and debugging tools available.
4) Limited OOPS support.
5) Limited Session and Application state management.
6) Poor Error-Handling Mechanism.
7) No in-built support for XML.
8) No fully distributed data source support.
ASP.Net:
2) ASP has Mixed HTML and coding logic.
3) Limited development and debugging tools available.
4) Limited OOPS support.
5) Limited Session and Application state management.
6) Poor Error-Handling Mechanism.
7) No in-built support for XML.
8) No fully distributed data source support.
ASP.Net:
1) ASP.Net is
supported by compiler and has compiled language support.
2) Separate code and design logic possible.
3) Variety of compilers and tools available including the Visual studio.Net.
4) Completely Object Oriented Support.
5) Complete Session and Application state management.
6) Full proof Error-Handling Mechanism.
7) Full XML Support for easy data exchange.
8) Fully distributed data source support
2) Separate code and design logic possible.
3) Variety of compilers and tools available including the Visual studio.Net.
4) Completely Object Oriented Support.
5) Complete Session and Application state management.
6) Full proof Error-Handling Mechanism.
7) Full XML Support for easy data exchange.
8) Fully distributed data source support
No comments:
Post a Comment