Design from scratch - building classes
- by Tony
Hi All,
I've started a new project where I'm writing a WPF business application, but I'm having trouble with the design. The database was easy to put together, but I'm not sure how I have to go about the designing the application itself.
The main thing that I find hard is the code design. I've decided that the MVVM pattern is very applicable…