<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.developpeur.org/utility/FeedStylesheets/atom.xsl" media="screen"?><feed xmlns="http://www.w3.org/2005/Atom" xml:lang=""><title type="html">Atteint de JavaScriptite Aiguë [Cyril Durand]</title><subtitle type="html">Expert ASP.net Ajax et WCF, Cyril Durand parle dans son blog de point techniques sur ASP.net, ASP.net Ajax, JavaScript, WCF et .net en général. Cyril est également consultant indépendant, n'hésitez pas à le contacter pour de l'assistance sur vos projets</subtitle><id>http://blogs.developpeur.org/cyril/atom.aspx</id><link rel="alternate" type="text/html" href="http://blogs.developpeur.org/cyril/default.aspx" /><link rel="self" type="application/atom+xml" href="http://blogs.developpeur.org/cyril/atom.aspx" /><generator uri="http://communityserver.org" version="2.1.61120.2">Community Server</generator><updated>2008-05-07T11:45:06Z</updated><entry><title>SQL Profiler - Configuration pour un développeur - tracer les requêtes SQL de votre application</title><link rel="alternate" type="text/html" href="http://blogs.developpeur.org/cyril/archive/2008/10/08/sql-profiler-configuration-pour-un-d-veloppeur-tracer-les-requ-tes-sql-de-votre-application.aspx" /><id>http://blogs.developpeur.org/cyril/archive/2008/10/08/sql-profiler-configuration-pour-un-d-veloppeur-tracer-les-requ-tes-sql-de-votre-application.aspx</id><published>2008-10-08T13:52:36Z</published><updated>2008-10-08T13:52:36Z</updated><content type="html">
  SQL Profiler est un outil de SQL Server permettant de connaitre toutes les requêtes qui transite dans SQL Server.  Il est très utile pour les développeurs afin de voir les requêtes qui transitent avec la base. En effet, de nos jours, nous avons de plu...&lt;img src="http://blogs.developpeur.org/aggbug.aspx?PostID=41948" width="1" height="1"&gt;</content><author><name>cyril</name><uri>http://blogs.developpeur.org/members/cyril.aspx</uri></author><category term="Asp.net" scheme="http://blogs.developpeur.org/cyril/archive/tags/Asp.net/default.aspx" /><category term="Utilities .net" scheme="http://blogs.developpeur.org/cyril/archive/tags/Utilities+.net/default.aspx" /><category term="Niveau d&amp;#233;butant" scheme="http://blogs.developpeur.org/cyril/archive/tags/Niveau+d_26002300_233_3B00_butant/default.aspx" /><category term="SQL Server" scheme="http://blogs.developpeur.org/cyril/archive/tags/SQL+Server/default.aspx" /></entry><entry><title>WCF - GZip à la rescousse des performances ? Suite des comparaisons de Bindings WCF</title><link rel="alternate" type="text/html" href="http://blogs.developpeur.org/cyril/archive/2008/10/04/wcf-gzip-la-rescousse-des-performances-suite-des-comparaisons-de-bindings-wcf.aspx" /><id>http://blogs.developpeur.org/cyril/archive/2008/10/04/wcf-gzip-la-rescousse-des-performances-suite-des-comparaisons-de-bindings-wcf.aspx</id><published>2008-10-04T13:17:02Z</published><updated>2008-10-04T13:17:02Z</updated><content type="html">
  Suite à mes précédents tests sur les performances des bindings WCF, je me suis rappelé la possibilité d'activer GZip pour certains bindings.  Avant tout, revenons rapidement sur ce qu'est un binding WCF.   Les bindings sont les éléments clés de WCF, i...&lt;img src="http://blogs.developpeur.org/aggbug.aspx?PostID=41892" width="1" height="1"&gt;</content><author><name>cyril</name><uri>http://blogs.developpeur.org/members/cyril.aspx</uri></author><category term="Asp.net" scheme="http://blogs.developpeur.org/cyril/archive/tags/Asp.net/default.aspx" /><category term=".net" scheme="http://blogs.developpeur.org/cyril/archive/tags/.net/default.aspx" /><category term="Niveau d&amp;#233;butant" scheme="http://blogs.developpeur.org/cyril/archive/tags/Niveau+d_26002300_233_3B00_butant/default.aspx" /><category term="Niveau interm&amp;#233;diaire" scheme="http://blogs.developpeur.org/cyril/archive/tags/Niveau+interm_26002300_233_3B00_diaire/default.aspx" /><category term="WCF" scheme="http://blogs.developpeur.org/cyril/archive/tags/WCF/default.aspx" /></entry><entry><title>VB.net et arguments optionnels, et C# dans tout ça ?</title><link rel="alternate" type="text/html" href="http://blogs.developpeur.org/cyril/archive/2008/10/02/vb-net-et-arguments-optionnels-et-c-dans-tout-a.aspx" /><id>http://blogs.developpeur.org/cyril/archive/2008/10/02/vb-net-et-arguments-optionnels-et-c-dans-tout-a.aspx</id><published>2008-10-02T19:17:21Z</published><updated>2008-10-02T19:17:21Z</updated><content type="html">
  J'avais déjà parlé il y a quelques temps des paramètres optionnels de VB.net : C# et paramètre optional. Je me suis récemment rendu compte d'une autre particularité.   Soit une assembly écrit en VB.net possédant une seule méthode :     Public Class Cl...&lt;img src="http://blogs.developpeur.org/aggbug.aspx?PostID=41860" width="1" height="1"&gt;</content><author><name>cyril</name><uri>http://blogs.developpeur.org/members/cyril.aspx</uri></author></entry><entry><title>WCF - Comparatif de performances de différent bindings</title><link rel="alternate" type="text/html" href="http://blogs.developpeur.org/cyril/archive/2008/09/24/wcf-comparatif-de-performances-de-different-bindings.aspx" /><link rel="enclosure" type="application/x-zip-compressed" length="87163" href="http://blogs.developpeur.org/blogs/files/26/41722/BindingComparison.zip" /><id>http://blogs.developpeur.org/cyril/archive/2008/09/24/wcf-comparatif-de-performances-de-different-bindings.aspx</id><published>2008-09-24T16:26:00Z</published><updated>2008-09-24T16:26:00Z</updated><content type="html">
  [Update] d'autres résultats disponible : WCF - GZip à la rescousse des performances ?   WCF est une couche de .net 3 permettant la communication entre 2 machines. Son principal intérêt est de pouvoir changer le moyen de communication (le binding) sans...&lt;img src="http://blogs.developpeur.org/aggbug.aspx?PostID=41722" width="1" height="1"&gt;</content><author><name>cyril</name><uri>http://blogs.developpeur.org/members/cyril.aspx</uri></author></entry><entry><title>Connaitre le trafic réseau consommé par vos applications : le compteur ".NET CLR Networking"</title><link rel="alternate" type="text/html" href="http://blogs.developpeur.org/cyril/archive/2008/09/23/connaitre-trafic-reseau-consomme-applications-compteur-net-clr-networking-perfmon.aspx" /><id>http://blogs.developpeur.org/cyril/archive/2008/09/23/connaitre-trafic-reseau-consomme-applications-compteur-net-clr-networking-perfmon.aspx</id><published>2008-09-23T13:50:00Z</published><updated>2008-09-23T13:50:00Z</updated><content type="html">
  Cherchant à connaitre le trafic réseau que consomme une application .net utilisant un service WCF, j'ai cherché un moyen d'obtenir facilement ces informations. Je suis donc allé voir du coté des compteur de performances et j'ai trouvé le compteur .NET...&lt;img src="http://blogs.developpeur.org/aggbug.aspx?PostID=41695" width="1" height="1"&gt;</content><author><name>cyril</name><uri>http://blogs.developpeur.org/members/cyril.aspx</uri></author><category term="Asp.net" scheme="http://blogs.developpeur.org/cyril/archive/tags/Asp.net/default.aspx" /><category term="Internet" scheme="http://blogs.developpeur.org/cyril/archive/tags/Internet/default.aspx" /><category term=".net" scheme="http://blogs.developpeur.org/cyril/archive/tags/.net/default.aspx" /><category term="Niveau d&amp;#233;butant" scheme="http://blogs.developpeur.org/cyril/archive/tags/Niveau+d_26002300_233_3B00_butant/default.aspx" /><category term="WCF" scheme="http://blogs.developpeur.org/cyril/archive/tags/WCF/default.aspx" /></entry><entry><title>Solution Template et Project Template dans Visual Studio</title><link rel="alternate" type="text/html" href="http://blogs.developpeur.org/cyril/archive/2008/09/07/solution-template-et-project-template-dans-visual-studio.aspx" /><link rel="enclosure" type="application/x-zip-compressed" length="40861" href="http://blogs.developpeur.org/blogs/files/26/41402/WCF%20sample%20-%20NetTcpBinding.zip" /><id>http://blogs.developpeur.org/cyril/archive/2008/09/07/solution-template-et-project-template-dans-visual-studio.aspx</id><published>2008-09-07T17:58:00Z</published><updated>2008-09-07T17:58:00Z</updated><content type="html">
  Alors que je suis en train de préparer des exemples d'application WCF pour une formation. Je me suis retrouvé à devoir créer de nombreux projets auxquels je rajoutais à chaque fois les mêmes lignes. 
