In the newest issue of the Windows Developer Magazine (12.2017) the 2nd article about .NET, .NET Core and .NET Standard was published by S&S. The article explains .NET Core and how it solves the problems we discussed in the first article. In the next and last article, we’ll talk about .NET Standard and how it fits into the overall picture.
Tag: Architecture
2nd Part of my Article Series in Windows Developer Magazine 12.2017: “.NET Core im Fokus”
In the newest issue of the Windows Developer Magazine (12.2017) the 2nd article about .NET, .NET Core and .NET Standard was published by S&S. The article explains .NET Core and how it solves the problems we discussed in the first article. In the next and last article, we’ll talk about .NET Standard and how it fits into the overall picture.
Start of new Article Series in Windows Developer Magazine 11.2017: “.NET, .NET Core und .NET Standard”
In the newest issue of the Windows Developer Magazine (11.2017) I started an article series about .NET, .NET Core and .NET Standard. This series includes 3 articles,… Read more “Start of new Article Series in Windows Developer Magazine 11.2017: “.NET, .NET Core und .NET Standard””
MSDN Dive – Week 41
MSDN Dive – Week 41 UML models helps you to design and understand your application architecture. Further, you can use the UML models for your documentation, not… Read more “MSDN Dive – Week 41”
MSDN Dive – Week 39
MSDN Dive – Week 39 Last week we saw the TAP – Task-based Asynchronous Pattern, which is the recommended new approach for asynchronous programming in the Microsoft .NET… Read more “MSDN Dive – Week 39”
MSDN Dive – Week 38
MSDN Dive – Week 38 The Asynchronous Programming Model (APM) and the Event-based Asynchronous Pattern (EAP) are marked as legacy by Microsoft. The new pattern is called… Read more “MSDN Dive – Week 38”
MSDN Dive – Week 37
MSDN Dive – Week 37 Today I want to show you some documentation that is not directly from the MSDN. Instead, it comes from the team that… Read more “MSDN Dive – Week 37”
MSDN Dive – Week 35
MSDN Dive – Week 35 Today I want to show you some documentation about the Windows Presentation Foundation (WPF) from the MSDN. There is a lot of… Read more “MSDN Dive – Week 35”
Architectures for SignalR Applications – Part 1
Motivation When I started to give talks about ASP.NET SignalR, I decided to implement a small demo application used to show the functionality of the real-time web… Read more “Architectures for SignalR Applications – Part 1”