Code Maze Author

Georgi Georgiev

Georgi is a software engineer and tech lead with nearly a decade of experience in building microservices and Web APIs with .NET using clean architecture and best practices, ensuring that each solution is not only effective but also sustainable and scalable.
Also find me here:

MY ARTICLES:

How to Resolve IOptions Instance Inside Program Class in C#

In this article, we’ll look at resolving the IOptions instance in the Program class, ensuring we avoid common pitfalls and learn some best practices. As software developers, we frequently encounter the challenge of managing application configurations. However, to make...