Implementing data binding in a MVVM framework

136 Views Asked by At

I'm developing a MVVM framework (C#) and I'm looking for information on how to implement data binding / synchronization (one-way, two-way, multi-binding, etc.). Also, is there any other frameworks I should consider utilizing, e.g. Reactive Extensions?

1

There are 1 best solutions below

1
On BEST ANSWER

There are several MVVM frameworks that exist for WPF. You can use them to provide some guidance with your framework.

I'm not a web developer, but I also believe that Angular and Knockout follow the MVVM pattern as well for web development.