Build 2016 Event in Vienna
My ASP.NET Core 1.0 presentation and code samples for download Continue reading Build 2016 Event in Vienna
My ASP.NET Core 1.0 presentation and code samples for download Continue reading Build 2016 Event in Vienna
Recently I’ve been asked a few times how it is possible to release the book *Professional C# 6 and .NET Core 1.0′ while .NET Core is still not yet released. A statement I received is “we don’t know what features we have in .NET Core 1.0 RT”. I’ve several answers to this, and give you my answers here. Continue reading Professional C# 6 and .NET Core 1.0 RC2
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
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
It was a long trip to complete the 10th edition of Professional C# – Professional C# 6 and .NET Core 1.0. It’s available now! Continue reading Professional C# 6 and .NET Core 1.0