In this tutorial, we will create a new project with a database using Entity Framework Core in .NET 9....
Managing configuration settings is crucial for any application, including Web APIs. Separating...
Blazor, part of the .NET ecosystem, enables developers to build interactive web applications using...
How to Host a Selenium JavaScript Node Application in Azure and Send Email Notifications on...
How to Automate Browser Testing with Selenium in JavaScript Automated browser testing is a...
Validating JSON against a JSON schema is crucial when ensuring the data your application consumes...
Working with JSON is essential in many C# applications. The JObject class from the Newtonsoft.Json...
Implementing API Versioning in .NET 8 with Evolving Models What if you want to create a...
Some of the best tools I can find on the web that I frequently use. This list will always be under...
As a senior web developer, I often come across the term "prompt engineering" when using generative AI...
Are you struggling with your business logic and keeping classes seperated? Do you need a way to split...
Intro In .NET Core, configuration data is typically stored in the appsettings.json file....
Ngrok is a fantastic tool that creates secure tunnels from public URLs to your localhost. It allows...
The SOLID principles are a set of guidelines for writing clean and maintainable code in...
There is a (often) overlooked feature available in visual studio which lets you quickly create new...
Last week I had to test a new version of a package. The problem was that the package was released on...
Description There are a lot of guides describing the best practices for API Restful...
What if I want to create a quick console application and keep all my settings in a seperate...
Last week we had a production issue about a potential data leak. When users would logout of their...
There is an updated version of this guide...
If you are a developer like me you probably had a thought similar to 'Hey I think i've done this...