From Microservices in .NET, 2nd Edition by Christian Horsdal Gammelgaard
Let’s talk about event-based collaboration. This is an important aspect of how microservices interact with each other.
From Microservices in .NET, 2nd Edition by Christian Horsdal Gammelgaard Find out exactly what a microservices architecture is in this article. Take 40% off Microservices in .NET, 2nd Edition by entering horsdal3 into the discount code ox at checkout at… Continue Reading →
From ASP.NET Core in Action by Andrew Lock
The word middleware is used in a variety of contexts in software development and IT, but it’s not a particularly descriptive word – so, what is middleware? This article discusses the definition of middleware in ASP.NET Core and how they can be used.
From ASP.NET Core in Action by Andrew Lock
This article describes some of the highlights of ASP.NET Core and gives advice on the type of applications to build with it, as well as the type of applications to avoid.
From .NET Core in Action by Dustin Metzgar
This article compares enterprise application architecture pre and post .NET Core.
From .NET Core in Action by Dustin Metzgar
Learning a new development framework is a big investment. You need to learn how to write, build, test, deploy, and maintain applications in the new framework. As a developer, there are many frameworks to choose from and it’s difficult to know what’s best for the job. Even if you’re currently developing software with .NET, .NET Core is different enough that you’ll need to spend time learning the tools and techniques to use it properly. To understand why .NET Core is worth a look,it helps to know where you’re starting from.