OWASP Top 10 for ASP.net Core – SQL Injection
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 …
Because the legacy SmtpClient inside .NET Core is now marked as deprecated. It is recommended you follow our guide on …
One of the easiest ways to publish your application to Azure App Service is straight from Visual Studio. While not …
Deploying to the Azure App Service through Github is a simple but effective way to deploy websites that don’t require …
With Azure App Service currently being 50% off for Linux, people are taking advantage and halving their .NET core hosting …
This will be the third and last part of our series that will help you to get up and running …