- Loading...
Sponsored by Dometrain Courses—Get 30% off Dometrain Pro with code ANDREW30 and access the best courses for .NET Developers

My new book ASP.NET Core in Action, Third Edition is available now! It supports .NET 7.0, and is available as an eBook or paperback.

Re-execute the middleware pipeline with the StatusCodePages Middleware to create custom error pages
In this post I show how to create custom error pages with the StatusCodePagesMiddleware by re-executing the middleware pipeline.…

Deconstructors for non-tuple types in C# 7.0
This post takes a look at how to deconstruct non-tuple types in C# 7. Also, learn how to fix the Predefined type 'System.ValueTuple`2' is not defined error.…
in C#
Preventing mass assignment or over posting in ASP.NET Core
Mass assignment or over-posting is something to bear in mind when building ASP.NET Core applications. In this post, I discuss some of the ways to stay safe.…
Git integration improvements in Visual Studio 2017 - git-hooks
VS 2017 includes a number of improvements to git integration. In this post I show how you can use git-hooks to validate your commit message format.…
What is the NETStandard.Library metapackage?
In my last post I looked at the Microsoft.AspNetCore metapackage. In this post I take a look at NetStandard.Library, what it contains and what it is for.…

What is the Microsoft.AspNetCore metapackage?
One of the packages added to many ASP.NET Core templates is Microsoft.AspNetCore. This post takes a quick look at that package and what it contains.…

