Part of a series of tutorials on creating WPF applications in C#
Now our project is growing, we split up the WPF project into a class library.
Then we add Dependency Injection using NInject to allow us to access our view models anywhere in the application.
Source code: https://github.com/angelsix/fasetto-word/tree/164f022b89c60f2a72baa32fc33edb4bbf4f057b
Source code at the "cleanup" stage mid video: https://github.com/angelsix/fasetto-word/tree/3dd755b5bf9065f025b5a597f11298cfa6799724
Latest code: https://github.com/angelsix/fasetto-word