Click here to Skip to main content
15,914,162 members
Home / Discussions / WPF
   

WPF

 
AnswerRe: client side serial communication Pin
Gerry Schmitz19-Jun-12 0:27
mveGerry Schmitz19-Jun-12 0:27 
GeneralRe: client side serial communication Pin
javadadabi19-Jun-12 1:22
javadadabi19-Jun-12 1:22 
GeneralRe: client side serial communication Pin
Gerry Schmitz19-Jun-12 7:45
mveGerry Schmitz19-Jun-12 7:45 
GeneralRe: client side serial communication Pin
javadadabi20-Jun-12 8:29
javadadabi20-Jun-12 8:29 
GeneralRe: client side serial communication Pin
Pete O'Hanlon20-Jun-12 8:45
mvePete O'Hanlon20-Jun-12 8:45 
GeneralRe: client side serial communication Pin
Gerry Schmitz20-Jun-12 9:34
mveGerry Schmitz20-Jun-12 9:34 
GeneralRe: client side serial communication Pin
javadadabi20-Jun-12 17:21
javadadabi20-Jun-12 17:21 
GeneralRe: client side serial communication Pin
javadadabi29-Jun-12 0:20
javadadabi29-Jun-12 0:20 
QuestionHow to change image at run-time corresponding time of day (24 hour format)? Pin
LAPEC13-Jun-12 12:41
LAPEC13-Jun-12 12:41 
AnswerRe: How to change image at run-time corresponding time of day (24 hour format)? Pin
Mycroft Holmes13-Jun-12 14:25
professionalMycroft Holmes13-Jun-12 14:25 
GeneralRe: How to change image at run-time corresponding time of day (24 hour format)? Pin
LAPEC14-Jun-12 1:23
LAPEC14-Jun-12 1:23 
GeneralRe: How to change image at run-time corresponding time of day (24 hour format)? Pin
Mycroft Holmes15-Jun-12 13:30
professionalMycroft Holmes15-Jun-12 13:30 
QuestionHow to draw a free hand shape (random) on wpf canvas Pin
Farhan Ghumra12-Jun-12 23:39
professionalFarhan Ghumra12-Jun-12 23:39 
AnswerRe: How to draw a free hand shape (random) on wpf canvas Pin
Pete O'Hanlon12-Jun-12 23:53
mvePete O'Hanlon12-Jun-12 23:53 
GeneralRe: How to draw a free hand shape (random) on wpf canvas Pin
Farhan Ghumra13-Jun-12 0:00
professionalFarhan Ghumra13-Jun-12 0:00 
GeneralRe: How to draw a free hand shape (random) on wpf canvas Pin
Farhan Ghumra13-Jun-12 0:38
professionalFarhan Ghumra13-Jun-12 0:38 
QuestionAdding ResourceDictionary to a WPF project gives "does not contain a static 'Main' method suitable for an entry point" error Pin
as_kannan11-Jun-12 23:43
as_kannan11-Jun-12 23:43 
QuestionDependency propertie validation Pin
columbos1492711-Jun-12 20:58
columbos1492711-Jun-12 20:58 
QuestionGeneral question on silverlight Pin
ebrahim rajabloo10-Jun-12 0:49
ebrahim rajabloo10-Jun-12 0:49 
AnswerRe: General question on silverlight Pin
egenis10-Jun-12 5:25
egenis10-Jun-12 5:25 
QuestionLoop multiple Videos in MediaPlayer Pin
mselvaraj9-Jun-12 1:20
mselvaraj9-Jun-12 1:20 
QuestionScreen Scraping Silverlight Web Page Pin
yirgalem8-Jun-12 12:00
yirgalem8-Jun-12 12:00 
QuestionGeneral question on MVVM Pin
jesarg7-Jun-12 6:10
jesarg7-Jun-12 6:10 
I was reading through posts such as this one on MSDN[^], and I was wondering why in MVVM, we constantly try to save 10 lines of code in the .xaml.cs class by adding 100 lines in the viewmodel or helper classes.

Can someone tell me the main benefit of taking such big hits in code size and readability to avoid putting code in the .xaml.cs file?

I would think that even if you do regular event handling in the .xaml.cs file, it still follows the textbook MVVM pattern (view knows viewmodel, viewmodel knows model, no other knowledge allowed).
GeneralRe: General question on MVVM Pin
jesarg7-Jun-12 9:06
jesarg7-Jun-12 9:06 
GeneralRe: General question on MVVM Pin
jesarg7-Jun-12 12:07
jesarg7-Jun-12 12:07 

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.