XAML "for real" / XAML "dans la vraie vie"

Luc Vo Van's Blog

TechDays 2012: Productivité XAML en Entreprise et WPF/XAML UI : Chasse aux Fuites Mémoire – Webcasts disponibles en ligne!

Les deux sessions sont désormais disponibles en webcast sur le site des TechDays Améliorez votre...

Author: lvovan Date: 04/09/2012

TechDays 2012 : Vos questions pour la session "Améliorez votre productivité XAML en entreprise"

Comme l'année dernière, je présenterai deux sessions liées aux technologies XAML lors des prochains...

Author: lvovan Date: 01/19/2012

Publication sur le Marketplace Windows Phone : Publique, Cachée ou Beta

Les nouveautés liées à l’arrivée de Mango ne se cantonnent pas au système d’exploitation. Le...

Author: lvovan Date: 10/03/2011

Webcasts après-midi du dev - Windows Phone “Mango”

Alors que la disponibilité de Windows Phone Mango approche à grand pas, n’hésitez pas à jeter un...

Author: lvovan Date: 09/19/2011

Après-midi du développement le 1er Juin : Windows Phone “Mango”

Je co-animerai un après-midi du développement dans les locaux de Microsoft France le...

Author: lvovan Date: 05/28/2011

PowerShell : Getting the hash value for a string

A simple yet often useful scripting task is getting the hash value for a string. Since I recently...

Author: lvovan Date: 01/21/2011

PowerShell : Hasher une chaîne de caractères

Une fonctionnalité simple, mais souvent nécessaire dans les scripts PowerShell : obtenir le hash...

Author: lvovan Date: 01/21/2011

Sessions Silverlight, WPF et Windows Phone aux TechDays 2011

Les TechDays 2011 auront lieu à Palais des Congrès de Paris, du 8 au 10 Février...

Author: lvovan Date: 01/16/2011

Preventing the Pivot or Panorama controls from scrolling

The Panorama and Pivot are great, defining assets of the Windows Phone 7 user experience. Their main...

Author: lvovan Date: 11/22/2010

Empêcher le défilement du Pivot ou du Panorama

Les contrôles Panorama et Pivot sont des éléments différenciants et fondamentaux de l’expérience...

Author: lvovan Date: 11/22/2010

Executing a command from an event of your choice

To follow up on a previous post, I’m going to describe how to execute a command from any event...

Author: lvovan Date: 11/18/2010

Exécuter une commande depuis n’importe quel évènement

Pour faire suite à un précédent billet, je vais décrire comment exécuter une commande depuis...

Author: lvovan Date: 11/18/2010

Installation du clavier vietnamien sous Windows XP, Vista, ou 7

Mon père m’a récemment demandé comment installer le support du clavier vietnamien sur son PC. Je le...

Author: lvovan Date: 11/07/2010

Améliorez les performances du scrolling clavier dans les listes (DataGrid, ListBox…) et de l’AutoCompleteBox avec le limiteur

Une des causes les plus fréquentes des lenteurs du scrolling clavier dans une liste est le coût de...

Author: lvovan Date: 09/16/2010

Les Windows Phone 7 Developer Tools disponibles en version finale!

Suivant à la trace la très médiatisée sortie de Internet Explorer 9 Beta hier, l’annonce vient...

Author: lvovan Date: 09/16/2010

Windows Phone 7 Developers Tools are GO!

In the wake of yesterday’s highly mediatized public release of Internet Explorer 9 Beta, we just...

Author: lvovan Date: 09/16/2010

Improving keyboard scrolling speed in selector controls (ListBox, DataGrids…) or AutoCompleteBox performance using throttling

One of the most frequent cause of slow scrolling lists is the cost of loading the data related to...

Author: lvovan Date: 08/29/2010

Débogage WPF/Silverlight : Déterminer l’élément ayant le focus clavier

Lors du développement d’applications complexes/composites en WPF ou Silverlight, il...

Author: lvovan Date: 08/06/2010

Silverlight/WPF debugging: Determining the focused element

When developing complex WPF or Silverlight applications, you may stumble upon the problem of not...

Author: lvovan Date: 08/05/2010

ArchiTech podcast: Discussion about RIAs

Benjamin Guinebertière recently invited me to his ArchiTech podcast (in French), so that we...

Author: lvovan Date: 07/13/2010

Podcast ArchiTech : Discussion sur les RIA

Benjamin Guinebertière m'a récemment invité pour son podcast ArchiTech afin que...

Author: lvovan Date: 07/13/2010

Statically getting the UI thread in Silverlight

Like you probably already know, all changes to an object that affects the visual tree has to be done...

Author: lvovan Date: 02/14/2010

Obtenir statiquement le thread UI en Silverlight

Comme vous le savez probablement, toute modification d’un objet engendrant le changement...

Author: lvovan Date: 02/14/2010

Silverlight 4 et les commandes

Une des nouvelles fonctionnalités de Silverlight 4 concerne les commandes. Celles-ci permettent, en...

Author: lvovan Date: 01/23/2010

Commanding with Silverlight 4

