Hands on with Blazor: what's good, and what still needs work?
Read MoreImplementing a composite pattern for the .NET Core DI framework.
Read MoreImplementing a decorator pattern for the .NET Core DI framework.
Read MoreIn 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 MoreThis post serves as a reminder to myself...largely because I have wasted time tracking this down twice now!
Read MoreI came across a problem on a recent WebAPI project where I wanted to use Autofac to inject some tenant information (i.e. derived per request) into the constructor of each controller
Read MoreOne of the many ways to customise Swagger output with Swashbuckle.
Read MoreKeep your Web API help pages tidy when using ProxyApi
Read MoreMy thoughts on a first dive into using Selenium for test automation.
Read MoreBy default, the MVC `UrlHelper` will include all of the route values for the current route in it's calculations. What if you don't want it to?
Read More