- 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.
-
Introduction to Authorisation in ASP.NET Core
In this post we'll learn about authorisation in ASP.NET Core, explaining the principles behind it, how it is implemented, and how to apply simple policies.…
-
Injecting services into ValidationAttributes in ASP.NET Core
This post describes how to use dependency injection with ValidationAttributes in ASP.NET Core, and the process I took in trying to figure out how!…
-
Localising the DisplayAttribute and avoiding magic strings in ASP.NET Core
In this post, we cover some of the problems you may find when localising your application such as localising the DisplayAttribute and broken magic strings.…
-
How to use machine-specific configuration with ASP.NET Core
In this post I'll show how to load machine-specific configuration values in your applications using the new ASP.NET Core configuration system.…
-
Adding Localisation to an ASP.NET Core application
In this post I'll walk through the process of adding localisation to an ASP.NET Core application using the recommended approach with resx resource files.…
-
Viewing what's changed in ASP.NET Core 1.0.1
A quick view of the file changes introduced to the ASP.NET Core framework with the September update to ASP.NET Core 1.0.1 using the compare view in GitHub.…