Application insight is an Azure monitoring tool that we can use to inspect the behaviours of .NET application. Based on the logs and the exceptions, it's collect and categorize the datas, that are available for analysis by the developers who want to understand what is the cause of an anomaly or simply know the healty... Continue Reading →
Build and run an ASP.NET Core application with Docker
The topic of this post is a new technology that widespread in the world of the virtualization, that is Docker. It is based on the concept of the containers, every application that runs on docker is a container, that is a lightweight executable package that contains all the dependencies that the application needed to run.... Continue Reading →
Web API in ASP.NET Core
In this post I'll talk about the Web API in ASP.NET Core and how we can implement a Restful service with this new framework. One of the main difference in ASP.NET Core is that Web API have an unified class with the classic MVC Controllers. So the declaration of a Web API in ASP.NET Core... Continue Reading →