Making Sense Of The ASP.NET Core 2.0 Kerfuffle
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 …
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 …
Microsoft has released an urgent patch to various packages in .net core. If you are using any of the following …
Migrating a project.json .net core project to the latest csproj format can be a bit of a minefield. There are …
AWS Lambda is usually seen as a way for small, short functions to be run in the cloud. Usually small …
In ASP.NET core there is this concept of “environments” where you set at the machine level (Or sometimes at the …
In 99% of cases, static files you want served for your website will be able to live in the wwwroot …
If you’re up to date on your dotnet tooling, then you are probably using the very latest Dotnet Nuget command …
C# as a language has always been well respected, but convincing developers who traditionally develop on Macs and Linux machines …
Google have recently released support for ASP.NET Core on their “GCloud” hosting platform. And along with it released some documentation …