Month: August 2018

  • Dependency injection out-of-the-box with ASP.NET 5

    Dependency injection out-of-the-box with ASP.NET 5

    I recently wrote a blog post about sharing Dependency resolvers between MVC and Web API, but I got excited to see this article from MSDN today. I’m a huge proponent of Dependency Injection to decouple service and the pluggable architecture it brings, so I’m glad to see if taking a front row seat in the upcoming .NET framework. The…