Benoit Patra's Picture

Benoît Patra's blog

Discussions on software engineering and machine learning

  • Home
  • Archives
  • About
  • Academic (past)

Posts with tag 'resharper'

A collection of 3 posts

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

November 30, 2014

String localization for XAML and C# using dynamically implemented interface

In this post I will describe a solution for easy localized strings management in XAML or C#. Precisely, we will use the usual recommended material for manipulating localized strings in .NET: resx files and the ResourceManager class. However, for XAML...

C# Localization MSIL resharper Unit Testing 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

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

Back to top