Top "Sharp-repository" questions

SharpRepository is a generic repository written in C# which includes support for various relational, document and object databases including Entity Framework, EntityFramework6, RavenDB, MongoDB and Db40, plus XML and in-memory implementations.

How-to inject the Entity Framework DbContext into the ConfigurationBasedRepository of SharpRepository

I really would like to use SharpRepository together with Ninject, but I do not understand how to configure Ninject to …

c# entity-framework repository ninject sharp-repository