Dev Leader·May 20, 2024How To Use IServiceCollection In Console Applications — What You Need To KnowWhen it comes to dependency injection and using the built-in IServiceCollection, the framing feels such that we’re restricted to ASP.NET…
Dev Leader·May 9, 2024Autofac ComponentRegistryBuilder In ASP.NET Core — How To Register DependenciesIn this article, we’ll be exploring how to use Autofac ComponentRegistryBuilder in ASP.NET Core. Prior articles in this series have…
Dev Leader·May 8, 2024Autofac ContainerBuilder in ASP.NET Core — What You Need To KnowThere are many ways to manage dependency injection inside our applications, and I think it’s important to understand the benefits and…
Dev Leader·May 7, 2024AutofacServiceProviderFactory In ASP.NET Core — Problems With Dependency Injection (Part 1)We have plenty of awesome options for dependency injection when working in ASP.NET Core applications. For the most part, if you’re not…
Dev Leader·May 6, 2024Break Into Big Tech — My Journey From Startup To MicrosoftMany software engineers set their sights on getting into big tech someday — It seems like *the* destination to end up at in one’s career…
Dev Leader·May 1, 2024MudBlazor with Blazor Interactive SSR — What You Need To KnowThis is yet another selfish guide! I’m writing this to help my future self with having MudBlazor with Blazor interactive SSR working within…
Dev Leader·Apr 30, 2024Try Catch In C#: The Basics You Need To KnowAs much as we’d like to write perfect programs, there’s going to be a point where you need to think about handling error cases in your C#…
Dev Leader·Apr 29, 2024How to Convert a String to Byte Array in C#: Encoding and Decoding SimplifiedIn programming, it’s very common that we need to go between strings and bytes. Humans read strings. Computers read bytes. As a result, it’s…
Dev Leader·Apr 28, 2024Ready, Set… Engineer!This article is the final part of a three-part series which focuses on getting into software engineering careers.