Latest Posts
-
.NET Core 1.0 is Released!
It’s a MILESTONE, .NET Core 1.0 is released! For .NET this is the biggest step since the release of the .NET Framework in the year 2002. We have a new .NET! Continue reading
-
Portable Library, you’ll not be missed
Bye, bye portable libraries. The portable library project will not be necessary anymore. Visual Studio 2015 Update 3 offers an easy way to convert a portable library to a .NET Core library. .NET Core libraries can be used instead of… Continue reading
-
C# 6 – Null-Conditional Operator
Explaining the null conditional operator (also known null propagation operator or as Elvis operator). This operator allows reducing the code by simplifying null checks. Continue reading
-
Build 2016 Event in Vienna
My ASP.NET Core 1.0 presentation and code samples for download Continue reading
-
Professional C# 6 and .NET Core 1.0 RC2
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… Continue reading
-
Dependency Injection with .NET Core
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… 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
-
C# 6 – String Interpolation
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
-
Professional C# 6 and .NET Core 1.0
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





