#software-development
Read more stories on Hashnode
Articles with this tag
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...
In this article, we’ll be exploring how to use Autofac ComponentRegistryBuilder in ASP.NET Core. Prior articles in this series have highlighted some...
Many software engineers set their sights on getting into big tech someday — It seems like the destination to end up at in one’s career. Now this of...
As 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#...
In 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 important...
I was approached by Adrian Machado, an employee at Zuplo, for a problem I didn’t even know I had — yet. When I jumped on the call with him to walk...