
.NET Core Dependency Injection with Options
With a service that should be injected via dependency injection, but needs some configuration, .NET Core offers a mechanism to … Continue reading .NET Core Dependency Injection with Options
With a service that should be injected via dependency injection, but needs some configuration, .NET Core offers a mechanism to … Continue reading .NET Core Dependency Injection with Options
My ASP.NET Core 1.0 presentation and code samples for download Continue reading Build 2016 Event in Vienna
Dependency injection is built-in with .NET Core. Microsoft.Extensions.DependencyInjection is a framework that is an essential part for ASP.NET Core, but can be used with other application types such as console applications, WPF, UWP, and Xamarin as well. This article shows the core functionality of this new framework using a simple console application.
Continue reading Dependency Injection with .NET Core