a popular way to provide extensions in todays frameworks, is middleware
Many libraries and frameworks are allowing for extensions via a middleware pattern. For example 2 MVC frameworks: .NET Core MVC/WebApi and Node.js Express.
This article has a quick look into this middleware pattern, as found in the mentioned frameworks, and how it can be implemented.
hosting dotnet in docker is really easy, lets look how.
Using Mono, we can take advantage of both linux and docker, which equals some really exciting stuff. In this post we will take a C#, .NET 4.6 and Nancy “hello world” example and run this in a docker container.
Api Gateways, are great technology and technique to expose API’s of a platform, and encapsulate the complexity of the internal services
As part of working with microservices a common practice is to employ an API Gateway, either off the shelf or custom. This article contains some notes on this component.
There are a number of tools out there which help the development team deliver. In this post I will provide an over-view of flow which I have used successfully.