Overview of ADO.NET Namespaces and Classes System.Data and its five supporting namespaces define the ADO.NET functionality. In this article, you’ll take a brief look of these (more…)
ADO.NET SqlDataReader Reads data in the most efficient manner possible. Is read-only and forward only, meaning once you read a record and go to the next (more…)
ADO.NET is a set of classes (Framework), that can be used to interact with data sources like Databases and XML files. This data can, then (more…)