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

phone

Using MVVM Light Toolkit to accelerate Windows Phone application development

Jensen CarlMarch 16, 2024Creation and development

Developing applications for Windows Phone requires a special approach to ensure high performance and responsive interface.

Read More
programmer

Implement MVVM in Android

Jensen CarlMarch 3, 2024Creation and development

First of all, let’s take a look at the classic description of this pattern and analyze each of its components. So, Model-View-ViewModel (i.e. MVVM)

Read More
laptop

Important reasons to develop a Windows Phone application using the MVVM pattern

Jensen CarlFebruary 25, 2024Creation and development

MVVM, also known as the Model-View-ViewModel architecture pattern, was first introduced by John Gossman for use with WPF.

Read More
programmer

Performance issues

Jensen CarlFebruary 22, 2024Creation and development

In terms of performance, MVVM behaves very well in several scenarios in terms of data retrieval (latency driven) and data input (throughput and scalability driven).

Read More
laptop

Xamarin for Android/iOS programs

Jensen CarlFebruary 15, 2024Creation and development

Xamarin is a toolkit that provides high-performance compiled code with full access to all its own APIs.

Read More
programmer

Data binding and MVVM

Jensen CarlFebruary 10, 2024Creation and development

MVVM is a user interface architecture design pattern intended to separate user interface code from the rest of the code.

Read More
team

MVVM Light Toolkit

Jensen CarlJanuary 25, 2024Creation and development

MVVM Light Toolkit is an open source platform for building applications using the MVVM pattern. The main goal of the toolkit is to accelerate the creation

Read More
laptop

Tips for improving performance with MVVM and programming language

Jensen CarlDecember 22, 2023Creation and development

The Model-View-View-ViewModel (MVVM) template is common in many XAML applications. (MVVM is very similar to Fowler’s description of the Model-View-View-ViewModel template

Read More
laptop

Creating effective MVVM applications for Windows Store

Jensen CarlNovember 19, 2023Creation and development

Developing Windows Store (WinRT) applications using the Model-View-View-ViewModel (MVVM) pattern offers many benefits such as clear code structure

Read More
manager

View Model class

Jensen CarlNovember 13, 2023Silverlight

The representation model in the MVVM pattern encapsulates the logic of the representation and the data to be displayed.

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