Microsoft Security Advisory 4021279 – ASP.NET Core Could Allow Elevation of Privilege
Microsoft has released an urgent patch to various packages in .net core. If you are using any of the following …
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 …
While .net core ships with the service collection dependency injection framework as a first class citizen, some developers may still …
If you’ve never used a dependency injection framework before, then the new Services DI built into .net core could be …