Skip to main content
Home Forums Silverlight Design Designing with Silverlight Making TwoWay Databinding With Entity Frameworks Easier (INotifyPropertyChangedGenerator)
1 replies. Latest Post by DaGreg on February 11, 2009.
(0)
DaGreg
Member
0 points
4 Posts
02-11-2009 9:51 AM |
Hi,
I notice that one of the most tedious thing in Silverlight 2.0 in twoway databinding is you having to write a partial class to impliment INotifyPropertyChanged for each entity object you need to update. Well I am going to try to make your lives a little bit easier. Head on over to codeplex and download this tool:
Silverlight Entity INotityPropertyChanged Generator
URL: http://www.codeplex.com/SilverINotifyGen
Enjoy
02-11-2009 12:32 PM |
I noticed there was a little issue with the tabs not clearing and regenerating when you click generate more than once. I fixed it and posted a hotfix. You can download it from codeplex (Same URL).