Any sample of simple data management app ? WPF+ C#

1.4k Views Asked by At

I have learned about programming for 3 years from Assembly to BASIC to C and WPF, but I wonder that inside the reference book, did't much help me in creating a simple/ complex , a complete system. I never touch C# before and its totally different between C# and WPF, many source code provide a separate program without link to database , and when i tried to connected to database, my application is malfunction. I try to find a complete sample LOB app,but when i figure out why i download from Codeproject is very complicated ....and its MVVM ... a more complicated than what i think. I need a professional give me an advice ...I am a graduated diploma student and a WPF self learner.

1

There are 1 best solutions below

0
On

i think u should read good books about CLR/C# (such as this) and more specifically about WPF (i recommend either WPF 4 Unleashed or Pro WPF in C# 2010)

also, u can find nice code samples at WPF samples

And ,finally, u should necessarily code ur own programs: more code - more experience