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

Author: Jensen Carl

laptop

Silverlight templates

Jensen CarlOctober 8, 2023Silverlight

Now, with the release of Silverlight 2, the number of applications based on this technology is increasing, but at the same time, certain growth challenges have emerged.

Read More
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
laptop

Adding MVVM Light with NuGet

Jensen CarlAugust 17, 2023Installing

NuGet is a package manager that allows you to add packages (such as assemblies and source code) to an existing project.

Read More
computers

Installing the MVVM Light Toolkit

Jensen CarlJuly 12, 2023Installing

To add MVVM Light to an existing project, use the NuGet package manager. This is the recommended method for downloading and integrating MVVM Light.

Read More
laptop

Creating a new MVVM Light application in Visual Studio

Jensen CarlJuly 7, 2023Installing

If you’re starting a new project, you can easily create a new MVVM Light project in Visual Studio. The MVVM Light Toolkit provides a project template for each supported XAML framework

Read More
laptop

Documentation

Jensen CarlJune 20, 2023Installing

A Pluralsight course titled MVVM Light Toolkit Fundamentals is now available! This is the ideal starting point to dive into the toolkit.

Read More

Posts pagination

<< Page 1 … Page 9 Page 10

Main links

  • Home
  • About
  • Contact
  • Privacy Policy

Categories

  • Blog
  • Creation and development
  • Installing
  • Silverlight
  • WPF applications

Recent Posts

  • Top 5 SEO Site Checker Tools for 2026
  • 7 Best AI Therapy Apps for Daily Emotional Support
  • Top 9 Best Software Development Companies in Bangladesh (2026 Ranking)

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 2026 Mvvmlight. Privacy Policy