MVVM for Windows Forms - on NuGet now

MVVM for Windows Forms - on NuGet now

Old forum URL: forums.lhotka.net/forums/t/11476.aspx


tiago posted on Sunday, July 15, 2012

The version 2..0.0.0 of MVVM FX base framework for Windows Forms and Visual WebGUI includes:

  • Data binding for any CLR object (released under Ms-PL license)
  • Command binding to any input event on UI objects (released under Ms-PL license)
  • use WeakReference to avoid memory leaks
  • DependencyObject and DependencyProperty for any CLR object, namely Form and UserControl under Windows Forms and Visual WebGUI (released under the MIT license)
  • Data Binding

    DependencyObject and DependencyProperty

    The requisite of this module is to make it easier to port MVVM libraries (like MVVM Light or Caliburn.Micro) and use them under WindowsForms or Visual WebGUI. The implemention isn't complete as it stops where the referred goal is achieved.

    The next step is to (re) build some MVVM frameworks for use under Windows Forms and Visual WebGUI. Caliburn.Micro is a strong candidate for porting, including CSLA ModelView support.

    tiago replied on Sunday, October 28, 2012

    MVVM FX went NuGet on 28-10-2012. Look for "mvvmfx".

    New on release 2.0.2

    Copyright (c) Marimer LLC