.NET Core Health Endpoint Monitoring Middleware

Today I’ll show a simple example of how to create a .Net Core Health Endpoint Monitoring Middleware. If you need to know about the Health Endpoint Monitoring Pattern check: https://msdn.microsoft.com/en-us/library/dn589789.aspx Create the application Open a command prompt and run 1 md service.status.middleware 2 cd...