Loading, please wait...

Showing articles with Ado.net . Show all articles
In this article, we’ll learn about managing transactions in Ado.net. For this we develop a windows form application.
In this article, we’ll see how we can make an application for storing images in that particular application using Ado.net.
In this article, we will study about the SQL injection attack and how it can be prevented in Ado.net application. This will help a database administrator to prevent his data from getting lost.
In this article, we will go through the Ado.net multiple choice question and answers. It will help us brush up our knowledge about Ado.net .
in this article we will learn about connection string. we will learn how they enable data connectivity between database and application.
In this article, we’ll study about DataTable and DataSet in C# application during disconnected architecture. We will see the usage of datatables individually and their usage within a dataset.
Ado.net is a data access technology that allows interaction between applications and databases. The Ado.net framework supports two models of data access architecture i.e. Connection Oriented Data Access Architecture and Disconnected Data Access Architecture. In this article, we’ll study about these two modes of architecture.