Click here to Skip to main content
15,892,809 members
Home / Discussions / WPF
   

WPF

 
QuestionWPF - resource site Pin
Simon_Whale21-Jun-11 11:52
Simon_Whale21-Jun-11 11:52 
AnswerRe: WPF - resource site Pin
Soulus8321-Jun-11 12:53
Soulus8321-Jun-11 12:53 
GeneralRe: WPF - resource site Pin
Pete O'Hanlon21-Jun-11 21:02
mvePete O'Hanlon21-Jun-11 21:02 
AnswerRe: WPF - resource site Pin
Mark Salsbery21-Jun-11 13:04
Mark Salsbery21-Jun-11 13:04 
QuestionUserControl in MVVM w/ no code behind? is it possible? Pin
SledgeHammer0121-Jun-11 10:04
SledgeHammer0121-Jun-11 10:04 
AnswerRe: UserControl in MVVM w/ no code behind? is it possible? Pin
Pete O'Hanlon21-Jun-11 10:27
mvePete O'Hanlon21-Jun-11 10:27 
GeneralRe: UserControl in MVVM w/ no code behind? is it possible? Pin
SledgeHammer0121-Jun-11 10:49
SledgeHammer0121-Jun-11 10:49 
GeneralRe: UserControl in MVVM w/ no code behind? is it possible? Pin
Soulus8321-Jun-11 12:57
Soulus8321-Jun-11 12:57 
Well, the idea, IIRC, is to have separated logic for Presentation(View) and Logic (ViewModel), so you can easily test Logic without having to simulate user clicks....that's only one of the main benefits...

Also, it's easily to port your ViewModel-Model to another View( ASP.Net MVC, a WCF service, etc) as you'll only refactor the view part.

If you think you're building something simple, then use the usual way, having code on the view and that stuff, I mean, MVVM is there to help, not to bloat your projects, just use what fits your needs Big Grin | :-D
"Whether you think you can, or you think you can't--either way, you are right." — Henry Ford

"When I waste my time, I only use the best, Code Project...don't leave home without it." — Slacker007

GeneralRe: UserControl in MVVM w/ no code behind? is it possible? Pin
SledgeHammer0121-Jun-11 13:02
SledgeHammer0121-Jun-11 13:02 
GeneralRe: UserControl in MVVM w/ no code behind? is it possible? Pin
Pete O'Hanlon21-Jun-11 21:08
mvePete O'Hanlon21-Jun-11 21:08 
AnswerRe: UserControl in MVVM w/ no code behind? is it possible? Pin
Abhinav S21-Jun-11 21:22
Abhinav S21-Jun-11 21:22 
QuestionNullReferenceException was throwm on 'Groupbox' Pin
AmbiguousName20-Jun-11 18:20
AmbiguousName20-Jun-11 18:20 
AnswerRe: NullReferenceException was throwm on 'Groupbox' Pin
SledgeHammer0121-Jun-11 6:26
SledgeHammer0121-Jun-11 6:26 
AnswerRe: NullReferenceException was throwm on 'Groupbox' Pin
Pete O'Hanlon21-Jun-11 6:30
mvePete O'Hanlon21-Jun-11 6:30 
QuestionCustom control derived from DataGrid Pin
Nitsan Selinger19-Jun-11 21:12
Nitsan Selinger19-Jun-11 21:12 
AnswerRe: Custom control derived from DataGrid Pin
BobJanova20-Jun-11 4:42
BobJanova20-Jun-11 4:42 
GeneralRe: Custom control derived from DataGrid Pin
Nitsan Selinger20-Jun-11 5:07
Nitsan Selinger20-Jun-11 5:07 
GeneralRe: Custom control derived from DataGrid Pin
Pete O'Hanlon20-Jun-11 5:08
mvePete O'Hanlon20-Jun-11 5:08 
GeneralRe: Custom control derived from DataGrid Pin
Nitsan Selinger20-Jun-11 19:45
Nitsan Selinger20-Jun-11 19:45 
GeneralRe: Custom control derived from DataGrid Pin
Pete O'Hanlon21-Jun-11 6:28
mvePete O'Hanlon21-Jun-11 6:28 
GeneralRe: Custom control derived from DataGrid Pin
Nitsan Selinger21-Jun-11 7:27
Nitsan Selinger21-Jun-11 7:27 
GeneralRe: Custom control derived from DataGrid Pin
Pete O'Hanlon21-Jun-11 7:40
mvePete O'Hanlon21-Jun-11 7:40 
GeneralRe: Custom control derived from DataGrid Pin
Nitsan Selinger21-Jun-11 19:41
Nitsan Selinger21-Jun-11 19:41 
GeneralRe: Custom control derived from DataGrid Pin
Pete O'Hanlon21-Jun-11 21:01
mvePete O'Hanlon21-Jun-11 21:01 
GeneralRe: Custom control derived from DataGrid Pin
Nicolai Schrade6-Jul-11 5:52
Nicolai Schrade6-Jul-11 5:52 

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.