<?xml version="1.0" encoding="ISO-8859-1"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>Webremixed Articles for tags: dotnet</title>
    <link>http://www.webremixed.info/</link>
    <description>Aggregation of tags: dotnet</description>
    <dc:creator>Webremixer</dc:creator>
    <item>
      <title>[News] Les méthodes Agiles sur le déclin ?</title>
      <link>http://www.dotnetguru.org/modules.php?op=modload&amp;name=News&amp;file=article&amp;sid=1156</link>
      <description>C'est le buzz de la semaine. Entre SlashDot qui titre &amp;quot;When Agile Projects Go Bad&amp;quot;, Artima reprenant la même information de CIO Magazine et James Shore annonçant la fin de l'Agile, les premiers projets &amp;quot;Agiles&amp;quot; ratés commencent à pointer le bout de leur nez. &amp;quot;It's odd to talk about the decline and fall of the agile movement, especially now that it's so popular, but I actually think the agile movement has been in decline for several years now. (...) So, unfortunately, a lot of self-described Agile projects are going to fail. They're failing right now (...)&amp;quot; .</description>
      <pubDate>Mon, 01 Dec 2008 00:10:00 GMT</pubDate>
      <guid>http://www.dotnetguru.org/modules.php?op=modload&amp;name=News&amp;file=article&amp;sid=1156</guid>
      <dc:date>2008-12-01T00:10:00Z</dc:date>
    </item>
    <item>
      <title>[News] Téléchargez les slides des TechDays</title>
      <link>http://www.dotnetguru.org/modules.php?op=modload&amp;name=News&amp;file=article&amp;sid=1155</link>
      <description>Les techdays viennent de se dérouler en région. Microsoft propose en téléchargement libre sans enregistrement l'ensemble des sessions au format powerpoint. Certaines sont précieuses...</description>
      <pubDate>Fri, 28 Nov 2008 00:14:41 GMT</pubDate>
      <guid>http://www.dotnetguru.org/modules.php?op=modload&amp;name=News&amp;file=article&amp;sid=1155</guid>
      <dc:date>2008-11-28T00:14:41Z</dc:date>
    </item>
    <item>
      <title>[CodePlex] Validation Aspects gère la validation du modèle du domaine</title>
      <link>http://www.dotnetguru.org/modules.php?op=modload&amp;name=News&amp;file=article&amp;sid=1154</link>
      <description>Validation Aspects est un outil de validation du domaine s'appuyant sur les techniques de programmation par aspect. Le périmètre fonctionnel de ce Framework est déjà très riche : &amp;quot;Validation Aspects is a validation framework using PostSharp to validate Objects, Properties and Method Parameters against coding contracts and business rules. Validation can be declared via attributes and augmented/replaced programmatically or by external configuration.&amp;quot;. A découvrir, ce type d'approche va se généraliser avec l'arrivée des &amp;quot;code contract&amp;quot; de .NET V4.</description>
      <pubDate>Wed, 26 Nov 2008 00:25:51 GMT</pubDate>
      <guid>http://www.dotnetguru.org/modules.php?op=modload&amp;name=News&amp;file=article&amp;sid=1154</guid>
      <dc:date>2008-11-26T00:25:51Z</dc:date>
    </item>
    <item>
      <title>Olymars : Industrialisation</title>
      <link>http://www.techheadbrothers.com/Articles.aspx/olymars-industrialisation</link>
      <description>Comment utiliser Olymars et l&#x2019;intégrer en tant que process d&#x2019;intégration continue lors de la réalisation d&#x2019;un prototype.</description>
      <pubDate>Mon, 24 Nov 2008 16:18:28 GMT</pubDate>
      <guid>http://www.techheadbrothers.com/Articles.aspx/olymars-industrialisation</guid>
      <dc:date>2008-11-24T16:18:28Z</dc:date>
    </item>
    <item>
      <title>[News] Silverlight 3 à l'honneur dans les blogs</title>
      <link>http://www.dotnetguru.org/modules.php?op=modload&amp;name=News&amp;file=article&amp;sid=1153</link>
      <description>Alors que Silverlight 2 vient tout juste de sortir, Microsoft prépare activement Silverlight 3. Au menu, 3D, plus d'animations, support du H264, contrôles et databinding avancé. Christophe nous en dit plus avec comme pointeur le blog de ScottGu. La bataille du RIA ne fait que commencer...</description>
      <pubDate>Mon, 24 Nov 2008 00:21:44 GMT</pubDate>
      <guid>http://www.dotnetguru.org/modules.php?op=modload&amp;name=News&amp;file=article&amp;sid=1153</guid>
      <dc:date>2008-11-24T00:21:44Z</dc:date>
    </item>
    <item>
      <title>[MSDN] Tests d'interfaces graphiques avec VS 2010</title>
      <link>http://www.dotnetguru.org/modules.php?op=modload&amp;name=News&amp;file=article&amp;sid=1152</link>
      <description>Cet article MSDN traite d'une nouvelle fonctionnalité de VS 2010 et qui risque d'intéresser de nombreux développeurs, notamment ceux qui ont l'habitude d'utiliser l'outil QTP (Quick Test Pro) distribué par HP.  Les Coded UI Tests permettent de robotiser les tests d'IHM. Plus de détails dans cet excellent article de MSDN France écrit par Etienne Margraff de Winwise.</description>
      <pubDate>Thu, 20 Nov 2008 00:16:14 GMT</pubDate>
      <guid>http://www.dotnetguru.org/modules.php?op=modload&amp;name=News&amp;file=article&amp;sid=1152</guid>
      <dc:date>2008-11-20T00:16:14Z</dc:date>
    </item>
    <item>
      <title>[Blog] Réaliser des itérations performantes avec .NET</title>
      <link>http://www.dotnetguru.org/modules.php?op=modload&amp;name=News&amp;file=article&amp;sid=1151</link>
      <description>Patrick Smacchia signe un billet dans lequel il propose un benchmark mettant en oeuvre plusieurs modes d'itération impliquant des génériques : &amp;quot;I would like to present an efficient optimization I found on something we all use massively: loops on collections. I talk here about the cost of the loop itself, i.e for and foreach instructions, not the cost of the code executed in the loop (...)&amp;quot;. Très instructif.</description>
      <pubDate>Thu, 20 Nov 2008 00:01:14 GMT</pubDate>
      <guid>http://www.dotnetguru.org/modules.php?op=modload&amp;name=News&amp;file=article&amp;sid=1151</guid>
      <dc:date>2008-11-20T00:01:14Z</dc:date>
    </item>
    <item>
      <title>MSDN f&amp;ecirc;te ses 10 ans &amp;raquo;. Des cadeaux &amp;agrave; gagner jusqu'en avril !</title>
      <link>http://www.techheadbrothers.com/Informations.aspx/2008/11/19/msdn-ecirc-10-ans-raquo-cadeaux-agrave-gagner-avril</link>
      <description>MSDN, le portail Microsoft dédié aux développeurs , fête ses 10 ans ! Pour l&#x2019;occasion, participez dès maintenant au grand jeu-concours du 3 novembre 2008 au 19 avril 2009 et gagnez peut-être de nombreux</description>
      <pubDate>Wed, 19 Nov 2008 06:19:19 GMT</pubDate>
      <guid>http://www.techheadbrothers.com/Informations.aspx/2008/11/19/msdn-ecirc-10-ans-raquo-cadeaux-agrave-gagner-avril</guid>
      <dc:date>2008-11-19T06:19:19Z</dc:date>
    </item>
    <item>
      <title>[News] Seconde version de Singularity</title>
      <link>http://www.dotnetguru.org/modules.php?op=modload&amp;name=News&amp;file=article&amp;sid=1150</link>
      <description>Singularity est un système d'exploitation entièrement managé. Microsoft distribue la version 2.0, considérée comme majeure, et en profite pour faire un appel à contribution : &amp;quot;The first 2.0 release includes the full source code tree and a bootable CD image. A Virtual PC file is also available in this release. In an unusual move by Microsoft, Singularity is soliciting patches and offering full developer rights on CodePlex.&amp;quot; Windows Seven aura-t-il un successeur Open Source ?</description>
      <pubDate>Wed, 19 Nov 2008 00:20:14 GMT</pubDate>
      <guid>http://www.dotnetguru.org/modules.php?op=modload&amp;name=News&amp;file=article&amp;sid=1150</guid>
      <dc:date>2008-11-19T00:20:14Z</dc:date>
    </item>
    <item>
      <title>[News] Plus de détails sur .NETFX 4.0</title>
      <link>http://www.dotnetguru.org/modules.php?op=modload&amp;name=News&amp;file=article&amp;sid=1149</link>
      <description>Dans son dernier billet, Somasegar évoque l'avenir de .NETFX 4 (ou WPF 4) et la manière dont Microsoft compte migrer VS.NET 2010 vers la nouvelle IHM vectorielle. Soma évoque également le développement n-tiers que l'éditeur compte simplifier à l'avenir avec WCF : &amp;quot;Another area we are focusing on is to make your life easier for n-tier development.  N-tier development is a reality in the business world today - application patterns such as those in Silverlight and Ajax make n-tier mainstream.  In .NET FX 4, We are making n-tier development much easier by doing all the plumbing work for you (...)&amp;quot;. Que de belles choses en perspectives pour le .NET &amp;quot;Enterprise&amp;quot;...</description>
      <pubDate>Mon, 17 Nov 2008 00:08:58 GMT</pubDate>
      <guid>http://www.dotnetguru.org/modules.php?op=modload&amp;name=News&amp;file=article&amp;sid=1149</guid>
      <dc:date>2008-11-17T00:08:58Z</dc:date>
    </item>
    <item>
      <title>WPF : Les transformations et les calculs matriciels</title>
      <link>http://www.techheadbrothers.com/Articles.aspx/wpf-transformations-calculs-matriciels</link>
      <description>Le framework WPF permet d&#x2019;effectuer un grand nombre de transformations sur des éléments héritant de la classe UIElement. Nous allons détailler les calculs matriciels.</description>
      <pubDate>Sun, 16 Nov 2008 21:30:16 GMT</pubDate>
      <guid>http://www.techheadbrothers.com/Articles.aspx/wpf-transformations-calculs-matriciels</guid>
      <dc:date>2008-11-16T21:30:16Z</dc:date>
    </item>
    <item>
      <title>WPF et Silverlight BookControls mis &amp;agrave; jour pour Silverlight 2 RTM</title>
      <link>http://www.techheadbrothers.com/Informations.aspx/2008/11/15/wpf-silverlight-bookcontrols-mis-agrave-jour-silverlight-2-rtm</link>
      <description>Mitsu nous informe à travers son blog qu&#x2019;il a mis à jour pour Silverlight 2 RTM son contrôle WPF et Silverlight BookControls . Ce contrôle est disponible sur Codeplex: WpfBookControl . Il a également mis</description>
      <pubDate>Sat, 15 Nov 2008 08:50:49 GMT</pubDate>
      <guid>http://www.techheadbrothers.com/Informations.aspx/2008/11/15/wpf-silverlight-bookcontrols-mis-agrave-jour-silverlight-2-rtm</guid>
      <dc:date>2008-11-15T08:50:49Z</dc:date>
    </item>
    <item>
      <title>[News] Les Silverlight Tools, une boite à outil en MS-PL licence</title>
      <link>http://www.dotnetguru.org/modules.php?op=modload&amp;name=News&amp;file=article&amp;sid=1148</link>
      <description>Les Silverlight Tools représentent une boîte à outils pour le développeur avec une offre constituée de composants graphiques, de thèmes, etc ... Comme l'explique Miguel sur son blog, Microsoft a récemment revu sa stratégie pour livrer au fil de l'eau des composants d'un niveau de maturité hétérogène. L'éditeur en profite aussi pour changer sa licence en MS-PL.</description>
      <pubDate>Fri, 14 Nov 2008 00:19:19 GMT</pubDate>
      <guid>http://www.dotnetguru.org/modules.php?op=modload&amp;name=News&amp;file=article&amp;sid=1148</guid>
      <dc:date>2008-11-14T00:19:19Z</dc:date>
    </item>
    <item>
      <title>Le Silverlight Tour en Europe</title>
      <link>http://www.techheadbrothers.com/Informations.aspx/2008/11/13/silverlight-tour-europe</link>
      <description>Le Silverlight Tour débarque en Europe avec l&#x2019;Espagne, le Royaume-Uni et la France (d&#x2019;autres pays à venir)! Cette formation de 3 jours créée par les gourous du Silverlight aux US couvre tous les aspects</description>
      <pubDate>Thu, 13 Nov 2008 22:10:55 GMT</pubDate>
      <guid>http://www.techheadbrothers.com/Informations.aspx/2008/11/13/silverlight-tour-europe</guid>
      <dc:date>2008-11-13T22:10:55Z</dc:date>
    </item>
    <item>
      <title>R&amp;eacute;servez votre place pour les Microsoft TechDays 2009!</title>
      <link>http://www.techheadbrothers.com/Informations.aspx/2008/11/13/eacute-servez-place-microsoft-techdays-2009</link>
      <description>Réservez votre place pour les Microsoft TechDays 2009! Le site officiel des Microsoft TechDays 2009 est ouvert ! Cette troisième édition des Microsoft TechDays aura lieu les 10, 11 et 12 février 2009 au</description>
      <pubDate>Thu, 13 Nov 2008 07:23:06 GMT</pubDate>
      <guid>http://www.techheadbrothers.com/Informations.aspx/2008/11/13/eacute-servez-place-microsoft-techdays-2009</guid>
      <dc:date>2008-11-13T07:23:06Z</dc:date>
    </item>
    <item>
      <title>Codecamp le 15 Novembre autour du projet OLPC</title>
      <link>http://www.techheadbrothers.com/Informations.aspx/2008/11/12/codecamp-15-novembre-autour-projet-olpc</link>
      <description>Le projet OLPC ( One Laptop Per Child ) a pour objectif de fournir à chaque enfant des pays en voie de développement un ordinateur comme outil éducatif. Pour accompagner le projet et l&#x2019;arrivée prochaine</description>
      <pubDate>Wed, 12 Nov 2008 14:37:26 GMT</pubDate>
      <guid>http://www.techheadbrothers.com/Informations.aspx/2008/11/12/codecamp-15-novembre-autour-projet-olpc</guid>
      <dc:date>2008-11-12T14:37:26Z</dc:date>
    </item>
    <item>
      <title>[News] Compte-rendu des rencontres ALT.NET</title>
      <link>http://www.dotnetguru.org/modules.php?op=modload&amp;name=News&amp;file=article&amp;sid=1147</link>
      <description>La communauté ALT.NET milite pour une certaine vision de l'environnement .NET (agilité, OpenSource, ...). Cette communauté est une sorte de contre-pouvoir face à Microsoft et n'hésite pas à s'engager pour défendre les intérêts de petits éditeurs dans une logique d'informatique d'entreprise (Enterprise Computing). Mardi dernier a eu lieu la traditionnelle rencontre mensuelle, sponsorisée cette fois par Valtech avec comme sujet du jour Mono. Olivier Duval nous fait un compte-rendu très intéressant.</description>
      <pubDate>Wed, 12 Nov 2008 00:15:40 GMT</pubDate>
      <guid>http://www.dotnetguru.org/modules.php?op=modload&amp;name=News&amp;file=article&amp;sid=1147</guid>
      <dc:date>2008-11-12T00:15:40Z</dc:date>
    </item>
    <item>
      <title>[News] Le nouveau mot-clé "dynamic" de C# v4</title>
      <link>http://www.dotnetguru.org/modules.php?op=modload&amp;name=News&amp;file=article&amp;sid=1146</link>
      <description>Lorsque C# V4 a été présenté la semaine dernière à la PDC. Parmi les nouveautés, on peut citer le parallélisme mais aussi l'apparition d'un nouveau mot-clé qui va transformer C# en une sorte de langage dynamique. Miguel De Icaza nous en parle dans son blog. On peut se demander comment VS.NET réagira en terme d'intellisense pour les méthodes dynamiques vu qu'elles seront tissées au Runtime...</description>
      <pubDate>Thu, 06 Nov 2008 00:07:17 GMT</pubDate>
      <guid>http://www.dotnetguru.org/modules.php?op=modload&amp;name=News&amp;file=article&amp;sid=1146</guid>
      <dc:date>2008-11-06T00:07:17Z</dc:date>
    </item>
    <item>
      <title>[News] Tous les webcast de la PDC 08 déjà en ligne</title>
      <link>http://www.dotnetguru.org/modules.php?op=modload&amp;name=News&amp;file=article&amp;sid=1145</link>
      <description>A peine 48h que la PDC est terminée et voilà que Microsoft publie les Webcast. Une prouesse technique remarquable car d'ordinaire cette publication (pour des raisons techniques) arrive longtemps après, une fois le Buzz retombé. Délectez vous, et n'oubliez pas que certains ont dû payer 3000 $ pour pouvoir assister à cette conférence :-)</description>
      <pubDate>Tue, 04 Nov 2008 00:20:50 GMT</pubDate>
      <guid>http://www.dotnetguru.org/modules.php?op=modload&amp;name=News&amp;file=article&amp;sid=1145</guid>
      <dc:date>2008-11-04T00:20:50Z</dc:date>
    </item>
    <item>
      <title>Le designer de diagrammes de SQL Server 2008</title>
      <link>http://www.techheadbrothers.com/Astuces.aspx/designer-diagrammes-sql-server-2008</link>
      <description>Cette astuce vous présente comment changer le comportement par défaut du designer de diagrammes de SQL Server 2008</description>
      <pubDate>Mon, 03 Nov 2008 10:58:15 GMT</pubDate>
      <guid>http://www.techheadbrothers.com/Astuces.aspx/designer-diagrammes-sql-server-2008</guid>
      <dc:date>2008-11-03T10:58:15Z</dc:date>
    </item>
    <item>
      <title>Les vid&amp;eacute;os de la PDC 2008 sont en ligne</title>
      <link>http://www.techheadbrothers.com/Informations.aspx/2008/11/3/vid-eacute-os-pdc-2008-ligne</link>
      <description>Les vidéos de la PDC 2008 sont maintenant en ligne sur le site de la PDC en plusieurs format (WMV-HQ| WMV| Zune) et accessibles pour tout le monde. Les présentations PowerPoint sont aussi accessibles (en</description>
      <pubDate>Mon, 03 Nov 2008 09:46:04 GMT</pubDate>
      <guid>http://www.techheadbrothers.com/Informations.aspx/2008/11/3/vid-eacute-os-pdc-2008-ligne</guid>
      <dc:date>2008-11-03T09:46:04Z</dc:date>
    </item>
    <item>
      <title>Afrique de l'Ouest (suite et fin)</title>
      <link>http://www.techheadbrothers.com/Informations.aspx/2008/11/3/afrique-ouest-suite-fin</link>
      <description>Un billet rapide afin de remercier les participants de la formation que j'ai anim&amp;#233;e &amp;#224; Ouagadougou (Burkina Faso) en octobre. Messieurs (Abdoul, Oumarou, Philippe, Ben, Aristide, Ousmane, Isidore,</description>
      <pubDate>Mon, 03 Nov 2008 09:33:53 GMT</pubDate>
      <guid>http://www.techheadbrothers.com/Informations.aspx/2008/11/3/afrique-ouest-suite-fin</guid>
      <dc:date>2008-11-03T09:33:53Z</dc:date>
    </item>
    <item>
      <title>[News] Le projet Linq2NHibernate recherche des fonds</title>
      <link>http://www.dotnetguru.org/modules.php?op=modload&amp;name=News&amp;file=article&amp;sid=1144</link>
      <description>Suite à l'annonce du gel de Linq2SQL et la sortie d'EntityFramework V2 dans deux ans, l'équipe NHibernate essaye de faire le forcing pour sortir Linq2NHibernate d'ici 3 mois. Or, comme chacun sait, l'OpenSource n'est pas toujours une science exacte lorsqu'il s'agit de &amp;quot;Time To Market&amp;quot;. Ayende vient donc de lancer un appel à contribution. Il estime à 60 jours / hommes la charge de travail nécessaire pour finaliser l'outil.</description>
      <pubDate>Mon, 03 Nov 2008 00:02:59 GMT</pubDate>
      <guid>http://www.dotnetguru.org/modules.php?op=modload&amp;name=News&amp;file=article&amp;sid=1144</guid>
      <dc:date>2008-11-03T00:02:59Z</dc:date>
    </item>
    <item>
      <title>[News] Linq2SQL est-il mort ?</title>
      <link>http://www.dotnetguru.org/modules.php?op=modload&amp;name=News&amp;file=article&amp;sid=1143</link>
      <description>Après que Microsoft ait annoncé mettre à l'avenir toutes ses ressources dans Entity Framework plutôt que Linq2SQL, la communauté CodeBetter s'insurge  en publiant un billet en forme de contestation.  &amp;quot;The ADO.NET Team's Announcement is everything about LINQ To SQL being dead! If you have spent anytime with a large corporation that needs to spin stories to minimize fall-out, you will know this to be true &amp;quot;. CodeBetter propose de mettre Linq2SQL sur CodePlex, une proposition intéressante que l'éditeur devrait saisir...</description>
      <pubDate>Sun, 02 Nov 2008 23:47:59 GMT</pubDate>
      <guid>http://www.dotnetguru.org/modules.php?op=modload&amp;name=News&amp;file=article&amp;sid=1143</guid>
      <dc:date>2008-11-02T23:47:59Z</dc:date>
    </item>
    <item>
      <title>Vers le Cloud Computing avec Windows Azure</title>
      <link>http://www.techheadbrothers.com/Articles.aspx/cloud-computing-windows-azure</link>
      <description>Annoncé lors de la PDC 2008, Windows Azure est la réponse de Microsoft  en ce qui concerne le Cloud Computing. Cet article propose de vous en présenter les bases.</description>
      <pubDate>Sun, 02 Nov 2008 23:27:36 GMT</pubDate>
      <guid>http://www.techheadbrothers.com/Articles.aspx/cloud-computing-windows-azure</guid>
      <dc:date>2008-11-02T23:27:36Z</dc:date>
    </item>
    <item>
      <title>Prochaine PDC annonc&amp;eacute;e</title>
      <link>http://www.techheadbrothers.com/Informations.aspx/2008/10/30/prochaine-pdc-annonc-eacute</link>
      <description>La prochaine Professional Developer Conference de Microsoft a été annoncée et aura lieu l&#x2019;année prochaine du 17 au 20 novembre 2009 toujours à Los Angeles. C&#x2019;est la première fois que deux PDC se suivent</description>
      <pubDate>Thu, 30 Oct 2008 20:26:16 GMT</pubDate>
      <guid>http://www.techheadbrothers.com/Informations.aspx/2008/10/30/prochaine-pdc-annonc-eacute</guid>
      <dc:date>2008-10-30T20:26:16Z</dc:date>
    </item>
    <item>
      <title>WCF REST STARTER KIT disponible</title>
      <link>http://www.techheadbrothers.com/Informations.aspx/2008/10/30/wcf-rest-starter-kit-disponible</link>
      <description>Microsoft a annoncé lors de la PDC 2008 la mise à disposition du WCF REST STARTER KIT . Ce projet est disponible sur Codeplex, mais vous pouvez en lire beaucoup plus sur msdn . Le WCF REST Starter Kit</description>
      <pubDate>Thu, 30 Oct 2008 17:50:43 GMT</pubDate>
      <guid>http://www.techheadbrothers.com/Informations.aspx/2008/10/30/wcf-rest-starter-kit-disponible</guid>
      <dc:date>2008-10-30T17:50:43Z</dc:date>
    </item>
    <item>
      <title>Nouveaux composants pour Silverlight 2</title>
      <link>http://www.techheadbrothers.com/Informations.aspx/2008/10/30/nouveaux-composants-silverlight-2</link>
      <description>Microsoft a annoncé lors de la PDC 2008 la mise à disposition du source code d&#x2019;un ensemble de contrôles pour Silverlight 2, le Silverlight Toolkit dont voici la liste: TreeView AutoCompleteBox DockPanel</description>
      <pubDate>Thu, 30 Oct 2008 17:34:02 GMT</pubDate>
      <guid>http://www.techheadbrothers.com/Informations.aspx/2008/10/30/nouveaux-composants-silverlight-2</guid>
      <dc:date>2008-10-30T17:34:02Z</dc:date>
    </item>
    <item>
      <title>[PDC] Martin Fowler décortique pour nous Oslo et le langage M</title>
      <link>http://www.dotnetguru.org/modules.php?op=modload&amp;name=News&amp;file=article&amp;sid=1142</link>
      <description>Martin Fowler nous présente dans ce billet les spécificités d'Oslo. Vu de l'extérieur, Oslo est une sorte de plateforme intégrant un langage DSL (M) permettant de concevoir des applications orientées services. La conception et l'implémentation sont outillés de deux façons : avec un éditeur de code plein texte, mais aussi visuellement via un concepteur graphique. Une prose assez complexe à lire (surtout si on ne connait pas les références).</description>
      <pubDate>Thu, 30 Oct 2008 00:09:35 GMT</pubDate>
      <guid>http://www.dotnetguru.org/modules.php?op=modload&amp;name=News&amp;file=article&amp;sid=1142</guid>
      <dc:date>2008-10-30T00:09:35Z</dc:date>
    </item>
    <item>
      <title>[PDC] Premières impressions et vidéos de Windows 7</title>
      <link>http://www.dotnetguru.org/modules.php?op=modload&amp;name=News&amp;file=article&amp;sid=1141</link>
      <description>Lors de la PDC, Windows 7 a été présenté en avant-première à quelques journalistes et distribué aux participants. Wilson Rothman nous formalise une excellente synthèse avec en prime des copies d'écrans et plusieurs streaming vidéos. &amp;quot;(...)  On Sunday, they took journalists through a lively 7-hour orientation on Windows 7, then handed off a Dell XPS M1330 loaded with pre-beta Build 6801 (...)&amp;quot;. Côté graphisme, les différences avec Vista semblent mineures. En revanche, un gros travail a été réalisé sur la stabilité, les performances (boot et shutdown notamment) et la compatibilité avec les différents drivers. A découvrir.</description>
      <pubDate>Wed, 29 Oct 2008 00:17:36 GMT</pubDate>
      <guid>http://www.dotnetguru.org/modules.php?op=modload&amp;name=News&amp;file=article&amp;sid=1141</guid>
      <dc:date>2008-10-29T00:17:36Z</dc:date>
    </item>
    <item>
      <title>[News] Les premiers retours de la PDC 08</title>
      <link>http://www.dotnetguru.org/modules.php?op=modload&amp;name=News&amp;file=article&amp;sid=1140</link>
      <description>Lors de cette seconde journée, les sessions se précisent autour de sujets tels que le Cloud Computing avec l'annonce de la plateforme Azure. Des nouveautés aussi avec VS 2010, Silverlight et SQL Services. Christophe Lauer de Microsoft nous en dit plus et livre quelques pointeurs.</description>
      <pubDate>Wed, 29 Oct 2008 00:02:36 GMT</pubDate>
      <guid>http://www.dotnetguru.org/modules.php?op=modload&amp;name=News&amp;file=article&amp;sid=1140</guid>
      <dc:date>2008-10-29T00:02:36Z</dc:date>
    </item>
    <item>
      <title>Le deuxi&amp;egrave;me keynote de la PDC 2008 c&amp;rsquo;est maintenant!</title>
      <link>http://www.techheadbrothers.com/Informations.aspx/2008/10/28/deuxi-egrave-keynote-pdc-2008-rsquo-maintenant</link>
      <description>Image via Wikipedia Le deuxième keynote de la PDC 2008 va commencer dans 15 minutes et vous pouvez le suivre en direct sur internet grâce à Silverlight sur la page d&#x2019; accueil du site de la PDC . Ce keynote</description>
      <pubDate>Tue, 28 Oct 2008 15:17:12 GMT</pubDate>
      <guid>http://www.techheadbrothers.com/Informations.aspx/2008/10/28/deuxi-egrave-keynote-pdc-2008-rsquo-maintenant</guid>
      <dc:date>2008-10-28T15:17:12Z</dc:date>
    </item>
    <item>
      <title>[News] Un aperçu de Visual Studio 2010</title>
      <link>http://www.dotnetguru.org/modules.php?op=modload&amp;name=News&amp;file=article&amp;sid=1139</link>
      <description>Ayende vient de recevoir la CTP de Visual Studio 2010. Il en a profité pour faire un rapide billet, copies d'écrans à l'appui. Au menu, DLR, intégration UML, etc .. A découvrir.</description>
      <pubDate>Tue, 28 Oct 2008 00:21:19 GMT</pubDate>
      <guid>http://www.dotnetguru.org/modules.php?op=modload&amp;name=News&amp;file=article&amp;sid=1139</guid>
      <dc:date>2008-10-28T00:21:19Z</dc:date>
    </item>
    <item>
      <title>C# 4 : dynamic</title>
      <link>http://www.techheadbrothers.com/Articles.aspx/csharp-4-dynamic</link>
      <description>Avec C#4, apparaît un nouveau mot clé : dynamic. Comment peut-on l&#x2019;utiliser pour simplifier nos codes ?</description>
      <pubDate>Mon, 27 Oct 2008 23:57:53 GMT</pubDate>
      <guid>http://www.techheadbrothers.com/Articles.aspx/csharp-4-dynamic</guid>
      <dc:date>2008-10-27T23:57:53Z</dc:date>
    </item>
    <item>
      <title>Annonces du keynote de lundi de la PDC</title>
      <link>http://www.techheadbrothers.com/Informations.aspx/2008/10/27/annonces-keynote-lundi-pdc</link>
      <description>Voici les deux annonces faites lors de ce premier keynote de la PDC 2008 par par Ray Ozzie , Amitabh Srivastava , Bob Muglia et David Thompson : Windows Azure , un cloud services operating system servant</description>
      <pubDate>Mon, 27 Oct 2008 17:45:58 GMT</pubDate>
      <guid>http://www.techheadbrothers.com/Informations.aspx/2008/10/27/annonces-keynote-lundi-pdc</guid>
      <dc:date>2008-10-27T17:45:58Z</dc:date>
    </item>
    <item>
      <title>Le premier keynote de la PDC 2008 c&amp;rsquo;est maintenant!</title>
      <link>http://www.techheadbrothers.com/Informations.aspx/2008/10/27/premier-keynote-pdc-2008-rsquo-maintenant</link>
      <description>Le premier keynote de la PDC 2008 va commencer dans quelques minutes et vous pouvez le suivre en direct sur internet grâce à Silverlight sur la page d&#x2019; accueil du site de la PDC . Ce keynote a pour titre</description>
      <pubDate>Mon, 27 Oct 2008 15:34:40 GMT</pubDate>
      <guid>http://www.techheadbrothers.com/Informations.aspx/2008/10/27/premier-keynote-pdc-2008-rsquo-maintenant</guid>
      <dc:date>2008-10-27T15:34:40Z</dc:date>
    </item>
    <item>
      <title>Nouveau logo .NET</title>
      <link>http://www.techheadbrothers.com/Informations.aspx/2008/10/27/nouveau-logo-dotnet</link>
      <description>L&#x2019;ancien logo .NET, qui a déjà 8 ans, vient d&#x2019;être officiellement remplacé par un nouveau logo sur le blog de Scott Hanselman . Voici ce nouveau logo sur un fond blanc et un fond plus foncé:</description>
      <pubDate>Mon, 27 Oct 2008 05:53:13 GMT</pubDate>
      <guid>http://www.techheadbrothers.com/Informations.aspx/2008/10/27/nouveau-logo-dotnet</guid>
      <dc:date>2008-10-27T05:53:13Z</dc:date>
    </item>
    <item>
      <title>[News] La semaine PDC sur DNG et nouveau logo .NET</title>
      <link>http://www.dotnetguru.org/modules.php?op=modload&amp;name=News&amp;file=article&amp;sid=1138</link>
      <description>La PDC vient de démarrer à Los Angeles et DNG vous donnera le plus d'informations possibles. Cette conférence qui constitue la plus importante manifestation de développeurs Microsoft est l'occasion pour l'éditeur de dévoiler ses projets internes avec souvent à la clé quelques annonces. La première est de taille, le tout nouveau logo de .NET. Plutôt surprenant dans un style totalement débridé...</description>
      <pubDate>Mon, 27 Oct 2008 00:06:50 GMT</pubDate>
      <guid>http://www.dotnetguru.org/modules.php?op=modload&amp;name=News&amp;file=article&amp;sid=1138</guid>
      <dc:date>2008-10-27T00:06:50Z</dc:date>
    </item>
    <item>
      <title>Regarder les Keynotes de la PDC en Live et en ligne</title>
      <link>http://www.techheadbrothers.com/Informations.aspx/2008/10/26/regarder-keynotes-pdc-live-ligne</link>
      <description>Si vous n&#x2019;avez pas la chance de participer à la PDC 2008 à Los Angeles vous pouvez toujours regarder les différents Keynotes en ligne et en live avec Ray Ozzie, Bob Muglia, Steven Sinofsky, Scott Guthrie</description>
      <pubDate>Sun, 26 Oct 2008 12:57:46 GMT</pubDate>
      <guid>http://www.techheadbrothers.com/Informations.aspx/2008/10/26/regarder-keynotes-pdc-live-ligne</guid>
      <dc:date>2008-10-26T12:57:46Z</dc:date>
    </item>
    <item>
      <title>Rencontrez nous &amp;agrave; la PDC 2008</title>
      <link>http://www.techheadbrothers.com/Informations.aspx/2008/10/24/rencontrez-agrave-pdc-2008</link>
      <description>Ce lundi commence à Los Angeles la Microsoft PDC 2008 , un événement au cours du quel Microsoft à l&#x2019;habitude d&#x2019;annoncer ses nouveaux produits et les directions technologiques que la société prend ou va</description>
      <pubDate>Fri, 24 Oct 2008 08:44:14 GMT</pubDate>
      <guid>http://www.techheadbrothers.com/Informations.aspx/2008/10/24/rencontrez-agrave-pdc-2008</guid>
      <dc:date>2008-10-24T08:44:14Z</dc:date>
    </item>
    <item>
      <title>[News] Principes, patterns et slides sur Prism</title>
      <link>http://www.dotnetguru.org/modules.php?op=modload&amp;name=News&amp;file=article&amp;sid=1137</link>
      <description>Le Framework Prism est une brique d'applications composites basée sur un socle client WPF et fournissant de multiples services techniques. Dans ce billet, James Kovacs évoque le sujet de manière synthétique. Une présentation powerpoint est également disponible. Si le bureau virtuel de demain se jouait aujourd'hui, Prism en serait une sorte de prototype.</description>
      <pubDate>Thu, 23 Oct 2008 23:11:25 GMT</pubDate>
      <guid>http://www.dotnetguru.org/modules.php?op=modload&amp;name=News&amp;file=article&amp;sid=1137</guid>
      <dc:date>2008-10-23T23:11:25Z</dc:date>
    </item>
    <item>
      <title>[News] Microsoft Sync Framework 1.0 en RTM</title>
      <link>http://www.dotnetguru.org/modules.php?op=modload&amp;name=News&amp;file=article&amp;sid=1136</link>
      <description>Assez curieusement, la sortie officielle de la première RTM de Sync Framework est passé totalement inaperçue. Pourtant, cette brique logicielle permet de gérer des applications en mode Offline et de synchroniser des sources de données multiples via ADO.NET. &amp;quot;The extensible framework includes built-in support for synchronizing databases, NTFS/FAT file systems, FeedSync compliant feeds (formerly known as Simple Sharing Extensions), devices and web services (...) &amp;quot;. On pourra simplement regretter l'absence de standard dans le domaine. Un marché de niche encore réservé aux API propriétaires.</description>
      <pubDate>Mon, 20 Oct 2008 23:13:17 GMT</pubDate>
      <guid>http://www.dotnetguru.org/modules.php?op=modload&amp;name=News&amp;file=article&amp;sid=1136</guid>
      <dc:date>2008-10-20T23:13:17Z</dc:date>
    </item>
    <item>
      <title>[News] MSDN Mag du mois d'Octobre disponible</title>
      <link>http://www.dotnetguru.org/modules.php?op=modload&amp;name=News&amp;file=article&amp;sid=1135</link>
      <description>Le MSDN Mag du mois d'Octobre est sorti (évidemment en version Française aussi). Cette édition spéciale &amp;quot;Programmation parallèle&amp;quot; couvre des sujets divers tel que PLinq, mais aussi une réflexion sur le nouveau paradigme de la programmation parallèle (à lire d'urgence). Mais aussi ASP.NET et AJAX pour les applications CRUD avec comme auteur Bertrand Le Roy. Des articles de fond à lire de toute urgence.</description>
      <pubDate>Sun, 19 Oct 2008 23:21:09 GMT</pubDate>
      <guid>http://www.dotnetguru.org/modules.php?op=modload&amp;name=News&amp;file=article&amp;sid=1135</guid>
      <dc:date>2008-10-19T23:21:09Z</dc:date>
    </item>
    <item>
      <title>Chapitre IV : Sync Services for ADO.NET. Créer un Custom Resolver</title>
      <link>http://www.techheadbrothers.com/Articles.aspx/iv-sync-services-for-ado-net-creer-custom-resolver</link>
      <description>Création d&#x2019;un système de résolution des conflits pendant une synchronisation entre un serveur de données et un client consommateur. Utilisation de Sync Services for ADO.Net</description>
      <pubDate>Sun, 19 Oct 2008 22:42:45 GMT</pubDate>
      <guid>http://www.techheadbrothers.com/Articles.aspx/iv-sync-services-for-ado-net-creer-custom-resolver</guid>
      <dc:date>2008-10-19T22:42:45Z</dc:date>
    </item>
    <item>
      <title>Nouvelle version de Tech Head Brothers</title>
      <link>http://www.techheadbrothers.com/Informations.aspx/2008/10/19/nouvelle-version-tec-head-brothers</link>
      <description>Nous avons le plaisir Mathieu et moi-même de lancer une nouvelle version de Tech Head Brothers. Cette nouvelle version, la 3.0, n&#x2019;apporte pas de révolution dans l&#x2019;utilisation du site pour le moment mais</description>
      <pubDate>Sun, 19 Oct 2008 12:50:57 GMT</pubDate>
      <guid>http://www.techheadbrothers.com/Informations.aspx/2008/10/19/nouvelle-version-tec-head-brothers</guid>
      <dc:date>2008-10-19T12:50:57Z</dc:date>
    </item>
    <item>
      <title>ASP.NET MVC Beta est disponible!</title>
      <link>http://www.techheadbrothers.com/Informations.aspx/2008/10/16/aspnet-mvc-beta-disponible</link>
      <description>Semaine chargée en annonce pour Microsoft avant la conférence PDC 2008 à Los Angeles. Après l&#x2019; annonce de Silverlight 2 en version finale il y a 3 jours, c&#x2019;est au tour du Framework ASP.NET MVC de sortir</description>
      <pubDate>Thu, 16 Oct 2008 11:19:55 GMT</pubDate>
      <guid>http://www.techheadbrothers.com/Informations.aspx/2008/10/16/aspnet-mvc-beta-disponible</guid>
      <dc:date>2008-10-16T11:19:55Z</dc:date>
    </item>
  </channel>
</rss>

