Recent Posts
-
May 01, 2018
Microservices and Docker with .Net Core and Azure Service Fabric - Part three
I recently made some refactor/enhancements, take a look at the ChangeLog to view the details. TL;DR: upgrades to .Net Core 3.1, Kubernetes support, add a new notifications service, Health checks implementation.In the previous post, we reviewed a...
-
March 07, 2018
Microservices and Docker with .Net Core and Azure Service Fabric - Part two
I recently made some refactor/enhancements, take a look at the ChangeLog to view the details. TL;DR: upgrades to .Net Core 3.1, Kubernetes support, add a new notifications service, Health checks implementation.In the previous post, we talked abo...
-
March 04, 2018
SignalR Core Alpha
Hi everyone, this time I just would like to share with you all an article that I wrote for InfoQ about SignalR Core Alpha, which was the latest and official preview release when I started to write the article (early December of last year), now the...
-
February 01, 2018
Microservices and Docker with .Net Core and Azure Service Fabric - Part One
I recently made some refactor/enhancements, take a look at the ChangeLog to view the details. TL;DR: upgrades to .Net Core 3.1, Kubernetes support, add a new notifications service, Health checks implementation.The first time I heard about Micros...
-
November 23, 2017
EF.DbContextFactory
I have worked with Entity Framework in a lot of projects, it’s very useful, it can make you more productive and it has a lot of great features that make it an awesome ORM, but like everything in the world, it has its downsides or issues. Sometime ...