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

code

What makes MVVM good?

Jensen CarlJune 17, 2024Creation and development

The MVVM architecture is well regarded for its clear separation of tasks, which greatly simplifies code and improves maintainability.

Read More
laptop

MV*-patterns in web application development

Jensen CarlJune 12, 2024Creation and development

Complex application code written without MV* patterns is hard to test, reuse, and maintain. Patterns eliminate or weaken the connection between View

Read More
manager

Integrating third-party libraries to speed up development in WPF

Jensen CarlJune 4, 2024Creation and development

Application development on the Windows Presentation Foundation (WPF) platform can be greatly accelerated with the help of third-party libraries.

Read More
keyboard

Design Surface + XAML

Jensen CarlMay 25, 2024Creation and development

Default namespace: An XML function that defines a set of elements (and their attributes) that can be used in a document.

Read More
laptop

Improving User Interaction in Windows Phone Applications with MVVM

Jensen CarlMay 23, 2024Creation and development

Creating applications for Windows Phone requires special attention to the user interface and user interaction.

Read More
man

How does ViewModel interact with View?

Jensen CarlMay 20, 2024Creation and development

In addition to the binding mechanism, a ViewModel can communicate with a View using other mechanisms such as Behavior

Read More
laptops

Practical overview of MVVM architecture

Jensen CarlMay 15, 2024Creation and development

Let’s take a practical look at how to implement the MVVM architecture in a project. This involves creating a Model class, working with the Activity_Main file

Read More
screen

A comparative view: MVVM vs. other architectures

Jensen CarlMay 11, 2024Creation and development

When it comes to choosing an architecture pattern for developing an application, developers often compare different patterns to determine which one is best suited for their specific needs.

Read More
man

Ways to implement MVVM in a project

Jensen CarlApril 9, 2024Creation and development

There are several methods for implementing MVVM in projects, including Android development. One common method is to use the DataBinding library

Read More
laptop

Unraveling the workings of the MVVM architecture

Jensen CarlApril 7, 2024Creation and development

The Model-View-ViewModel (MVVM) architecture is a software design pattern that provides a clear separation between the graphical user interface and the business logic of an application.

Read More

Posts navigation

Page 1 Page 2 … 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