An open API service indexing awesome lists of open source software.

https://github.com/nuclex-shared-dotnet/nuclex.windows.forms.ninject

A module class that can be loaded into Ninject (a dependency injector with nice syntax) to use my WinForms MVVM framework together with Ninject constructor injection on View Model classes.
https://github.com/nuclex-shared-dotnet/nuclex.windows.forms.ninject

dependency-injection inversion-of-control ioc mvvm mvvm-framework ninject

Last synced: 11 months ago
JSON representation

A module class that can be loaded into Ninject (a dependency injector with nice syntax) to use my WinForms MVVM framework together with Ninject constructor injection on View Model classes.

Awesome Lists containing this project

README

          

Nuclex.Windows.Forms.Ninject ![Windows-only due to using Windows Forms](./Documents/images/platforms-windows-badge.svg) ![Several projects are using library and it has received extensive testting](./Documents/images/status-mature-and-stable-badge.svg)
============================

Nuclex.Windows.Forms is a standalone, lightweight MVVM library that lets you "display"
view models by automatically picking a default view, creating an instance of it and
of your view model.

This library provides a module for Ninject by which view models can not just be
constructed via a default constructor, byt can use full constructor injection to require
services such as the `IMessageService` (to display message boxes), the `IWindowManager`
to open modal and modeless child windows and anything else you bind via Ninject.