Visual Studio permet très facilement de créer des ...&lt;img src="http://blogs.developpeur.org/aggbug.aspx?PostID=41402" width="1" height="1"&gt;</content><author><name>cyril</name><uri>http://blogs.developpeur.org/members/cyril.aspx</uri></author><category term="Asp.net" scheme="http://blogs.developpeur.org/cyril/archive/tags/Asp.net/default.aspx" /><category term=".net" scheme="http://blogs.developpeur.org/cyril/archive/tags/.net/default.aspx" /><category term="Visual Studio" scheme="http://blogs.developpeur.org/cyril/archive/tags/Visual+Studio/default.aspx" /><category term="WCF" scheme="http://blogs.developpeur.org/cyril/archive/tags/WCF/default.aspx" /></entry><entry><title>ASP.net - tout savoir sur la validation des entrées utilisateurs | les controles de validation</title><link rel="alternate" type="text/html" href="http://blogs.developpeur.org/cyril/archive/2008/09/02/asp-net-tout-savoir-sur-la-validation-des-entr-es-utilisateurs-les-controles-de-validation.aspx" /><id>http://blogs.developpeur.org/cyril/archive/2008/09/02/asp-net-tout-savoir-sur-la-validation-des-entr-es-utilisateurs-les-controles-de-validation.aspx</id><published>2008-09-02T21:43:23Z</published><updated>2008-09-02T21:43:23Z</updated><content type="html">
  Trop souvent, les entrées utilisateurs ne sont pas vérifiées. Dans le meilleur des cas, le thread exécutant la requête s’arrête à cause d’une exception lors de son traitement dans la couche métier ou dans la couche base de données, mais dans certains ...&lt;img src="http://blogs.developpeur.org/aggbug.aspx?PostID=41327" width="1" height="1"&gt;</content><author><name>cyril</name><uri>http://blogs.developpeur.org/members/cyril.aspx</uri></author><category term="Asp.net" scheme="http://blogs.developpeur.org/cyril/archive/tags/Asp.net/default.aspx" /><category term="ASP.net Ajax" scheme="http://blogs.developpeur.org/cyril/archive/tags/ASP.net+Ajax/default.aspx" /><category term=".net" scheme="http://blogs.developpeur.org/cyril/archive/tags/.net/default.aspx" /><category term="Ajax" scheme="http://blogs.developpeur.org/cyril/archive/tags/Ajax/default.aspx" /><category term="Ajax Control Toolkit" scheme="http://blogs.developpeur.org/cyril/archive/tags/Ajax+Control+Toolkit/default.aspx" /><category term="Niveau d&amp;#233;butant" scheme="http://blogs.developpeur.org/cyril/archive/tags/Niveau+d_26002300_233_3B00_butant/default.aspx" /></entry><entry><title>ASP.net 3.5 SP1 : combiner les fichiers JavaScript grace au CompositeScript du ScriptManager (ex ScriptCombining du toolkitScriptManager)</title><link rel="alternate" type="text/html" href="http://blogs.developpeur.org/cyril/archive/2008/08/28/asp-net-3-5-sp1-combiner-les-fichiers-javascript-grace-au-compositescript-du-scriptmanager-ex-scriptcombining-du-toolkitscriptmanager.aspx" /><id>http://blogs.developpeur.org/cyril/archive/2008/08/28/asp-net-3-5-sp1-combiner-les-fichiers-javascript-grace-au-compositescript-du-scriptmanager-ex-scriptcombining-du-toolkitscriptmanager.aspx</id><published>2008-08-28T20:39:45Z</published><updated>2008-08-28T20:39:45Z</updated><content type="html">
  ASP.net 3.5 SP1 apporte principalement 2 nouveautés pour le ScriptManager : la combinaison de script et l'historique coté client.   Qu'est-ce que la combinaison de script ?   Lorsque l'on utilise ASP.net Ajax, nous incluons de plus en plus de fichiers...&lt;img src="http://blogs.developpeur.org/aggbug.aspx?PostID=41229" width="1" height="1"&gt;</content><author><name>cyril</name><uri>http://blogs.developpeur.org/members/cyril.aspx</uri></author><category term="Asp.net" scheme="http://blogs.developpeur.org/cyril/archive/tags/Asp.net/default.aspx" /><category term="ASP.net Ajax" scheme="http://blogs.developpeur.org/cyril/archive/tags/ASP.net+Ajax/default.aspx" /><category term=".net" scheme="http://blogs.developpeur.org/cyril/archive/tags/.net/default.aspx" /><category term="Ajax" scheme="http://blogs.developpeur.org/cyril/archive/tags/Ajax/default.aspx" /><category term="Web 2.0" scheme="http://blogs.developpeur.org/cyril/archive/tags/Web+2.0/default.aspx" /><category term="Ajax Control Toolkit" scheme="http://blogs.developpeur.org/cyril/archive/tags/Ajax+Control+Toolkit/default.aspx" /><category term="Niveau d&amp;#233;butant" scheme="http://blogs.developpeur.org/cyril/archive/tags/Niveau+d_26002300_233_3B00_butant/default.aspx" /></entry><entry><title>Deploiement de service WCF (.svc) dans IIS et "Allow this precompiled site to be updatable"</title><link rel="alternate" type="text/html" href="http://blogs.developpeur.org/cyril/archive/2008/08/26/deploiement-de-service-wcf-svc-dans-iis-et-allow-this-precompiled-site-to-be-updatable.aspx" /><id>http://blogs.developpeur.org/cyril/archive/2008/08/26/deploiement-de-service-wcf-svc-dans-iis-et-allow-this-precompiled-site-to-be-updatable.aspx</id><published>2008-08-26T17:49:19Z</published><updated>2008-08-26T17:49:19Z</updated><content type="html">
  Lorsque vous déployer un service WCF sur IIS, vous devez forcément passer par un fichier .svc. Ce fichier permet d'indiquer à IIS la classe implémentant le service et ainsi faire le lien entre IIS et le runtime WCF de .net. Ce fichier est généralement...&lt;img src="http://blogs.developpeur.org/aggbug.aspx?PostID=41204" width="1" height="1"&gt;</content><author><name>cyril</name><uri>http://blogs.developpeur.org/members/cyril.aspx</uri></author><category term="Asp.net" scheme="http://blogs.developpeur.org/cyril/archive/tags/Asp.net/default.aspx" /><category term=".net" scheme="http://blogs.developpeur.org/cyril/archive/tags/.net/default.aspx" /><category term="Niveau d&amp;#233;butant" scheme="http://blogs.developpeur.org/cyril/archive/tags/Niveau+d_26002300_233_3B00_butant/default.aspx" /><category term="WCF" scheme="http://blogs.developpeur.org/cyril/archive/tags/WCF/default.aspx" /></entry><entry><title>ASP.net 3.5 SP1 : Could not load type 'System.Web.UI.ScriptReferenceBase'</title><link rel="alternate" type="text/html" href="http://blogs.developpeur.org/cyril/archive/2008/08/14/asp-net-3-5-sp1-could-not-load-type-system-web-ui-scriptreferencebase.aspx" /><id>http://blogs.developpeur.org/cyril/archive/2008/08/14/asp-net-3-5-sp1-could-not-load-type-system-web-ui-scriptreferencebase.aspx</id><published>2008-08-14T15:31:13Z</published><updated>2008-08-14T15:31:13Z</updated><content type="html">
  Après publication de votre site web vous obtenez l'erreur suivante :   "System.TypeLoadException: Could not load type 'System.Web.UI.ScriptReferenceBase' from assembly 'System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad...&lt;img src="http://blogs.developpeur.org/aggbug.aspx?PostID=40991" width="1" height="1"&gt;</content><author><name>cyril</name><uri>http://blogs.developpeur.org/members/cyril.aspx</uri></author></entry><entry><title>Requête XPath et namespace XML par défaut</title><link rel="alternate" type="text/html" href="http://blogs.developpeur.org/cyril/archive/2008/07/07/requ-te-xpath-et-namespace-xml-par-d-faut.aspx" /><id>http://blogs.developpeur.org/cyril/archive/2008/07/07/requ-te-xpath-et-namespace-xml-par-d-faut.aspx</id><published>2008-07-07T20:14:21Z</published><updated>2008-07-07T20:14:21Z</updated><content type="html">
  Les requêtes XPath permettent de faire du requetage sur un fichier XML afin de trouver facilement et rapidement un ou plusieurs noeuds XML.   En .net, on peut faire une requête XPath à partir d'un objet XmlNode via les méthodes SelectSingleNode ainsi ...&lt;img src="http://blogs.developpeur.org/aggbug.aspx?PostID=40423" width="1" height="1"&gt;</content><author><name>cyril</name><uri>http://blogs.developpeur.org/members/cyril.aspx</uri></author><category term=".net" scheme="http://blogs.developpeur.org/cyril/archive/tags/.net/default.aspx" /><category term="En vrac" scheme="http://blogs.developpeur.org/cyril/archive/tags/En+vrac/default.aspx" /><category term="Niveau d&amp;#233;butant" scheme="http://blogs.developpeur.org/cyril/archive/tags/Niveau+d_26002300_233_3B00_butant/default.aspx" /><category term="Niveau interm&amp;#233;diaire" scheme="http://blogs.developpeur.org/cyril/archive/tags/Niveau+interm_26002300_233_3B00_diaire/default.aspx" /></entry><entry><title>Que contient le cache de mon navigateur ?</title><link rel="alternate" type="text/html" href="http://blogs.developpeur.org/cyril/archive/2008/07/03/que-contient-le-cache-de-mon-navigateur.aspx" /><id>http://blogs.developpeur.org/cyril/archive/2008/07/03/que-contient-le-cache-de-mon-navigateur.aspx</id><published>2008-07-02T23:32:26Z</published><updated>2008-07-02T23:32:26Z</updated><content type="html">
  Lorsque l'on développe des sites internet, on aimerait bien savoir ce que contient le cache de notre navigateur, certes on peut utiliser des analyseurs de trames HTTP comme firebug, fiddler, httpwatch, mais ce n'est pas ce qu'il y a de plus pratique. ...&lt;img src="http://blogs.developpeur.org/aggbug.aspx?PostID=40348" width="1" height="1"&gt;</content><author><name>cyril</name><uri>http://blogs.developpeur.org/members/cyril.aspx</uri></author><category term="navigateur" scheme="http://blogs.developpeur.org/cyril/archive/tags/navigateur/default.aspx" /><category term="Niveau d&amp;#233;butant" scheme="http://blogs.developpeur.org/cyril/archive/tags/Niveau+d_26002300_233_3B00_butant/default.aspx" /></entry><entry><title>WCF : serialiser un objet non serialisable lorsque l'on n'a pas accès au type</title><link rel="alternate" type="text/html" href="http://blogs.developpeur.org/cyril/archive/2008/06/17/wcf-serialiser-un-objet-non-serialisable-lorsque-l-on-n-a-pas-acc-s-au-type.aspx" /><id>http://blogs.developpeur.org/cyril/archive/2008/06/17/wcf-serialiser-un-objet-non-serialisable-lorsque-l-on-n-a-pas-acc-s-au-type.aspx</id><published>2008-06-17T19:19:17Z</published><updated>2008-06-17T19:19:17Z</updated><content type="html">
  Lorsqu'on utilise un service WCF, il se peut que l'on ne possède pas le contrôle des différents types que l'on transfère. Dans ce cas il est possible d'avoir des problèmes pour sérialiser, en effet, ne pouvant pas modifier le type, on ne peut pas rajo...&lt;img src="http://blogs.developpeur.org/aggbug.aspx?PostID=40014" width="1" height="1"&gt;</content><author><name>cyril</name><uri>http://blogs.developpeur.org/members/cyril.aspx</uri></author><category term=".net" scheme="http://blogs.developpeur.org/cyril/archive/tags/.net/default.aspx" /><category term="Niveau d&amp;#233;butant" scheme="http://blogs.developpeur.org/cyril/archive/tags/Niveau+d_26002300_233_3B00_butant/default.aspx" /><category term="Niveau interm&amp;#233;diaire" scheme="http://blogs.developpeur.org/cyril/archive/tags/Niveau+interm_26002300_233_3B00_diaire/default.aspx" /><category term="C#" scheme="http://blogs.developpeur.org/cyril/archive/tags/C_2300_/default.aspx" /><category term="WCF" scheme="http://blogs.developpeur.org/cyril/archive/tags/WCF/default.aspx" /></entry><entry><title>[Astuce] Projet de démarrage multiple dans Visual Studio</title><link rel="alternate" type="text/html" href="http://blogs.developpeur.org/cyril/archive/2008/06/12/astuce-projet-de-d-marrage-multiple-dans-visual-studio.aspx" /><id>http://blogs.developpeur.org/cyril/archive/2008/06/12/astuce-projet-de-d-marrage-multiple-dans-visual-studio.aspx</id><published>2008-06-12T14:09:30Z</published><updated>2008-06-12T14:09:30Z</updated><content type="html">
  Lorsque vous développer des grosses applications avec Visual Studio, il est parfois nécessaire de démarrer plusieurs projets en même temps pour pouvoir tester son code. C'est typiquement le cas avec WCF, on a souvent besoin de lancer l'application héb...&lt;img src="http://blogs.developpeur.org/aggbug.aspx?PostID=39935" width="1" height="1"&gt;</content><author><name>cyril</name><uri>http://blogs.developpeur.org/members/cyril.aspx</uri></author><category term="Astuces VS.net" scheme="http://blogs.developpeur.org/cyril/archive/tags/Astuces+VS.net/default.aspx" /><category term=".net" scheme="http://blogs.developpeur.org/cyril/archive/tags/.net/default.aspx" /><category term="Niveau d&amp;#233;butant" scheme="http://blogs.developpeur.org/cyril/archive/tags/Niveau+d_26002300_233_3B00_butant/default.aspx" /><category term="WCF" scheme="http://blogs.developpeur.org/cyril/archive/tags/WCF/default.aspx" /></entry><entry><title>WCF : KnownType - Comment retourner des types enfants du type définit dans le ServiceContract</title><link rel="alternate" type="text/html" href="http://blogs.developpeur.org/cyril/archive/2008/06/12/knowntype-ServiceKnownType-Child-Type-enfants-ServiceContract.aspx" /><id>http://blogs.developpeur.org/cyril/archive/2008/06/12/knowntype-ServiceKnownType-Child-Type-enfants-ServiceContract.aspx</id><published>2008-06-12T13:55:00Z</published><updated>2008-06-12T13:55:00Z</updated><content type="html">
  Lorsque vous créez un service WCF, vous allez créer un contrat. Dans la plupart des cas, ce contrat est une interface décorée de l'attribut ServiceContract contenant des méthodes décorées de l'attribut OperationContract. 
