Click here to Skip to main content
15,902,189 members
Home / Discussions / WPF
   

WPF

 
GeneralRe: MVVM Blues... Pin
Pete O'Hanlon25-Jan-12 3:46
mvePete O'Hanlon25-Jan-12 3:46 
GeneralRe: MVVM Blues... Pin
SledgeHammer0125-Jan-12 5:04
SledgeHammer0125-Jan-12 5:04 
GeneralRe: MVVM Blues... Pin
Pete O'Hanlon25-Jan-12 5:33
mvePete O'Hanlon25-Jan-12 5:33 
GeneralRe: MVVM Blues... Pin
SledgeHammer0125-Jan-12 8:05
SledgeHammer0125-Jan-12 8:05 
GeneralRe: MVVM Blues... Pin
Pete O'Hanlon25-Jan-12 8:15
mvePete O'Hanlon25-Jan-12 8:15 
GeneralRe: MVVM Blues... Pin
SledgeHammer0125-Jan-12 13:31
SledgeHammer0125-Jan-12 13:31 
GeneralRe: MVVM Blues... Pin
BillWoodruff29-Jan-12 13:21
professionalBillWoodruff29-Jan-12 13:21 
GeneralRe: MVVM Blues... Pin
Tom Delany26-Jan-12 10:40
Tom Delany26-Jan-12 10:40 
Pete,

I've started using MVVM Light. I'm slowly pulling pieces of it into my implementation.

For example, I had written my own ViewModelBase class that encapsulates (is that the right word?) some common things that I needed for all of my classes. I changed the name of my base class and am now deriving it from Laurent's ViewModelBase, with all of my View Model classes still being derived from my modified base class. I was able to pull out some of the INPC stuff, etc. from my base class, and just use the MVVM Light implementation.

Likewise, I threw away my homegrown (based on some of your code in fact) RelayCommand class and am using the MVVM Light version. There was nothing wrong with the homegrown version, but Laurent's is a bit more flexible.

The Messenger class is the cat's a$$. I've found some good uses for that. I have not used the ViewModelLocator because I already had a scheme going that I like that was suggested to me by Collin Jasnoch, and it seems to be working well.

All in all, I feel I am getting there. Thanks for the suggestions and encouragement. Thumbs Up | :thumbsup:
WE ARE DYSLEXIC OF BORG. Refutance is systile. Your a$$ will be laminated.

There are 10 kinds of people in the world: People who know binary and people who don't.

GeneralRe: MVVM Blues... Pin
Pete O'Hanlon26-Jan-12 10:44
mvePete O'Hanlon26-Jan-12 10:44 
GeneralRe: MVVM Blues... Pin
Tom Delany26-Jan-12 10:53
Tom Delany26-Jan-12 10:53 
GeneralRe: MVVM Blues... Pin
SledgeHammer0126-Jan-12 12:24
SledgeHammer0126-Jan-12 12:24 
GeneralRe: MVVM Blues... Pin
Tom Delany26-Jan-12 14:25
Tom Delany26-Jan-12 14:25 
GeneralRe: MVVM Blues... Pin
Dean Oliver24-Jan-12 19:05
Dean Oliver24-Jan-12 19:05 
GeneralRe: MVVM Blues... Pin
SledgeHammer0125-Jan-12 13:37
SledgeHammer0125-Jan-12 13:37 
AnswerRe: MVVM Blues... Pin
Ravi Bhavnani25-Jan-12 12:25
professionalRavi Bhavnani25-Jan-12 12:25 
GeneralRe: MVVM Blues... Pin
Kevin Marois29-Jan-12 9:23
professionalKevin Marois29-Jan-12 9:23 
AnswerRe: MVVM Blues... Pin
Dean Oliver29-Jan-12 18:50
Dean Oliver29-Jan-12 18:50 
GeneralRe: MVVM Blues... Pin
Kevin Marois30-Jan-12 7:49
professionalKevin Marois30-Jan-12 7:49 
GeneralRe: MVVM Blues... Pin
Dean Oliver30-Jan-12 18:02
Dean Oliver30-Jan-12 18:02 
GeneralRe: MVVM Blues... Pin
Kevin Marois30-Jan-12 8:03
professionalKevin Marois30-Jan-12 8:03 
GeneralRe: MVVM Blues... Pin
Dean Oliver30-Jan-12 18:03
Dean Oliver30-Jan-12 18:03 
GeneralRe: MVVM Blues... Pin
Pete O'Hanlon31-Jan-12 0:56
mvePete O'Hanlon31-Jan-12 0:56 
QuestionSilverlight App versus Silverlight Busines App Pin
Kevin Marois24-Jan-12 8:09
professionalKevin Marois24-Jan-12 8:09 
AnswerRe: Silverlight App versus Silverlight Busines App Pin
Abhinav S25-Jan-12 0:45
Abhinav S25-Jan-12 0:45 
Questiondynamicaly open elements from a xaml resource Pin
Giorgi Nistor23-Jan-12 22:37
Giorgi Nistor23-Jan-12 22:37 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.