realm / realm-dotnet

Realm is a mobile database: a replacement for SQLite & ORMs
https://realm.io
Apache License 2.0
1.24k stars 162 forks source link

Enable "microtransactions" for WPF data-bindings #1154

Open nirinchev opened 7 years ago

nirinchev commented 7 years ago

With https://github.com/realm/realm-dotnet/issues/887 we added support for automatic transactions in Forms, however, the WPF binding engine doesn't care about IReflecatableType. It respects ICustomTypeProvider though, so we could implement that as well. Let's hope we don't end up with a 3rd one for UWP

Here's a blog post about using those.

fealebenpae commented 7 years ago

Let's hope we don't end up with a 3rd one for UWP 😹

Don't worry, we will.

sync-by-unito[bot] commented 2 years ago

➤ Stoney Burks commented:

This will be included when we address MAUI support

fealebenpae commented 2 years ago

This depends on #2864, which MAUI implies, but it will need additional work on top of that.