Relative Content

Tag Archive for c#asp.net-mvcdependency-injection

How to reuse a repository for each request

I am trying to use dependency injection for a repository, which in Program.cs is registered as a service. However the repository keeps getting reinstanciated each time the controller is called.