@devleader
Bridging the gap between development and leadership roles
I'm a software engineering professional with over a decade of hands-on experience creating software and managing engineering teams. I graduated from the University of Waterloo in Honours Computer Engineering in 2012.
I started blogging at https://www.devleader.ca in order to share my experiences about leadership, managing engineers, and 20+ years of programming.
I'm the author of Dev Leader Weekly, which you can find here: https://devleaderweekly.substack.com
And I create YouTube videos here: https://www.youtube.com/@DevLeader
- Collaboration on articles - Collaboration on newsletters - Podcast guest speaker - Sponsorship opportunities
May 20, 2024 · 4 min read · When it comes to dependency injection and using the built-in IServiceCollection, the framing feels such that we’re restricted to ASP.NET Core. So if we wanted to use IServiceCollection in console applications instead, what options do we have? It turn...
Join discussion
May 9, 2024 · 9 min read · In this article, we’ll be exploring how to use Autofac ComponentRegistryBuilder in ASP.NET Core. Prior articles in this series have highlighted some challenges for getting set up to do C# plugin architectures — at least for my own standards. I’ll be ...
Join discussion
May 8, 2024 · 8 min read · There are many ways to manage dependency injection inside our applications, and I think it’s important to understand the benefits and limitations of different approaches. Using an Autofac ContainerBuilder in ASP.NET Core as the primary way to structu...
Join discussion
May 7, 2024 · 9 min read · We have plenty of awesome options for dependency injection when working in ASP.NET Core applications. For the most part, if you’re not building anything super complicated concerning your types or your software architecture, you can get by with the bu...
Join discussion