Arkiv for August, 2009

|

MVVM – a story of pain, misery and finally relief

Wednesday, August 12th, 2009

To be brutally honest, when learning about coding patterns – there were a few patterns that I just found to be … cumbersome or just plain without relevance (thinking they were the remnants of C++ times long gone…). The Model-View ViewModel (MVVM) and Monostate, to name a few seemed like things you’d never use. Monostate… [...]

My current favorite libraries

Wednesday, August 12th, 2009

I use a lot of frameworks and 3rd party libraries – but I am getting increasingly picky which gets to stay for more than a brief acquaintance. Below, I’ll describe which and why I use them:
Testing

NUnit – A classic. Really, I could have used MS’ own test-framework, but I just don’t trust it yet. I [...]

|