- Loading...
-
Sponsored by Nick Chapsas—Want to learn how to build elegant REST APIs in .NET? Get 5% off Nick's latest course "From Zero to Hero: REST APIs in .NET"!
-
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.
-
Getting started with ASP.NET Core
This article describes some of the highlights of ASP.NET Core and gives advice on the type of applications to build with it, as well as which to avoid.…
-
Adding favicons to your ASP.NET Core website with Real Favicon Generator
In this post I will show how you can add favicons to your ASP.NET Core MVC application, using the website RealFaviconGenerator.net.…
-
Retrieving the path that generated an error with the StatusCodePages Middleware
In this post, I show how you can obtain the original path that triggered an error status code when using the StatusCodePagesMiddleware's re-execute feature.…
-
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.…
-
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.…
-
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.…