category

home / developersection / category

ADO.NET Object Model and Attributes
ado.net 30-Nov-2010
ADO.NET Object Model and Attributes

ADO.NET provides a set of classes for working with data. ADO.NET is a set of classes, interfaces, structures and enumerations that manage data access

Database Connection
ado.net 10-Nov-2010
Database Connection

ADO.NET is also a part of the .NET Framework. ADO.NET is used to handle data access. With ADO.NET you can work with databases. ADO.NET is a part

Connection String
ado.net 21-Oct-2010
Connection String

Connection stringis the very important part, we use connection string to connect to our database(Database like: MSSQL Server, Oracle, MSACESS etc). A

What is DataSet?
ado.net 27-Sep-2010
What is DataSet?

The DataSet, which is anin-memory cache of data retrieved from a data source, is a major component ofthe ADO.NET architecture. The DataSet consists of