Building Minimal APIs In .NET 6
This post is part of a series on .NET 6 and C# 10 features. Use the following links to navigate …
This post is part of a series on .NET 6 and C# 10 features. Use the following links to navigate …
I recently ran into a problem where my .NET API was returning an error 415. The full error gives you …
Some time back, I wrote a post about PostSharp Threading. I was incredibly impressed by the fact that a complicated …
An XML External Entity vulnerability (Or XXE for short) is a type of vulnerability that exploits weaknesses (Or more so …
Azure’s Key vault is a great secret store with excellent support in .NET (obviously!). But I recently ran into an …
While mentoring a junior developer and trying to help them understand dependency injection, I came across a topic that I …
I contract/freelance out a lot to companies that are dipping their toes into .NET Core, but don’t want to use …
This post is part of a series on using Azure CosmosDB with .NET Core Part 1 – Introduction to CosmosDB …
This post is part of a series on using Azure CosmosDB with .NET Core Part 1 – Introduction to CosmosDB …
Are there new .NET Core API projects that don’t use Swagger? It’s one of the first things I install on …