service
service is the architecture/design of the service, not to be mistaken by the design of the collection which is Microservices (for the context of this blog)
2019
.net core 3 - the new host.
.net core 3 - host now supports the port and adapter concept
Continue reading .net core 3 - the new host.2017
Poco, Pojo means no Mojo.
what does Pojo and Poco mean to you?
Continue reading Poco, Pojo means no Mojo.Middleware - is the new AOP?
a popular way to provide extensions in todays frameworks, is middleware
Continue reading Middleware - is the new AOP?2016
use your own interface
coupling is something which impacts maintainability, interfaces are used to decouple, but they bring their own complexity.
Continue reading use your own interfacedotnet three project setup
dotnet services structure across multiple services for consistency
Continue reading dotnet three project setup