Skip to content

aelbuz/WPFwithDI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WPF with Dependency Injection

A very very very very very simple .NET 6 WPF project that uses dependency injection as an example of the following services:

  • IFactory<T> service for creating view-models.
  • IConfiguration and IOptions<T> services for application options.
  • ILogger<T> service with NLog for application wide logging.