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.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.