Part 1: A better way to handle authorization in ASP.NET Core
I was asked by one of my clients to help build a fairly large web application, … Continue reading Part 1: A better way to handle authorization in ASP.NET Core
I was asked by one of my clients to help build a fairly large web application, … Continue reading Part 1: A better way to handle authorization in ASP.NET Core
When you are writing Entity Framework Core (EF Core) queries (i.e. reading data from the database) … Continue reading Building high performance database queries using Entity Framework Core and AutoMapper
I’m a big fan of Domain-Driven Design (DDD) and build all my Entity Framework Core (EF … Continue reading Pragmatic Domain-Driven Design: supporting JSON Patch in Entity Framework Core
This article is about ASP.NET Core 2.1 Web API code and ways to write code that … Continue reading How to write good, testable ASP.NET Core Web API code quickly
Microsoft’s documentation says “ASP.NET Core is designed from the ground up to support and leverage dependency … Continue reading ASP.NET Core – fast and automatic dependency injection setup
This article is about a NuGet library designed to make building Create, Read, Update and Delete … Continue reading GenericServices: A library to provide CRUD front-end services from a EF Core database
ASP.NET Core 2.0 introduced a new way to build a web site, called Razor Pages. I … Continue reading Six things I learnt about using ASP.NET Core’s Razor Pages
ASP.NET Core 2.0 introduced a new way to build a web site, called Razor Pages. I … Continue reading ASP.NET Core Razor Pages: How to implement AJAX requests