How to auto-deploy an ASP.NET 6.0 application to Digital Ocean App Published Apr 9, 2023 Learn how to auto-deploy an ASP.NET 6.0 web application to Digital Ocean App from your GitHub repository by committing and pushing your changes to your GitHub repository.
How to add cookie consent in ASP.NET 6 Published Apr 7, 2023 Learn how to add a cookie consent in an existing ASP.NET 6 web application.
How to add cookie consent in ASP.NET Core 5.0 Published Aug 11, 2021 Learn how to add a cookie consent in an existing ASP.NET Core 3.1 or 5.0 web application.
Entity Framework Core Spotify data seed generator Published Jan 11, 2021 Generate some seeding data with Spotify albums, artists, tracks and genres for Entity Framework Core with your ASP.NET Core application.
Lowercase URLs in ASP.NET Core. Published Aug 25, 2020 How to setup your ASP.NET Core application to set all your URLs to lowercase URLs.
How to exclude own visits (online and development) from Google Analytics Published Aug 13, 2020 Some idea's how you can exclude your own online and development visits from the Google Analytics. With a step by step tutorial how create a filter in Google Analytics.
How to deploy ASP.NET Core 3.1 app to Digital Ocean Linux droplet Published Aug 10, 2020 A step by step tutorial how to deploy a ASP.NET Core 3.1 app to a Digital Ocean droplet with Ubuntu, NGINX and SSL.