1.

Explain the difference between ADO.NET and ASP.NET.

Answer»
ADO.NET(ActiveX Data Objects)ASP.NET(Active Server Pages)
ADO.NET is a LIBRARY within the .NET framework.ASP.NET is a Framework.
It is a technology useful for ACCESSING data from databases.It is a technology useful for the creation of DYNAMIC web pages.
Here, data can be converted into XML format.Here, We can write our code into VB.Net, C#, ASP.Net, etc.
It is used to develop reliable and scalable database applications with high performance for client-server applications.It is used to create dynamic web pages, web applications, websites, and web SERVICES.


Discussion

No Comment Found