Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

which is the best or widely used MVVM Toolkit for WPF?

Tags:

mvvm

wpf

Could you tell me which is the best MVVM pattern someone have to follow (like Prism). Where can I find hands-on examples to help? Actually, I am little confused which one to follow?

like image 317
Kishore Kumar Avatar asked Dec 28 '22 15:12

Kishore Kumar


1 Answers

The Wikepedia article about MVVM has a list of frameworks. Here is a selection of some of the frameworks from the list:

  • Calcium
  • Caliburn
  • Cinch
  • CoreMVVM
  • MVVM Foundation
  • MVVM Light Toolkit
  • WPF Application Framework (WAF)
  • WPF Model-View-ViewModel Toolkit

Personally, I can recommend Rob Eisenberg's Caliburn. You can see his very educating introduction to MVVM at MIX 2010: Build Your Own MVVM Framework.

like image 78
Martin Liversage Avatar answered Feb 15 '23 19:02

Martin Liversage