Dependency Injection, Async and HangFire for Simple Background Processing
Proper architecture is critical for all portions of your application. I often see corners cut when working with background tasks as individuals believe that it is hard to follow common patterns, such as Dependency Injection while working in these different environments. This post is an expansion of a prior post where I discuss HangFire & background tasks in .NET 5.
Read Full Article