One of Silverlight 4’s new feature is commanding support. Commanding and the MVVM pattern allow...

Author: lvovan Date: 01/23/2010

Introduction a WCF Data Services

Benoit Sarie, le plus franchouillard de mes collègues, a écrit une très intéressante série de post...

Author: lvovan Date: 12/06/2009

Introduction to WCF Data Services

Benoit Sarie, my franchouillardest colleague, has written a series of post about WCF Data Services...

Author: lvovan Date: 12/06/2009

On Silverlight 4 Beta / Silverlight 3 backward compatibility

Edit: Clarified the term quirks mode which Silverlight 4 implements to ensure compatibility with...

Author: lvovan Date: 12/01/2009

Silverlight 4 et la rétrocompatibilité (compatibilité ascendante) avec Silverlight 3

Edit: Clarification de la fonctionnalité quirks mode, qui assure une compatibilité ascendante...

Author: lvovan Date: 11/30/2009

Windows Live Writer Silverlight App Plugin

I’ve been blogging about WPF and Silverlight using Windows Live Writer (WLW) for quite a while now....

Author: lvovan Date: 11/19/2009

Ajouter des icônes vectorielles à vos application … grâce aux polices de caractère

Trouver des icônes est souvent une tâche pénible pour les développeurs. Ce post décrit une technique...

Author: lvovan Date: 11/08/2009

Get whole sets of vector icons using … Fonts!

Finding icons is a tedious task for most developers. In this post I will demonstrate how to use...

Author: lvovan Date: 11/08/2009

Silverlight: accéder à des fichiers en dehors du répertoire ClientBin

Accéder à un fichier quelconque sur votre site web est une action très courante dans les scénarios...

Author: lvovan Date: 10/28/2009

Silverlight: Accessing files outside of the ClientBin directory of your website using a relative URI

Accessing an arbitrary file on your website is a very common need in RIA scenarios. This is easily...

Author: lvovan Date: 10/28/2009

The FormatConverter, and XamlParseExceptions in Microsoft Expression Blend

A converter we very often use and reimplement is the so-called FormatConverter, which takes a string...

Author: lvovan Date: 10/27/2009

Le FormatConverter, et les XamlParseException dans Microsoft Expression Blend

Un converter que l’on voit et réimplémente très souvent est le FormatConverter, qui consiste à...

Author: lvovan Date: 10/27/2009

Différences de namescopes et DataContext entre WPF et Silverlight

Lors de l’implémentation d’un UserControl, vous aurez très souvent à databinder un objet déclaré en...

Author: lvovan Date: 10/26/2009

WPF and Silverlight namescopes and DataContext differences

When authoring a UserControl, you will more often than not end up data binding properties of objects...

Author: lvovan Date: 10/26/2009

ParseException AG_E_PARSER_BAD_TYPE : les points à vérifier

Lors de l'exécution d'une application Silverlight, il arrive parfois de rencontrer une...

Author: lvovan Date: 10/23/2009

The XamlParseException AG_E_PARSER_BAD_TYPE checklist

While running a Silverlight application, you might sometimes encounter the dreaded runtime...

Author: lvovan Date: 10/23/2009

"The configuration section for Logging cannot be found in the configuration source." or how to read an external configuration file for the Logging Application Block

When using the Logging Application Block, using an IConfigurationSource to read your logging...

Author: lvovan Date: 09/30/2009

"The configuration section for Logging cannot be found in the configuration source." ou comment lire un fichier de configuration externe pour le Logging Application Block

Dans le cadre du Logging Application Block, l'utilisation d'IConfigurationSource pour lire une...

Author: lvovan Date: 09/30/2009

Reading a configuration file from an abitrary path

Here a a few, but often useful, lines of code that open a .NET configuration file from any given...

Author: lvovan Date: 09/30/2009

Lire un fichier de configuration .NET depuis un chemin arbitraire

Quelques lignes de code simples, mais souvent utiles, permettant d’ouvrir un fichier de...

Author: lvovan Date: 09/30/2009

How to determine which TCP port Analysis Services is listening on

While recently installing and interfacing SQL Server Analysis Services (SSAS) with Commerce Server...

Author: lvovan Date: 08/08/2009

Déterminer le port TCP de Analysis Services

Lors d’une récente installation, j’ai eu à installer et interfacer SQL Server Analysis Services...

Author: lvovan Date: 08/08/2009

Enabling Hyper-V Integration Services on a VM migrated from Virtual PC

Upon migrating a Vista or 2008 virtual machine from Virtual PC 2007 to Hyper-V, the Hyper-V...

Author: lvovan Date: 08/05/2009

Activation d’Hyper-V Integration Services sur une machine Virtual PC migrée

Lorsque l’on migre une machine virtuelle Vista ou 2008 depuis Virtual PC 2007 vers Hyper-V il arrive...

Author: lvovan Date: 08/05/2009

Lecture de paramètres web.config depuis une application Silverlight

Il est plus que courant qu’une application web ASP.NET ait à lire des paramètres de configuration...

Author: lvovan Date: 05/29/2009

Next>