Design from scratch - building classes

Posted by Tony on Stack Overflow See other posts from Stack Overflow or by Tony
Published on 2010-03-06T22:54:54Z Indexed on 2010/03/09 10:51 UTC
Read the original article Hit count: 288

Filed under:
|
|

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 for this application, but how do I go about deciding what classes to build and how things go from there?

Does anyone have some guidelines I could use?

This is a standard business application that just stores and retrieves data. Some data queries will also need to be performed.

© Stack Overflow or respective owner

Related posts about design

Related posts about wpf