My new book ASP.NET Core in Action, Second Edition is available now! It supports .NET 5.0, and is available as an eBook or paperback. You even get a free copy of the first edition of ASP.NET Core in Action!
This is a very quick post about trying to fix a JavaScript bug that plagued me for an hour this morning, when string concatenation started giving me NaNs!…
In this post, I show how to setup dependency injection in a .NET Core console app, both with the ASP.NET Core built-in container and with StructureMap.…
In this post I'll show how you can add caching headers to the files served by the StaticFileMiddleware to increase your site's performance.…
This post is a follow on to one by Steve Gordon, in which I show a clean way to use configured services when setting up MvcOptions when calling AddMvc.…
In this next post on authorisation in ASP.NET Core I show how you can secure resources based on properties of the resource itself…
In this post I show how to modify the UI you present based on the authorisation level of the current user, to hide links the user is not allowed to access.…
Stay up to the date with the latest posts!