What is ADO.NET?

ADO.net is data access architecture for the Microsoft .NET Framework.

ADO.NET is an object-oriented set of libraries that allows you to interact with data sources. Commonly, the data source is a data base, but it could also be a text file, an Excel spread sheet, or an XML file.

Comments

Popular posts from this blog

How do I calculate a MD5 hash from a string?

What is WSDL?