- 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. Get 45% off with the code pblock3, only until August 17th!
-
Url culture provider using middleware as filters in ASP.NET Core 1.1.0
Adding a URL culture provider using middleware as filters - Part 2
In this post I show how you can use the 'middleware as filters' feature of ASP.NET Core 1.1.0 to easily add request localisation based on URL segments…
-
Adding a URL culture provider using middleware as filters
In this series I describe how to use middleware as an MVC filter to add request localisation to your app.…
-
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.…
-
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.…