MVVM light first look

For a side project I’m using WPF. This is where the company gets a product it needs and I learn something new. Since I’ve been mostly creating back-end and web based systems, my WPF knowledge is only theoretical. Time for some hands-on experience!

http://mvvmlight.netAfter reading about MVVM light and following the (excellent) Pluralsight course I decided to go for it. I liked the concept of really decoupling logic from presentation. This would help me unit test and allow someone else to correct my GUI design flaws. Inversion of Control (IoC), events, commands it’s all there. My design pattern knowledge comes in handy.

After getting the basics right I think I’m more into WPF now. MVVM Light helps me stay on track and SOLID. Sometimes a little hands-on is all you need to get excited.

References

MVVM light documentation
Pluralsight cource for MVVM light

About erictummers

Working in a DevOps team is the best thing that happened to me. I like challenges and sharing the solutions with others. On my blog I’ll mostly post about my work, but expect an occasional home project, productivity tip and tooling review.
This entry was posted in Development and tagged , , , . Bookmark the permalink.

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.