.NET

Problem installing WM6 SDK on VS2005-SP1

Posted by jfmathieu on July 9, 2007 at 9:40 pm
wm6-sdk

Like I post on microsoft.public.smartphone.developer new group I have problem with the installation of the Windows Mobile 6 SDK (professionnal and standard). I have try to install the SDK a few times and after I re-install the SP1 and then the SDK again but nothing work. So here’s the detail.
On the installation I get this [...]

Truc et Astuce pour Visual Studio .NET

Posted by jfmathieu on April 15, 2007 at 8:50 pm

Je suis tombé récemment sur un site très intéressant pour tout ce qui attrait à Java, .NET, Ruby, SOA (Service Oriented Architecture) et Agile.
La présentation et les informations du site sont très intéressantes. Après votre inscription, vous pouvez vous abonner à un “RSS Feed” personnalisé selon votre technologie et ainsi resté à l’affût de nouvelles [...]

Bonne pratique .NET : Les dessous de Attributes.Add

Posted by jfmathieu on February 16, 2007 at 11:13 pm

Le langage .NET (ASP.NET) fait beaucoup de choses pour le programmeur. Il nous donne accès du côté serveur (code behind ou inline) à plein de fonctionnalité sans parler de l’IntelliSense. Il nous permet aussi par le code côté serveur d’ajouter des événements côté client comme “RegisterClientScript” ou “Boutton.Attributes.Add()“.
Cependant comme toute chose il peut y avoir [...]

Comment faire la localisation des nombres

Posted by jfmathieu on September 29, 2005 at 11:41 am

Les cultures sont, entre autres, une solution au problème de décimale. Effectivement, si vous vérifiez la configuration régionale de “Windows” vous allez découvrir que vous pouvez choisir le point décimal ou la virgule décimale.
Lorsque nous programmons des applications internet, nous pouvons nous frapper au problème que la station de développement est en français avec la [...]