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.
Implementation of IDataReader interface for regular expressions.
Use to parse a file line by line by regex.
Can be used with SqlBulkCopy.
2,441 total downloads
last updated 3/29/2018
Latest version: 2.0.0.1
DataReader
Map
Library for auto mapping datareader to class.
Extension methods for the ADO.NET IDataRecord class.
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.
Stream reading over SqlDataReader
Moq extension to mock DbDataReader with a list
A .NET library for reading and writing delimited CSV data.
The missing component for AutoMapper version 4.2.1 that allows to Map IDataReader to IEnumerable
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.
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.
A convention object to object or DataReader to object mapper in .NET.
ADO.NET IDataReader and IDataRecord decorator classes.
Squickl is a .NET library that simplifies access to SQL data sources when you don't want or need an ORM.
A .NET library of types for working with data objects.
-easy reading an writing data
-supported formats: Csv, Fixed, Sql, Xml, Excel, Access, ADO (Oracle SqlServer, PostGre,...)
-supports streaming an pipelining
Contracts and implementations for working with CSV data readers and writers.
Extention methods for IDbDataRecord