Difference between Asp and Asp.net for beginners
Hi Friends,In this article 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:
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:
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
I Hope this Points will help you...Happy Coding
Labels: .Net Tutorials, Aspnet, C#, CSharp, Interview Questions, Tanisha
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home