bugthesystem / FireSharp

An asynchronous cross-platform .Net library for Firebase
The Unlicense
696 stars 147 forks source link

Support for 3-way data binding #19

Open stvansolano opened 9 years ago

stvansolano commented 9 years ago

Hey guys,

Any thoughts about supporting 3-way databinding with a MVVM framework in .Net? Just like Angular does for web development

https://www.firebase.com/blog/2013-10-04-firebase-angular-data-binding.html

I'm interested in develop something like that in case it is not a similar implementation

bugthesystem commented 9 years ago

Hi @stvansolano; I'm familiar with Caliburn Micro. It might be nice to implement some features with it or similar libraries. Any thoughts?

stvansolano commented 9 years ago

Hello @ziyasal

Definitely will have it in mind and probably take approach from the BindableCollection class. Hope to have some initial code to warn things up :)