-

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…
-

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…
-

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.
-

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…
-

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!
Meet Christian Nagel, software architect and innovation expert
Christian Nagel is the founder of CN innovation and an experienced software architect, consultant, trainer, author, and speaker. He supports teams in building modern software solutions with Microsoft technologies, .NET, C#, cloud platforms, and strong architectural concepts. In his blog, Christian shares practical insights, technology trends, and real-world experience from modern software development.

Latest News
-

C# 7 introduced pattern matching with the extension of the switch statement and the is operator offering the const pattern, the type pattern, and the…
-

.NET Core gives two support options: Long Term Support (LTS) and Current. .NET Core adapted behaviors similar with other open source frameworks and platforms. What…
-

A .NET guideline specifies that an application should never throw a NullReferenceException. However, many applications and libraries do. The NullReferenceException is the most common exception…
