Benoit Patra's Picture

Benoît Patra's blog

Discussions on software engineering and machine learning

  • Home
  • Archives
  • About
  • Academic (past)

Posts with category 'MVVM'

A collection of 5 posts

June 30, 2015

My WPF/MVVM "must have" part 3/3 - On view model unit tests organization

One of the great advantage of the MVVM pattern is that it allows you to test the Graphic User Interface logic of the application through the view models. The latter ones are in charge of ‘presenting’ the data to your...

C# MOQ MVVM TDD unit tests UnitTest WPF

April 7, 2015

My WPF/MVVM "must have" part 2/ 3 - No Resharper binding error in XAML code

This second post of the “WPF must have” series deals with Resharper and its ability to find binding errors in XAML.

.NET C# MVVM resharper XAML

January 18, 2015

My WPF/MVVM "must have" part 1/ 3 - working with design time data

This is the first post of a series in three parts where I will discuss what are the “must have” of any of my WPF/MVVM projects. This one is about dealing with design time data with the framework MVVM light. The sample...

C# Design MVVM WPF XAML

October 12, 2014

A generic version of ICollectionView used in a MVVM searchable list

In this post we will describe how to create a searchable list with WPF following MVVM principles. To this aim we will use a WPF ListView to display the searched items and a TextBox to enter the text used for the search. Most...

.NET C# MVVM resharper Unit Testing WPF XAML

March 15, 2014

Unit Testing Drag and Drop logic with MVVM pattern in WPF

I recently had a discussion with a friend about the Model-View-ViewModel pattern (MVVM) for UI apps and the fact that it allows unit testing where you would not have thought it possible in the first place, for example, logic involved...

C# GongWPF mock framework MOQ MSTest MVVM Unit Testing WPF XAML

Benoît Patra's blog © 2024.
Powered by Jekyll.

Back to top