Benoit Patra's Picture

Benoît Patra's blog

Discussions on software engineering and machine learning

  • Home
  • Archives
  • About
  • Academic (past)

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

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

September 14, 2014

Resize image and preserve ratio with Powershell

My recently created company website Keluro has two blogs: one in french and one in english. The main blog pages are a preview list of the existing posts. I gave the possibility to the writer to put a thumbnail image in...

bitmap jpeg powershell ratio SEO

August 24, 2014

Organize a multilanguage Jekyll site

In this post I will describe a simple organization of Jekyll sources to get a mulitlanguage website.

jekyll mulitlanguage SEO

Newer Posts Page 4 of 6 Older Posts

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

Back to top