model view presenter

I just started part three of my book Sams Teach Yourself WPF in 24 Hours. In this part we are going to use the model view presenter pattern.I’ve used this in the past and i liked it very much.

I’m excited to start on my next project using WPF.

2 Responses to “model view presenter”

  1. Christopher Bennage Says:

    Let me know how it turns out! If you run into any problems don’t hesitate to drop me a line.

    • Dennis Says:

      so far so good! Although, I have not figured out yet how you would go about creating a master-detail view. For example, I want a listbox filled with a list of customer names. to the right of that I want a form that displays the customer details. Selecting a different customer should update the details form.

      The next step would be to have the details form updatable.

      I guess the solution is to have a hierarchical object model, but I will have to look into that further.

Leave a Reply