Entity binding WPF
Posted
by
morphsd
on Stack Overflow
See other posts from Stack Overflow
or by morphsd
Published on 2012-03-19T02:01:05Z
Indexed on
2012/03/19
2:03 UTC
Read the original article
Hit count: 239
I'm doing some auction sale app and I'm new to Entity Framework. I used quickest way to create and bind Wpf control and entity(wizard and drag and drop) so VS2010 generated a lot of code for me. Now I have a problem... WPF control isn't syched to my entity. I read some articles and I understood that I have to use IObservable. Is there an easy way to do that without writing that generated code manually?
© Stack Overflow or respective owner