Im utilising the Repository Pattern in an application. How could i use Dependency Injection Ninject to create one Context for a website? What im trying to achieve here is to create on DBContext to be used across the entire application rather than creating
one for each entity. I have searched around but cant find any examples of how to implement this?
Thanks
Go to the complete details ...