Si vous voulez retourner un ...&lt;img src="http://blogs.developpeur.org/aggbug.aspx?PostID=39934" width="1" height="1"&gt;</content><author><name>cyril</name><uri>http://blogs.developpeur.org/members/cyril.aspx</uri></author><category term=".net" scheme="http://blogs.developpeur.org/cyril/archive/tags/.net/default.aspx" /><category term="Niveau d&amp;#233;butant" scheme="http://blogs.developpeur.org/cyril/archive/tags/Niveau+d_26002300_233_3B00_butant/default.aspx" /><category term="Niveau interm&amp;#233;diaire" scheme="http://blogs.developpeur.org/cyril/archive/tags/Niveau+interm_26002300_233_3B00_diaire/default.aspx" /><category term="WCF" scheme="http://blogs.developpeur.org/cyril/archive/tags/WCF/default.aspx" /></entry><entry><title>RegexStringValidator et propriété requise dans un élément de section de configuration personnalisé</title><link rel="alternate" type="text/html" href="http://blogs.developpeur.org/cyril/archive/2008/06/06/regexstringvalidator-et-propri-t-requise-dans-un-l-ment-de-section-de-configuration-personnalis.aspx" /><id>http://blogs.developpeur.org/cyril/archive/2008/06/06/regexstringvalidator-et-propri-t-requise-dans-un-l-ment-de-section-de-configuration-personnalis.aspx</id><published>2008-06-05T22:18:49Z</published><updated>2008-06-05T22:18:49Z</updated><content type="html">
  Lorsqu'on créé une section de configuration personnalisé, .net permet de valider les entrées grâce aux attributs StringValidator et RegexStringValidator.   J'ai voulu utiliser l'attribut RegexStringValidator sur un élément de ma configuration afin de ...&lt;img src="http://blogs.developpeur.org/aggbug.aspx?PostID=39801" width="1" height="1"&gt;</content><author><name>cyril</name><uri>http://blogs.developpeur.org/members/cyril.aspx</uri></author><category term="Asp.net" scheme="http://blogs.developpeur.org/cyril/archive/tags/Asp.net/default.aspx" /><category term="Utilities .net" scheme="http://blogs.developpeur.org/cyril/archive/tags/Utilities+.net/default.aspx" /><category term=".net" scheme="http://blogs.developpeur.org/cyril/archive/tags/.net/default.aspx" /><category term="Niveau d&amp;#233;butant" scheme="http://blogs.developpeur.org/cyril/archive/tags/Niveau+d_26002300_233_3B00_butant/default.aspx" /><category term="Niveau interm&amp;#233;diaire" scheme="http://blogs.developpeur.org/cyril/archive/tags/Niveau+interm_26002300_233_3B00_diaire/default.aspx" /></entry><entry><title>Editer un fichier de config WCF : SVCConfigEditor</title><link rel="alternate" type="text/html" href="http://blogs.developpeur.org/cyril/archive/2008/05/26/editer-un-fichier-de-config-wcf-svcconfigeditor.aspx" /><id>http://blogs.developpeur.org/cyril/archive/2008/05/26/editer-un-fichier-de-config-wcf-svcconfigeditor.aspx</id><published>2008-05-26T16:53:10Z</published><updated>2008-05-26T16:53:10Z</updated><content type="html">
  Toutes les personnes ayant déjà utilisé WCF savent à quel point il est pénible de faire la configuration. En effet WCF repose essentiellement sur des fichiers de config qui possèdent de très nombreuses options, éditer ce fichier de config à la main de...&lt;img src="http://blogs.developpeur.org/aggbug.aspx?PostID=39545" width="1" height="1"&gt;</content><author><name>cyril</name><uri>http://blogs.developpeur.org/members/cyril.aspx</uri></author><category term="Utilities .net" scheme="http://blogs.developpeur.org/cyril/archive/tags/Utilities+.net/default.aspx" /><category term=".net" scheme="http://blogs.developpeur.org/cyril/archive/tags/.net/default.aspx" /><category term="Niveau d&amp;#233;butant" scheme="http://blogs.developpeur.org/cyril/archive/tags/Niveau+d_26002300_233_3B00_butant/default.aspx" /><category term="WCF" scheme="http://blogs.developpeur.org/cyril/archive/tags/WCF/default.aspx" /></entry><entry><title>JSON - optimiser la sérialisation des List&lt;T&gt; par ASP.net AJAX</title><link rel="alternate" type="text/html" href="http://blogs.developpeur.org/cyril/archive/2008/05/26/json-optimiser-serialisation-list-aspnet-ajax.aspx" /><id>http://blogs.developpeur.org/cyril/archive/2008/05/26/json-optimiser-serialisation-list-aspnet-ajax.aspx</id><published>2008-05-26T09:14:00Z</published><updated>2008-05-26T09:14:00Z</updated><content type="html">
  Grâce au service web et ASP.net Ajax, il est très simple de communiquer avec notre serveur à partir de JavaScript. En effet, il suffit de créer un service WCF (ou asmx) de rajouter quelques attributs et on peut appeler nos WebMethods à partir de JavaS...&lt;img src="http://blogs.developpeur.org/aggbug.aspx?PostID=39532" width="1" height="1"&gt;</content><author><name>cyril</name><uri>http://blogs.developpeur.org/members/cyril.aspx</uri></author></entry><entry><title>IIS et ASP.net 3.5 : avoir la bonne version du framework</title><link rel="alternate" type="text/html" href="http://blogs.developpeur.org/cyril/archive/2008/05/12/iis-et-asp-net-3-5-avoir-la-bonne-version-du-framework.aspx" /><id>http://blogs.developpeur.org/cyril/archive/2008/05/12/iis-et-asp-net-3-5-avoir-la-bonne-version-du-framework.aspx</id><published>2008-05-11T22:07:04Z</published><updated>2008-05-11T22:07:04Z</updated><content type="html">
  
    Mais où est donc passé le framework 3.5 dans IIS ? En effet si l'on regarde dans IIS on voit qu'on peut choisir la version de ASP.net.  Sous IIS6 (Win 2003) :    Sous IIS7 (Vista) :    On voit sur les captures que l'on peut choisir entre le fram...&lt;img src="http://blogs.developpeur.org/aggbug.aspx?PostID=39226" width="1" height="1"&gt;</content><author><name>cyril</name><uri>http://blogs.developpeur.org/members/cyril.aspx</uri></author><category term="Asp.net" scheme="http://blogs.developpeur.org/cyril/archive/tags/Asp.net/default.aspx" /><category term="ASP.net Ajax" scheme="http://blogs.developpeur.org/cyril/archive/tags/ASP.net+Ajax/default.aspx" /><category term=".net" scheme="http://blogs.developpeur.org/cyril/archive/tags/.net/default.aspx" /><category term="Niveau d&amp;#233;butant" scheme="http://blogs.developpeur.org/cyril/archive/tags/Niveau+d_26002300_233_3B00_butant/default.aspx" /></entry><entry><title>Nested Type et Ajax-enabled WCF service =&gt; bug</title><link rel="alternate" type="text/html" href="http://blogs.developpeur.org/cyril/archive/2008/05/07/nested-type-et-ajax-enabled-wcf-service-bug.aspx" /><id>http://blogs.developpeur.org/cyril/archive/2008/05/07/nested-type-et-ajax-enabled-wcf-service-bug.aspx</id><published>2008-05-07T09:45:06Z</published><updated>2008-05-07T09:45:06Z</updated><content type="html">
  Dans le cadre d'un test, j'ai récemment fait un service WCF qui ressemblait à peu près à ça :      [ServiceContract(Namespace = "")]
[AspNetCompatibilityRequirements(RequirementsMode = AspNetCompatibilityRequirementsMode.Allowed)]
public class Servi...&lt;img src="http://blogs.developpeur.org/aggbug.aspx?PostID=39160" width="1" height="1"&gt;</content><author><name>cyril</name><uri>http://blogs.developpeur.org/members/cyril.aspx</uri></author><category term="Asp.net" scheme="http://blogs.developpeur.org/cyril/archive/tags/Asp.net/default.aspx" /><category term="ASP.net Ajax" scheme="http://blogs.developpeur.org/cyril/archive/tags/ASP.net+Ajax/default.aspx" /><category term=".net" scheme="http://blogs.developpeur.org/cyril/archive/tags/.net/default.aspx" /><category term="Ajax" scheme="http://blogs.developpeur.org/cyril/archive/tags/Ajax/default.aspx" /><category term="Niveau d&amp;#233;butant" scheme="http://blogs.developpeur.org/cyril/archive/tags/Niveau+d_26002300_233_3B00_butant/default.aspx" /></entry></feed>