Skip to content
Dmitry edited this page May 16, 2013 · 23 revisions

---

F# MVC framework for WPF

This is a small, yet powerful framework, designed for building WPF applications in F#. With strong support for MVC, functional, asynchronous and event-driven programming, it will enable you to build your solution quickly, without the need to sacrifice type system or testability.

  1. Intro
  2. Model
  3. View
  4. Controller
  5. Data Binding
  6. Validation
  7. AsyncController
  8. Child Windows
  9. Reentrancy problem
  10. Composition
  11. External Event Sources
  12. Data-Binding. Growing Micro DSL
  13. Derived properties
  14. Visual Studio 2012
  15. INotifyPropertyChanged Type Provider

Acknowledgements

Thanks to friends of mine and former colleagues Dmitry Sevastianov and Gene Belitski for proofreading the series and suggesting numerous improvements.

Clone this wiki locally