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 will learn the difference between ExecuteNonQuery, ExecuteScalar and  ExecuteReader method present in SqlCommand Class.
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 learn how we can create a simple login form using WinForms with ado.net.
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.
In this article, we will be studying about ADO.Net
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.
In this article, we will learn how to create 3-tier architecture application (that is very popular) in ASP.NET web form.
Crud (Insert , Update, Delete ,Select) operations in Grid View in Asp.net using Ado.net