TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Sumitra Paul
NA
51
33.7k
INotifyPropertyChange in database project
Sep 6 2013 10:54 PM
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
Reply
Answers (
3
)
Data Binding
WPF C#