Health checks are a new middleware available in ASP.NET Core 2.2. It provides a way to expose the health of your application through an HTTP endpoint. Learn how to configure and develop health checks in ASP.NET Core to confirm the health of your application.
With the release of ASP.NET Core 2.2, project templates were overhauled. The change focused on migrating from Bootstrap 3 to Bootstrap 4, while at the same time modernizing and simplifying the user interface (UI).
In this series of videos, get introduced to ASP.NET Core Tag Helpers and learn how you can use them to build better real-world applications with the help of Telerik UI for ASP.NET Core.
Ever experienced "missing connection string" errors when standing up a new ASP.NET Core app running on Docker? Andrew Lock did and shared his fix with us. Learn about his development environment, his bug and how he fixed it.