How the features of ADO.NET are suitable for building modern applications that operate with many present day as well as futuristic data storage?
· ADO.NET has plenty of features and a rich collection of classes that can be employed by developers to develop highly efficient and robust data service for .NET applications.
· System.Data namespace is the parent namespace of all ADO.NET features and provides access to all the sub namespaces and the classes that represent the architecture of ADO.NET. This namespace provides the access to all the providers that are available in .NET framework.System.Data namespace contains various sub-namespaces like System.Data.OleDB, System.Data.Sql etc which is used in code to use provider-specific functionalities and standards.
· The connection classes that are available with ADO.NET providers such as OleDbConnection, SqlConnection etc can be used in code to define efficient as well as secure connection with databases. For example, developers can allow or disallow to transfer encrypted passwords among .NET applications and databases, or they can select between database and Windows authentication modes by using these connection classes. Developers perform these steps to develop flexible yet very durable 2 – tier architecture for NET applications.
· The ADO.NET provides various command classes that can be used to execute various database commands such as SQL queries, Data Manipulation Languages, stored procedures, triggers etc. The features of ADO.NET can be easily used with ODBC driver to access .NET applications can be developed that can work with all-most all presently existing databases by applying ODBC standards. ODBC drivers enable .NET application to use DBMS specific SQL.
· ADO.NET enables .NET applications to use the data sources which are defined at a central location. i.e the data source is not defined with the client.
· An ADO.NET data service allows a client application to access variety of ODBC drivers that are available on various local machines or networked servers. The driver can be updated at only one location (server), and is available to use for every .NET application which accesses the server.
· ADO.NET includes a SQL Server Provider – which enables .NET applications to give optimized performance while working with SQL Server databases. The provider for SQL Server uses Tabular Data Stream (TDS) protocol for exchanging data between .NET applications and SQL server databases such as SQL Server 2005. By using the provider for SQL Server in .NET applications, gives a very high performance while connecting and executing the queries on SQL Server 7.0 and above versions of SQL Server databases.
· ADO.NET internally uses XML to fetch and store data in .NET applications. As, XML is the standard data interchange format for exchanging data across devices and platforms, ADO.NET enables .NET applications to fetch or store data from a wide range of data sources such as various databases or XML files that are available on local or networked resources. Data sources can also exist within the domain of some legacy software systems that can be accessed by using various routers or remote serves. As DataSets uses XML format to store data in .NET applications, they can be used by Web Services to transfer relational data which is fetched by one application to another applications. Thus, DataSets are portable units that can be shared among wide range of applications.
· ADO.NET’s DataSet class is used for developing local data sources in .NET applications. The disconnected architecture of the .NET applications that uses DataSets is remarkably efficient and scalable. The disconnected architecture of a .NET application does not enforce any restriction on the choice and number of the data-sources that application can use to fill DataSets. Thus, an unlimited number of supported data sources can be plugged into code without any hassle in the future.
Posted By: Chaudhary Amit V.
The above content is written from various books which are available in our library.
hi.. amit this is cool blog
ReplyDeletebt i want to ask that in mobiles we use WAP OR HTTP to acess the internet????
and exactly what is GPRS ? , it is a mode or service to access internet from mobile??