Hi,
I am new to WPF. I wanted to make a small database project just to learn WPF.
This is a layered application where the business logic will be accessed through WCF service and Business logic will inturn use DAL to access database.
Now my question is, when I create my classes and properties in DAL layer which
will ultimately get binded to UI. DO I need to implement INotifyPropertyChange in DAL or do I need to create separate classes in UI to bind the data ??
Any approach or design suggestion will be very help full.
Thanks.
Regards,
SUmitra
Loading
Sumitra PaulPosted Sep 15, 2013, 1:05 AM
How do I design my database layer?? Since I will be binding the data's in UI, where do I
implement INotifyPropertyChanged?
Suthish NairPosted Sep 13, 2013, 6:12 AM
Pavan RamamurthyPosted Sep 12, 2013, 3:44 AM