Get invaluable Interview and Career Tips delivered directly to your inbox. Get your news alert set up today, Once you confirm your Email subscription, you will be able to download Job Inteview Questions Ebook . Please contact me if you there is any issue with the download.
Explain the differences between ADO and ADO.NET, ASP and ASP.NET , VB and VB.NET
Editorial / Best Answer
ramakrishnag1982Profile Answers by ramakrishnag1982 Questions by ramakrishnag1982
Asp:
* ASP is Interpreted language based on scripting languages like Jscript or VBScript.
* ASP has Mixed HTML and coding logic.
* Limited development and debugging tools available.
* Limited OOPS support.
* Limited session and application state management.
* Poor Error handling system.
* No in-built support for XML.
* No fully distributed data source support.
Asp.Net:
* ASP.Net is supported by compiler and has compiled language support.
* Separate code and design logic possible.
* Variety of compilers and tools available including the Visual studio.Net.
* Completely Object Oriented.
* Complete session and application state management.
* Full proof error handling possible.
* Full XML Support for easy data exchange.
* Fully distributed data source support.
Related Answered Questions
Related Open Questions