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

WPF

 
GeneralRe: Need some Simple Code Pin
SledgeHammer0115-Aug-11 13:39
SledgeHammer0115-Aug-11 13:39 
GeneralRe: Need some Simple Code Pin
Mycroft Holmes15-Aug-11 21:05
professionalMycroft Holmes15-Aug-11 21:05 
GeneralRe: Need some Simple Code Pin
SledgeHammer0116-Aug-11 4:34
SledgeHammer0116-Aug-11 4:34 
GeneralRe: Need some Simple Code Pin
SledgeHammer0115-Aug-11 13:12
SledgeHammer0115-Aug-11 13:12 
AnswerRe: Need some Simple Code Pin
_Maxxx_15-Aug-11 20:08
professional_Maxxx_15-Aug-11 20:08 
AnswerRe: Need some Simple Code Pin
Glosse16-Aug-11 4:30
Glosse16-Aug-11 4:30 
GeneralRe: Need some Simple Code Pin
_Maxxx_17-Aug-11 13:52
professional_Maxxx_17-Aug-11 13:52 
GeneralRe: Need some Simple Code Pin
SledgeHammer0117-Aug-11 14:15
SledgeHammer0117-Aug-11 14:15 
I'm on a 1 1/2 man team and have written WPF projects using both MVVM and non MVVM ways. The non MVVM projects are complete clusterf**ks in terms of code organization. Everything is hacked together with duct tape and chicken wire. I then developed my own MVVM framework (the right way) and wrote a few projects using it. The code is MUCH cleaner, MUCH more elegant, there are very few "cheezy hacks" and there is no duct tape and chicken wire holding things together. Thats the biggest advantage of MVVM IMO. The biggest PROBLEM IMO is getting a framework together that actually allows you to do MVVM properly. Theres much, much, much more to doing proper MVVM then just having a RelayCommand<T> implementation that you C&P everywhere. Once you've done a few MVVM projects (the right way) and have it all fleshed out, the next project is much easier since you've already solved all the typical MVVM problems and of course put it all together in a reusable framework.
GeneralRe: Need some Simple Code Pin
_Maxxx_17-Aug-11 19:57
professional_Maxxx_17-Aug-11 19:57 
GeneralRe: Need some Simple Code Pin
SledgeHammer0118-Aug-11 5:08
SledgeHammer0118-Aug-11 5:08 
GeneralRe: Need some Simple Code Pin
Glosse18-Aug-11 7:34
Glosse18-Aug-11 7:34 
GeneralRe: Need some Simple Code Pin
SledgeHammer0118-Aug-11 9:32
SledgeHammer0118-Aug-11 9:32 
GeneralRe: Need some Simple Code Pin
_Maxxx_18-Aug-11 13:41
professional_Maxxx_18-Aug-11 13:41 
GeneralRe: Need some Simple Code Pin
Mycroft Holmes18-Aug-11 14:54
professionalMycroft Holmes18-Aug-11 14:54 
GeneralRe: Need some Simple Code Pin
_Maxxx_18-Aug-11 16:01
professional_Maxxx_18-Aug-11 16:01 
GeneralRe: Need some Simple Code Pin
SledgeHammer0118-Aug-11 18:47
SledgeHammer0118-Aug-11 18:47 
AnswerRe: Need some Simple Code Pin
Abhinav S19-Aug-11 1:47
Abhinav S19-Aug-11 1:47 
AnswerRe: Design and Styling Pin
SledgeHammer0115-Aug-11 6:47
SledgeHammer0115-Aug-11 6:47 
GeneralRe: Design and Styling Pin
Richard MacCutchan15-Aug-11 7:53
mveRichard MacCutchan15-Aug-11 7:53 
GeneralRe: Design and Styling Pin
SledgeHammer0115-Aug-11 8:04
SledgeHammer0115-Aug-11 8:04 
AnswerRe: Design and Styling Pin
Oludayo Alli15-Aug-11 23:09
Oludayo Alli15-Aug-11 23:09 
GeneralRe: Design and Styling Pin
Nicky Carpenter17-Aug-11 6:29
Nicky Carpenter17-Aug-11 6:29 
AnswerRe: Design and Styling [modified] Pin
Oludayo Alli19-Aug-11 3:42
Oludayo Alli19-Aug-11 3:42 
GeneralRe: Design and Styling Pin
AAC Mike16-Aug-11 3:01
AAC Mike16-Aug-11 3:01 
GeneralRe: Design and Styling Pin
SledgeHammer0116-Aug-11 5:09
SledgeHammer0116-Aug-11 5:09 

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.