Found 102 packages
Package Description
A .NET library for reading and writing delimited CSV data.
A .NET library of types for working with data objects.
A cross-platform .NET library for reading Excel data files.
Moq extension to mock DbDataReader with a list
Package which helps mocking IDataReader when using Moq for mocking dependencies when writing unit tests
Implementation of IDataReader interface for regular expressions.\nUse to parse a file line by line by regex.\nCan be used with SqlBulkCopy.
Optimized data reader which contains performance improvements when dealing with datasets which contain a large number of rows.
GFS DataReader for GradsSharp
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.
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.
PocketCsvReader is a lightweight library dedicated to the parsing of delimited flat file such as CSV or TSV files. The main function is to read the content of the file and load it into a DataTable.
Extension methods for the ADO.NET IDataRecord class.
Library for auto mapping datareader to class.
Use AutoMapper to Map an IDataReader to an object
Blazing fast DataReader to POCO mapping.
This is a rapid and tiny tool to generate a DataReader for a collection of objects. Attributes make a collection to sql table parameter mapping.
Stream reading over SqlDataReader