How 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…May 20, 2024May 20, 2024
Autofac 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…May 9, 2024May 9, 2024
Autofac 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…May 8, 2024May 8, 2024
AutofacServiceProviderFactory 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…May 7, 2024May 7, 2024
Break 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…May 6, 2024May 6, 2024
MudBlazor 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…May 1, 2024May 1, 2024
Try 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#…Apr 30, 2024Apr 30, 2024
How 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…Apr 29, 2024Apr 29, 2024
Ready, Set… Engineer!This article is the final part of a three-part series which focuses on getting into software engineering careers.Apr 28, 2024Apr 28, 2024