Is there a bare bones sample WPF sample App?
I am looking for a sample line of business app that has source code available. I am just starting out with WPF so something with a开发者_运维知识库 GUI that add, update and delete from a db will be perfect.
Here is a well-reviewed and highly rated article from Code Project that demonstrates CRUD operations with a WPF grid against a simple Customer->Order db. It's bare boned but covers the subject in great detail and depth (probably why you're not having luck finding simple samples. WPF defies simple, but for the better, making you structure your code well right from the start.)
If you want quick and dirty, you might want to take a peek here.
There's also a little StackOverflow discussion you might want to follow up on.
精彩评论