Sahansera.dev

Understanding .NET Generic Host Model

With the separation of execution and initialisation, Generic Host provides us with a cleaner way to configure and start up our apps. By default, when you create an ASP.NET Core app now, your application will be hosted using the Generic Host model. … See more

Actived: 7 days ago

URL: https://sahansera.dev/dotnet-core-generic-host/

ASP.NET Core Health Checks

WebWell, that isn’t particularly useful. This health checks package we are using provides many different output formats. They have made it extensible so that you can …

Category:  Health Go Health

A closer look at commands and args in Docker containers

WebUnder the hood. Let’s have a look at their Dockerfiles.Note that these are oversimplified versions of these files (except for Debian). Each of these files defines a …

Category:  Health Go Health

Getting Started with Azure Service Fabric

Webtl;dr - if you only want to get started quickly, just jump ahead to “Setting up a Development Environment” section. I have been experimenting with container …

Category:  Health Go Health

Distributed Caching in ASP.NET Core with Redis

WebWe are telling docker to use the official redis image and spin up a container with the name redis-cache and bind port 6379 of the container to the port 5002 of your host machine. …

Category:  Health Go Health