FIX: Azure Static Web Apps Doesn’t Serve Brotli Compressed Files
Hey everyone, I’m MAD! I’ve been struggling with Azure Static Web Apps compression for over a month. You read that…
Hey everyone, I’m MAD! I’ve been struggling with Azure Static Web Apps compression for over a month. You read that…
In this short post I will show you what is LogLevel in appsettings.json and what it is used for in…
In this short blog post I’m going to show you how to log to the database using ASP.NET Core and…
I am currently experimenting with an app I am writing with Blazor (server-side) and ASP.NET Core. However, I’ve had some…
I love naming my private fields with an underscore prefix – a convention adopted by many, including Microsoft and used…
Over the weekend I started playing around with ASP.NET Core 3 and Blazor (Server-side). My idea is to create a…
Adding Constructor Parameters in DI
In this short blog post we’re going to build a simple health check for our app using ASP.NET Core 2.2….
Couple of weeks back I started working on a simple ASP.NET Core & Angular 7 project on which I work…