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

programmer

Presentation class

Jensen CarlNovember 7, 2023Silverlight

It is the responsibility of the view to determine the structure and appearance of what the user sees on the screen.

Read More
laptop

Creating Web pages and applications with Microsoft Silverlight

Jensen CarlOctober 18, 2023Silverlight

Microsoft is one of the leaders in developing quality software. One of such products is Microsoft Silverlight.

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

Posts navigation

<< Page 1 Page 2 Page 3 Page 4 >>

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