Click here to Skip to main content
15,887,175 members

The Weird and The Wonderful

   

The Weird and The Wonderful forum is a place to post Coding Horrors, Worst Practices, and the occasional flash of brilliance.

We all come across code that simply boggles the mind. Lazy kludges, embarrassing mistakes, horrid workarounds and developers just not quite getting it. And then somedays we come across - or write - the truly sublime.

Post your Best, your worst, and your most interesting. But please - no programming questions . This forum is purely for amusement and discussions on code snippets. All actual programming questions will be removed.

 
GeneralRe: MVVM Pin
kdmote2-Feb-17 5:09
kdmote2-Feb-17 5:09 
GeneralRe: MVVM Pin
Gerry Schmitz2-Feb-17 6:12
mveGerry Schmitz2-Feb-17 6:12 
GeneralRe: MVVM Pin
Pete O'Hanlon2-Feb-17 6:25
mvePete O'Hanlon2-Feb-17 6:25 
GeneralRe: MVVM Pin
kdmote2-Feb-17 7:46
kdmote2-Feb-17 7:46 
GeneralRe: MVVM Pin
Dominic Burford14-Feb-17 2:58
professionalDominic Burford14-Feb-17 2:58 
GeneralRe: MVVM Pin
Pete O'Hanlon14-Feb-17 4:29
mvePete O'Hanlon14-Feb-17 4:29 
GeneralRe: MVVM Pin
Dominic Burford14-Feb-17 5:47
professionalDominic Burford14-Feb-17 5:47 
GeneralRe: MVVM PinPopular
Clifford Nelson1-Feb-17 6:59
Clifford Nelson1-Feb-17 6:59 
I have seen a lot of bad implementations of using MVVM. I know when I first started I was not as comfortable, and part of it is that Microsoft did not really provide the support of the product natively. One of the big problems is that when Microsoft released WPF they did not include much in the way of support for MVVM. In particular there was the ICommand interface where really needed some support, or had to roll your own. It would have been real nice for Microsoft to have inherent support for MVVM and WPF. Still whenever I create a sample project for CodeProject, I have to include some sort of ICommand implementation. Something on the order of MVVM Light would have been really nice, and then there would be lots of samples to use. Microsoft does provide PRISM, but it is not inherent, and seems to be overkill for simple projects.
GeneralRe: MVVM Pin
Bernhard Hiller1-Feb-17 21:09
Bernhard Hiller1-Feb-17 21:09 
GeneralRe: MVVM Pin
Sander Rossel1-Feb-17 12:53
professionalSander Rossel1-Feb-17 12:53 
GeneralRe: MVVM Pin
johannesnestler1-Feb-17 22:11
johannesnestler1-Feb-17 22:11 
GeneralRe: MVVM PinPopular
mbb011-Feb-17 23:18
mbb011-Feb-17 23:18 
GeneralRe: MVVM Pin
Member 113540342-Feb-17 12:06
Member 113540342-Feb-17 12:06 
GeneralRe: MVVM Pin
Brady Kelly2-Feb-17 2:55
Brady Kelly2-Feb-17 2:55 
GeneralRe: MVVM Pin
Gerry Schmitz2-Feb-17 5:57
mveGerry Schmitz2-Feb-17 5:57 
GeneralRe: MVVM Pin
Arlo Weston3-Feb-17 0:49
Arlo Weston3-Feb-17 0:49 
GeneralRe: MVVM Pin
Dennis_E13-Feb-17 22:37
professionalDennis_E13-Feb-17 22:37 
GeneralRe: MVVM Pin
Nelek14-Feb-17 7:23
protectorNelek14-Feb-17 7:23 
GeneralRe: MVVM Pin
YaakovF23-Feb-17 2:50
YaakovF23-Feb-17 2:50 
Generalnew bool() Pin
Marc Clifton31-Jan-17 7:01
mvaMarc Clifton31-Jan-17 7:01 
GeneralRe: new bool() PinPopular
Dave Kreskowiak31-Jan-17 7:08
mveDave Kreskowiak31-Jan-17 7:08 
GeneralRe: new bool() Pin
Marc Clifton31-Jan-17 7:11
mvaMarc Clifton31-Jan-17 7:11 
GeneralRe: new bool() Pin
Dave Kreskowiak31-Jan-17 7:16
mveDave Kreskowiak31-Jan-17 7:16 
GeneralRe: new bool() Pin
David O'Neil31-Jan-17 7:11
professionalDavid O'Neil31-Jan-17 7:11 
GeneralRe: new bool() Pin
ZurdoDev31-Jan-17 7:21
professionalZurdoDev31-Jan-17 7:21 

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.