JSON Patch With ASP.NET Core
JSONPatch is a method of updating documents on an API in a very explicit way. It’s essentially a contract to …
JSONPatch is a method of updating documents on an API in a very explicit way. It’s essentially a contract to …
In previous posts I’ve talked about how you can now use the legacy SMTPClient class inside .NET to send emails. …
This article is part of a series on the OWASP Top 10 for ASP.net Core. See below for links to …
Are you using .NET Core 3+? You may want to follow this guide instead Using Swagger In .NET Core 3+ Swagger …
This article is part of a series on the OWASP Top 10 for ASP.net Core. See below for links to …
This article is part of a series on the OWASP Top 10 for ASP.net Core. See below for links to …
Raygun is a super easy to use monitoring tool. If you’ve ever used New Relic, it’s not too dissimilar, but …
I can’t think to the last ASP.NET project I worked on that didn’t involve Automapper in one way or another. …
In a previous post, I talked about getting Cookie Authentication up and running in ASP.net Core 1.X. In ASP.net Core …
With the release of .NET Core 2.0 comes a large “meta package” with the name Microsoft.AspNetCore.All. It’s a sort of …