It's simple to create Dependency Injection using ASP.NET Core.
I'd like to accomplish the same thing with my ASP.NET MVC 5 project, though. With ASP.MVC 5, how can you handle dependency injection?
Is dependency injection only for controllers or can it be used with any class?