|
|
|
Danny V
Community Member
|
|
I've been working on a custom binding infrastructure in a project I'm working on.
The idea is to enable data binding on non-WPF objects (model to model) with simple properties.
My current implementation using INotifyPropertyChanged and reflection and is therefore a little unefficient. Another problem I have yet to solve is preventing deserialization and editing via propertygrids of binding target properties.
After stumbling upon PostSharp for the first time today, I came to the conclusion that PostSharp could probably help to provide a more elegant solution to custom binding.
Have you had any attempts on the issue?
Any ideas on how I should approach implementing binding using PostSharp? (I have no prior experience with PostSharp (besides watching your video) and a deadline coming up).
Thanks, Danny.
|
|
|
|
|
Gael Fraiteur
SharpCrafters
|
|
|
I know the user 'ddignam' (<!-- l --><a class="postlink-local" href="http://www.postsharp.org/forum/member492.html">member492.html</a><!-- l -->) implements custom binding user PostSharp. You can try to ping them to see if he is willing to share his experience.
|
|
|
|