Building a Desktop Host from Scratch
I’ve written about dependency injection in WinUI many times. Now we must go deeper. ...
I’ve written about dependency injection in WinUI many times. Now we must go deeper. ...
Today, we’ll look at enhancing IHostedService integration with built-in DI in WinUI apps. ...
This post is based on Using .NET build-in dependency injection with WinUI apps and represents work on the mistakes made in the design of the approach described there. ...
.NET has build-in dependency injection (DI). It’s used primarily for ASP.NET Core apps, but there’s no reason not to use it with WinUI apps too. ...