Is there a sample WPF sample with bare bones samples?

I am looking for a sample business application that has source code. I'm just starting out with WPF, so something with a GUI that adds, updates and removes from the db would be perfect.

+2


a source to share


1 answer


Here is a well reviewed and highly rated article from Code Project that demonstrates WPF grid CRUD operations versus simple Customer-> Order dB. It's bare bones, but it covers the subject in great detail and deeper (perhaps why you're out of luck with finding simple patterns. WPF challenges a simple, but for the best, allowing you to structure your code properly from the start.)

If you want a quick and dirty look, you can take a look here.



There's also a bit of fooobar.com/questions/862961 / ... that you might want to continue.

0


a source







All Articles