.NET Core

Blog

Blazor: Is It Production-Ready?

Hands on with Blazor: what's good, and what still needs work?

Read More
ASP.NET Core

ASP.NET Core Feature Flag TagHelper

Releasing stuff is dangerous: you might break things, you might annoy your users or you could screw up in any number of entertaining ways.

Read More
.NET Core

Composite Pattern in .NET Core with Dependency Injection

Implementing a composite pattern for the .NET Core DI framework.

Read More
.NET Core

Decorators in .NET Core with Dependency Injection

Implementing a decorator pattern for the .NET Core DI framework.

Read More
ASP.NET Core

Post-Logout Redirect with ASP.NET Core and ADFS 2016

Make post_logout_redirect_uri work with ADFS

Read More
.NET Core

Find .NET Core packages in all projects

In a quick aide-memoire for next time I need to use it: here's a Powershell snippet that will return a list of all unique package names in all .NET Core projects under the current folder.

Read More
ASP.NET Core

Generic behaviour in ASP.NET Core with Action Filters

Everyone hates copy/pasting code, and Action Filters in ASP.NET Core MVC offer a great way to avoid filling your controllers with boilerplate

Read More