From A to F#: Getting started with F# and Linux (Part II)
This will be the second part of a series of 3 articles that will help you to get up and …
This will be the second part of a series of 3 articles that will help you to get up and …
A quick and easy way to get your code up and running on Azure App Service is to upload your …
This will be the first part of a series of 3 articles that will help you to get up and …
Route Constraints can be a handy way to distinguish between similar route names, and in some cases, pre-filter out “junk” …
Culture in ASP.net has always been a bit finicky to get right. In ASP.NET Core there is no exception but …
Pretty much any project that allows file uploads is going to utilize some cloud storage provider. It could be rackspace, …
In a previous article we talked about using CSRF Tokens to protect against CSRF attacks. But their main usage was …
CSRF or Cross Site Request Forgery is a type of web attack that uses a users own browser to post …
The web has been going ballistic over a proposed ASP.NET Core change. Exhibit A : https://github.com/aspnet/Home/issues/2022 ASP.NET Core was now …
This article covers Cookie Authentication in ASP.net Core 1.X. While much is the same in subsequent versions, there are a …