There are three major components in this pattern Model, View, View Model. MVVM helpes to separate business and presentation logic from UI. Designers can easily work on UI while programmers can work on respective parts of an app. Benefits of MVVM pattern:
WPF?
WPF is the abbreviation for Windows Presentation Foundation. It is a UI framework to build desktop application with taking advantage of graphics hardware. It provides resolution independent and vector based rendering engine to make UI faster. WPF supported by .NET Framework 4 and latest .NET version(open-source). Latest version of .NET is a cross-platform but WPF only… Continue reading WPF?