1. Complete ADO.Net with Programming Examples
What is ADO.NET
?
ADO.NET
stands for ActiveX Data Objects which is Microsoft technology. The main job that handles ADO.NET is data management. It is widely used for accessing, selecting, saving, deleting or managing data with the database. Ado.net is a data bridge between your apps and databases that carry data between them. Ado.net has a rich set of classes, methods, and interfaces that allow you to handles data in the database more efficiently. In this tutorial, you will learn all the topics step by step with easy and complete programming example. This tutorial includes following training sessions.
ADO.NET
Chapters
ADO.NET Home
1. Getting Started
2. Working with Database
- Connection Object – Connecting to Database using C# ADO.Net
- Database – Create, Select, Rename and Delete
- Table – Create, Rename, Alter and Delete
- Insert Records using Simple and Parameterized Query
3. Store Procedure
4. Store Result