
Using .NET Core Libraries from UWP
This article shows using the .NET Core package Microsoft.Extensions.DependencyInjection, Prism.Core and a custom .NET Core library from a UWP application. Continue reading Using .NET Core Libraries from UWP
This article shows using the .NET Core package Microsoft.Extensions.DependencyInjection, Prism.Core and a custom .NET Core library from a UWP application. Continue reading Using .NET Core Libraries from UWP
The – in my opinion – best two C# 6 features are the *null propagation operator* and *string interpolatation*. In case you are still not using these features, here is a short introduction to string interpolation. Continue reading C# 6 – String Interpolation