Skip to content

AlienEngineer/ConcurrentReader

Repository files navigation

ConcurrentReader

Wrapper that enables concurrent reading from a database or any other IDataReader implementations.

// Returns some IDataReader implementation...
IDataReader reader = GetReader();
// Wraps the IDataReader making it Thread-Safe
var cReader = reader.AsParallel(); 

About

Wrapper that enables concurrent reading from a database or any other IDataReader implementations.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages