Google News
logo
ADO.NET - Interview Questions
Explain the difference between ADO.NET and ASP.NET.
ADO.NET(Active 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.
Advertisement