When NOT to use MVVM?

Posted by Vitalij on Stack Overflow See other posts from Stack Overflow or by Vitalij
Published on 2011-01-10T14:52:56Z Indexed on 2011/01/10 14:53 UTC
Read the original article Hit count: 188

Filed under:
|
|

I have started using MVVM pattern recently. I have had several projects where I used it and with every new one, I start to see that it will fit great within that new project.

And now I start to ask myself are there situation when it's better NOT to use MVVM. Or is it such a nice pattern which you can use anywhere?

Could you please describe several scenarios where MVVM wouldn't be the best choice?

© Stack Overflow or respective owner

Related posts about wpf

Related posts about design-patterns