I’m currently building a number of ASP.NET Core API applications which together form a new product we’re developing. As we defined the requirements, we came up with a few behaviours that we wanted to apply across the APIs by default. Two examples that I’ll use in this blog post are, applying a prefix to all […]
Author: Steve Gordon
Things I’ve Learnt This Week (26th February)
Week 5 of my series, sharing things I’ve learnt, read, watched and listened to, in the pursuit of expanding my knowledge about software development. I spent much of the week wiped out with a bad cold / flu bug so very little time spent in front of screens. I did manage to watch some NDC videos […]
Things I’ve Learnt This Week (19th February)
Week 4 of my series, sharing things I’ve learnt, read, watched and listened to, in the pursuit of expanding my knowledge about software development. A slightly shorter set of links this week, things have been fairly busy so I’ve had less time to keep up with all of the fantastic content. Things I’ve Learned That I […]
Things I’ve Learnt This Week (12th February)
Week 3 of my series, sharing things I’ve learnt, read, watched and listened to, in the pursuit of expanding my knowledge about software development. Things I’ve Learned Dependency Injection in Middleware An important thing to consider when building custom Middleware in ASP.NET Core – If you are injecting a dependency into the constructor of your Middleware […]
Migrating from .NET Framework to .NET Core The journey of re-targeting an ASP.NET Core application onto .NET Core
What better way to start the new year than with some coding? In my case I’d found a bit of time during the end of my Christmas vacation to tackle an issue on allReady I’d been wanting to work on for a while. Before getting into the issue, if you want to read more about what […]