29 packages
returned for Tags:"datareader"
Filter
Optimized data reader which contains performance improvements when dealing with datasets which contain a large number of rows.
A .NET library for reading and writing delimited CSV data.
A .NET library of types for working with data objects.
Simple C# SqlDataReader object mapper. Allows you to map a SqlDataReader to the particular objects. Supports simple property mapping, property name transformations, string trimming, manual property binding by name, type changing, function binding, etc.
A cross-platform .NET library for reading Excel data files.
Moq extension to mock DbDataReader with a list
Extension methods for the ADO.NET IDataRecord class.
Adds AsDataReader() & AsDataReaderOfObjects() to IEnumerable<T>, enabling IEnumerable<T> to be accessed as an IDataReader. Useful for loading data from a List<T>, LINQ expression or CSV parser into a database using SqlBulkCopy.
Implementation of IDataReader interface for regular expressions.\nUse to parse a file line by line by regex.\nCan be used with SqlBulkCopy.
Stream reading over SqlDataReader
4,401 total downloads
last updated 3/29/2018
Latest version: 2.0.0.1
DataReader
Map
Library for auto mapping datareader to class.
Use AutoMapper to Map an IDataReader to an object
Contracts and implementations for working with data readers and collections as well as providing means of conversion between them.
The missing component for AutoMapper version 4.2.1 that allows to Map IDataReader to IEnumerable
A convention object to object or DataReader to object mapper in .NET.
ADO.NET IDataReader and IDataRecord decorator classes.
-easy reading an writing data
-supported formats: Csv, Fixed, Sql, Xml, Excel, Access, ADO (Oracle SqlServer, PostGre,...)
-supports streaming an pipelining
Squickl is a .NET library that simplifies access to SQL data sources when you don't want or need an ORM.
Extention methods for IDbDataRecord