Conform HTTP semantics in ASP.NET Core Web API

macbook-pro-iphone-cup-desk-7974

A lot of the times, when you are creating or consuming a Web API, you know in advance that there are a lot of standards and best practices to follow. You must take into consideration the architectural aspects of your API, the communication mechanism that are in place, the number of calls or aggregations you … Continue reading Conform HTTP semantics in ASP.NET Core Web API

Implement Health Check in ASP.NET Core services

Given the nature of distributed applications, such as microservices, we as developers, devops engineers or software architects must implement tools and policies that enable us to monitor how good or bad our services are performing. It is the essence of a well established solution to have a very good understanding and monitor of all pieces … Continue reading Implement Health Check in ASP.NET Core services

Microservices: Architecture for Containerized .NET Applications notes

blank-business-composition-computer-373076

Recently I finished the book ".NET Microservices: Architecture for Containerized .NET Applications". I have to admit that it was a quite impressive content. It covers, not only the Microsoft products details offer when developing and architecting microservices with containers and deploying them in Azure. It also expand to technology-agnostic details about patterns and practices when … Continue reading Microservices: Architecture for Containerized .NET Applications notes

Object Oriented Analysis and Design notes

OOP

I have read a book about OOP named: Object Oriented Analysis and Design. This is the third time I have read that book. Mostly because I think that I memorize by repetition, also because every time in a while I like to re-read those books that I consider valuable. In this case, I have decided … Continue reading Object Oriented Analysis and Design notes