Skip to content (Press Enter)

Mvvmlight

Blog about accelerating the creation and development of MVVM applications

  • Home
  • About
  • Blog
    • WPF applications
    • Silverlight
    • Installing
    • Creation and development
  • Contact
  • Home
  • About
  • Blog
    • WPF applications
    • Silverlight
    • Installing
    • Creation and development
  • Contact

Category: WPF applications

User interface design for a professional application is not easy. It can be a dense mix of data, interaction design, visual design

laptop

Evolution of the model-representation-model-representation pattern

Jensen CarlOctober 3, 2023WPF applications

Popular design patterns have made people’s lives easier since the early days of creating user interfaces for programs.

Read More
laptop

What is MVVM?

Jensen CarlSeptember 26, 2023WPF applications

Model-View-View-ViewModel (i.e. MVVM) is a client application architecture pattern that was proposed by John Gossman as an alternative to the MVC

Read More
laptop

Why WPF developers love MVVM so much

Jensen CarlSeptember 5, 2023WPF applications

If a developer is used to WPF and MVVM, the latter becomes difficult to distinguish. MVVM is a kind of common language for WPF developers because it is well adapted to the WPF platform

Read More
laptops

WPF applications with model-representation design pattern

Jensen CarlAugust 18, 2023WPF applications

There are popular design patterns that help tame this monster, but the task of properly separating the many issues and resolving them can be difficult.

Read More

Main links

  • Home
  • About
  • Contact
  • Privacy Policy

Categories

  • Creation and development
  • Installing
  • Silverlight
  • WPF applications

Recent Posts

  • What makes MVVM good?
  • MV*-patterns in web application development
  • Integrating third-party libraries to speed up development in WPF

The primary use case for MVVM is graphical user interface (GUI) programming. It is used for simple event-driven programming of user interfaces by decoupling View from the data-driven backend logic.

© Copyright 2025 Mvvmlight. Privacy Policy