<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.developpeur.org/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Matthieu MEZIL</title><link>http://blogs.developpeur.org/matthieu/default.aspx</link><description /><dc:language /><generator>CommunityServer 2.1 SP1 (Build: 61019.2)</generator><item><title>Article sur Roslyn</title><link>http://blogs.developpeur.org/matthieu/archive/2011/11/25/article-sur-roslyn.aspx</link><pubDate>Fri, 25 Nov 2011 07:26:11 GMT</pubDate><guid isPermaLink="false">7d6e5d3c-61cc-4264-bc3a-a336023fcec4:51687</guid><dc:creator>Matthieu MEZIL</dc:creator><slash:comments>2</slash:comments><comments>http://blogs.developpeur.org/matthieu/comments/51687.aspx</comments><wfw:commentRss>http://blogs.developpeur.org/matthieu/commentrss.aspx?PostID=51687</wfw:commentRss><wfw:comment>http://blogs.developpeur.org/matthieu/rsscomments.aspx?PostID=51687</wfw:comment><description>Si vous êtes intéressé par Roslyn, je vous invite à lire l’article que j’ai écrit sur le sujet ....(read more)                                                                                                                                                 ...&lt;img src="http://blogs.developpeur.org/aggbug.aspx?PostID=51687" width="1" height="1"&gt;</description><category domain="http://blogs.developpeur.org/matthieu/archive/tags/.Net/default.aspx">.Net</category><category domain="http://blogs.developpeur.org/matthieu/archive/tags/C_2300_/default.aspx">C#</category><category domain="http://blogs.developpeur.org/matthieu/archive/tags/VS/default.aspx">VS</category><category domain="http://blogs.developpeur.org/matthieu/archive/tags/Roslyn/default.aspx">Roslyn</category></item><item><title>Roslyn : g&#233;n&#233;rer des InvokeActivity avec T4</title><link>http://blogs.developpeur.org/matthieu/archive/2011/10/20/roslyn-g-n-rer-des-invokeactivity-avec-t4.aspx</link><pubDate>Thu, 20 Oct 2011 07:02:36 GMT</pubDate><guid isPermaLink="false">7d6e5d3c-61cc-4264-bc3a-a336023fcec4:51565</guid><dc:creator>Matthieu MEZIL</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.developpeur.org/matthieu/comments/51565.aspx</comments><wfw:commentRss>http://blogs.developpeur.org/matthieu/commentrss.aspx?PostID=51565</wfw:commentRss><wfw:comment>http://blogs.developpeur.org/matthieu/rsscomments.aspx?PostID=51565</wfw:comment><description>Le titre peut paraître bizarre mais c’est un vrai besoin rencontré chez un client pour lequel je vais utiliser Roslyn. Imaginez le scénario suivant : dans un projet, il y a des développeurs et des experts fonctionnels. Les experts fonctionnels doivent...(...&lt;img src="http://blogs.developpeur.org/aggbug.aspx?PostID=51565" width="1" height="1"&gt;</description><category domain="http://blogs.developpeur.org/matthieu/archive/tags/.Net/default.aspx">.Net</category><category domain="http://blogs.developpeur.org/matthieu/archive/tags/WF/default.aspx">WF</category><category domain="http://blogs.developpeur.org/matthieu/archive/tags/Roslyn/default.aspx">Roslyn</category></item><item><title>Comment ajouter des comportements &#224; l’ObjectContext ?</title><link>http://blogs.developpeur.org/matthieu/archive/2011/09/13/comment-ajouter-des-comportements-l-objectcontext.aspx</link><pubDate>Tue, 13 Sep 2011 19:36:47 GMT</pubDate><guid isPermaLink="false">7d6e5d3c-61cc-4264-bc3a-a336023fcec4:51390</guid><dc:creator>Matthieu MEZIL</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.developpeur.org/matthieu/comments/51390.aspx</comments><wfw:commentRss>http://blogs.developpeur.org/matthieu/commentrss.aspx?PostID=51390</wfw:commentRss><wfw:comment>http://blogs.developpeur.org/matthieu/rsscomments.aspx?PostID=51390</wfw:comment><description>Imaginons que l’on veuille ajouter un comportement à la classe ObjectContext dans le but de catché certaines exceptions par exemple. Si vous essayez de supprimer une entité déjà supprimée en base, vous ne voulez pas avoir d’exception. Dans la même idée,.....&lt;img src="http://blogs.developpeur.org/aggbug.aspx?PostID=51390" width="1" height="1"&gt;</description><category domain="http://blogs.developpeur.org/matthieu/archive/tags/.Net/default.aspx">.Net</category><category domain="http://blogs.developpeur.org/matthieu/archive/tags/ADO/default.aspx">ADO</category><category domain="http://blogs.developpeur.org/matthieu/archive/tags/Entity+Framework+_2800_EF_2900_/default.aspx">Entity Framework (EF)</category></item><item><title>SL5 : ICustomTypeProvider</title><link>http://blogs.developpeur.org/matthieu/archive/2011/09/12/sl5-icustomtypeprovider.aspx</link><pubDate>Mon, 12 Sep 2011 21:58:30 GMT</pubDate><guid isPermaLink="false">7d6e5d3c-61cc-4264-bc3a-a336023fcec4:51387</guid><dc:creator>Matthieu MEZIL</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.developpeur.org/matthieu/comments/51387.aspx</comments><wfw:commentRss>http://blogs.developpeur.org/matthieu/commentrss.aspx?PostID=51387</wfw:commentRss><wfw:comment>http://blogs.developpeur.org/matthieu/rsscomments.aspx?PostID=51387</wfw:comment><description>On a souvent le problème suivant avec SL4 : dans le Model on récupère une collection d’entités et dans le ViewModel, on veut récupérer cette collection en y ajoutant de l’intelligence (par exemple des propriétés calculées). Dans ce cas, il faut gérer...(r...&lt;img src="http://blogs.developpeur.org/aggbug.aspx?PostID=51387" width="1" height="1"&gt;</description><category domain="http://blogs.developpeur.org/matthieu/archive/tags/Silverlight/default.aspx">Silverlight</category></item><item><title>Utiliser un repository depuis WF</title><link>http://blogs.developpeur.org/matthieu/archive/2011/09/01/utiliser-un-repository-depuis-wf.aspx</link><pubDate>Thu, 01 Sep 2011 21:59:22 GMT</pubDate><guid isPermaLink="false">7d6e5d3c-61cc-4264-bc3a-a336023fcec4:51351</guid><dc:creator>Matthieu MEZIL</dc:creator><slash:comments>2</slash:comments><comments>http://blogs.developpeur.org/matthieu/comments/51351.aspx</comments><wfw:commentRss>http://blogs.developpeur.org/matthieu/commentrss.aspx?PostID=51351</wfw:commentRss><wfw:comment>http://blogs.developpeur.org/matthieu/rsscomments.aspx?PostID=51351</wfw:comment><description>Imaginons le repository suivant : public class FooRepository { public void Add( FooEntity entity) { /*TODO*/ } public void Update( FooEntity entity) { /*TODO*/ } public void Delete( FooEntity entity) { /*TODO*/ } public void SaveChanges() { /*TODO*/ }...(...&lt;img src="http://blogs.developpeur.org/aggbug.aspx?PostID=51351" width="1" height="1"&gt;</description><category domain="http://blogs.developpeur.org/matthieu/archive/tags/.Net/default.aspx">.Net</category><category domain="http://blogs.developpeur.org/matthieu/archive/tags/WF/default.aspx">WF</category></item><item><title>EF et r&#233;cursivit&#233;</title><link>http://blogs.developpeur.org/matthieu/archive/2011/07/28/ef-et-r-cursivit.aspx</link><pubDate>Thu, 28 Jul 2011 19:02:56 GMT</pubDate><guid isPermaLink="false">7d6e5d3c-61cc-4264-bc3a-a336023fcec4:51236</guid><dc:creator>Matthieu MEZIL</dc:creator><slash:comments>3</slash:comments><comments>http://blogs.developpeur.org/matthieu/comments/51236.aspx</comments><wfw:commentRss>http://blogs.developpeur.org/matthieu/commentrss.aspx?PostID=51236</wfw:commentRss><wfw:comment>http://blogs.developpeur.org/matthieu/rsscomments.aspx?PostID=51236</wfw:comment><description>A travers ce post, je vais vous présenter un cas concret de mauvaise utilisation d’EF observée récemment chez un client. Mon modèle est le suivant : Nous voulons simplement récupérer un arbre avec une contrainte : si le type du noeud est "G" et qu’il...(r...&lt;img src="http://blogs.developpeur.org/aggbug.aspx?PostID=51236" width="1" height="1"&gt;</description><category domain="http://blogs.developpeur.org/matthieu/archive/tags/.Net/default.aspx">.Net</category><category domain="http://blogs.developpeur.org/matthieu/archive/tags/ADO/default.aspx">ADO</category><category domain="http://blogs.developpeur.org/matthieu/archive/tags/Entity+Framework+_2800_EF_2900_/default.aspx">Entity Framework (EF)</category></item><item><title>EF nouvelle CTP</title><link>http://blogs.developpeur.org/matthieu/archive/2011/07/01/ef-nouvelle-ctp.aspx</link><pubDate>Fri, 01 Jul 2011 00:07:49 GMT</pubDate><guid isPermaLink="false">7d6e5d3c-61cc-4264-bc3a-a336023fcec4:51138</guid><dc:creator>Matthieu MEZIL</dc:creator><slash:comments>4</slash:comments><comments>http://blogs.developpeur.org/matthieu/comments/51138.aspx</comments><wfw:commentRss>http://blogs.developpeur.org/matthieu/commentrss.aspx?PostID=51138</wfw:commentRss><wfw:comment>http://blogs.developpeur.org/matthieu/rsscomments.aspx?PostID=51138</wfw:comment><description>Une nouvelle CTP d’EF et de WCF Data Services est disponible . Contrairement aux CTPs précédentes qui se concentraient essentiellement sur l’ajout d’une nouvelle approche, Code-First, celle-ci apporte des améliorations sur le moteur même d’Entity Framewor...&lt;img src="http://blogs.developpeur.org/aggbug.aspx?PostID=51138" width="1" height="1"&gt;</description><category domain="http://blogs.developpeur.org/matthieu/archive/tags/.Net/default.aspx">.Net</category><category domain="http://blogs.developpeur.org/matthieu/archive/tags/ADO/default.aspx">ADO</category><category domain="http://blogs.developpeur.org/matthieu/archive/tags/Entity+Framework+_2800_EF_2900_/default.aspx">Entity Framework (EF)</category><category domain="http://blogs.developpeur.org/matthieu/archive/tags/Entity+Data+Model+_2800_EDM_2900_/default.aspx">Entity Data Model (EDM)</category></item><item><title>L2E : impact sur le SQL</title><link>http://blogs.developpeur.org/matthieu/archive/2011/06/15/comment-effectuer-plusieurs-fonctions-de-grouping-en-une-seule-sous-requ-te-linq.aspx</link><pubDate>Tue, 14 Jun 2011 22:48:00 GMT</pubDate><guid isPermaLink="false">7d6e5d3c-61cc-4264-bc3a-a336023fcec4:51083</guid><dc:creator>Matthieu MEZIL</dc:creator><slash:comments>3</slash:comments><comments>http://blogs.developpeur.org/matthieu/comments/51083.aspx</comments><wfw:commentRss>http://blogs.developpeur.org/matthieu/commentrss.aspx?PostID=51083</wfw:commentRss><wfw:comment>http://blogs.developpeur.org/matthieu/rsscomments.aspx?PostID=51083</wfw:comment><description>Comme je l’écrivais hier, “Derrière la magie d’Entity Framework se cache la réalité du SQL. Je persiste et je signe, si vous ne connaissez pas le SQL, il sera très compliqué d’écrire des requêtes L2E optimales. J’ai trouvé une bonne illustrations avec...(...&lt;img src="http://blogs.developpeur.org/aggbug.aspx?PostID=51083" width="1" height="1"&gt;</description><category domain="http://blogs.developpeur.org/matthieu/archive/tags/.Net/default.aspx">.Net</category><category domain="http://blogs.developpeur.org/matthieu/archive/tags/Linq/default.aspx">Linq</category><category domain="http://blogs.developpeur.org/matthieu/archive/tags/ADO/default.aspx">ADO</category><category domain="http://blogs.developpeur.org/matthieu/archive/tags/SQL/default.aspx">SQL</category><category domain="http://blogs.developpeur.org/matthieu/archive/tags/Entity+Framework+_2800_EF_2900_/default.aspx">Entity Framework (EF)</category></item><item><title>Comment effectuer plusieurs fonctions de grouping en une seule requ&#234;te LINQ ?</title><link>http://blogs.developpeur.org/matthieu/archive/2011/06/14/comment-effectuer-plusieurs-fonctions-de-grouping-en-une-seule-requ-te-linq.aspx</link><pubDate>Tue, 14 Jun 2011 19:53:11 GMT</pubDate><guid isPermaLink="false">7d6e5d3c-61cc-4264-bc3a-a336023fcec4:51082</guid><dc:creator>Matthieu MEZIL</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.developpeur.org/matthieu/comments/51082.aspx</comments><wfw:commentRss>http://blogs.developpeur.org/matthieu/commentrss.aspx?PostID=51082</wfw:commentRss><wfw:comment>http://blogs.developpeur.org/matthieu/rsscomments.aspx?PostID=51082</wfw:comment><description>Derrière la magie d’Entity Framework se cache la réalité du SQL. Je persiste et je signe, si vous ne connaissez pas le SQL, il sera très compliqué d’écrire des requêtes L2E optimales. J’ai trouvé une bonne illustrations avec les fonctions de grouping....(...&lt;img src="http://blogs.developpeur.org/aggbug.aspx?PostID=51082" width="1" height="1"&gt;</description><category domain="http://blogs.developpeur.org/matthieu/archive/tags/.Net/default.aspx">.Net</category><category domain="http://blogs.developpeur.org/matthieu/archive/tags/Linq/default.aspx">Linq</category><category domain="http://blogs.developpeur.org/matthieu/archive/tags/ADO/default.aspx">ADO</category><category domain="http://blogs.developpeur.org/matthieu/archive/tags/SQL/default.aspx">SQL</category><category domain="http://blogs.developpeur.org/matthieu/archive/tags/Entity+Framework+_2800_EF_2900_/default.aspx">Entity Framework (EF)</category></item><item><title>Apr&#232;s-midi du d&#233;veloppement sur la Task Parallel Library</title><link>http://blogs.developpeur.org/matthieu/archive/2011/06/08/apr-s-midi-du-d-veloppement-sur-la-task-parallel-library.aspx</link><pubDate>Wed, 08 Jun 2011 19:07:37 GMT</pubDate><guid isPermaLink="false">7d6e5d3c-61cc-4264-bc3a-a336023fcec4:51059</guid><dc:creator>Matthieu MEZIL</dc:creator><slash:comments>2</slash:comments><comments>http://blogs.developpeur.org/matthieu/comments/51059.aspx</comments><wfw:commentRss>http://blogs.developpeur.org/matthieu/commentrss.aspx?PostID=51059</wfw:commentRss><wfw:comment>http://blogs.developpeur.org/matthieu/rsscomments.aspx?PostID=51059</wfw:comment><description>J’aurai le plaisir de co-animer l’après-midi du développement sur la TPL jeudi prochain accompagné de David , Eric et Bruno . Pour ma part, je me concentrerai sur des exemples de la vraie vie utilisant EF4.1 Code First et T4....(read more)                ...&lt;img src="http://blogs.developpeur.org/aggbug.aspx?PostID=51059" width="1" height="1"&gt;</description><category domain="http://blogs.developpeur.org/matthieu/archive/tags/.Net/default.aspx">.Net</category><category domain="http://blogs.developpeur.org/matthieu/archive/tags/TPL/default.aspx">TPL</category></item><item><title>Comment r&#233;cup&#233;rer par code les WorkItems d’un ChangeSet dans un contexte de branche ?</title><link>http://blogs.developpeur.org/matthieu/archive/2011/05/27/comment-r-cup-rer-par-code-les-workitems-d-un-changeset-dans-un-contexte-de-branche.aspx</link><pubDate>Fri, 27 May 2011 10:12:24 GMT</pubDate><guid isPermaLink="false">7d6e5d3c-61cc-4264-bc3a-a336023fcec4:51028</guid><dc:creator>Matthieu MEZIL</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.developpeur.org/matthieu/comments/51028.aspx</comments><wfw:commentRss>http://blogs.developpeur.org/matthieu/commentrss.aspx?PostID=51028</wfw:commentRss><wfw:comment>http://blogs.developpeur.org/matthieu/rsscomments.aspx?PostID=51028</wfw:comment><description>Imaginons que l’on ait 3 branches : dev / integration / prod. On va faire plusieurs check-ins dans la branche de dev qu’on va relier avec des WorkItems. Ensuite, on va appliquer un certains nombre de ces changesets sur l’integration, ce qui va générer...(...&lt;img src="http://blogs.developpeur.org/aggbug.aspx?PostID=51028" width="1" height="1"&gt;</description><category domain="http://blogs.developpeur.org/matthieu/archive/tags/.Net/default.aspx">.Net</category><category domain="http://blogs.developpeur.org/matthieu/archive/tags/TFS/default.aspx">TFS</category></item><item><title>EF CanDelete : comment savoir si vous avez des FK sur une entit&#233;?</title><link>http://blogs.developpeur.org/matthieu/archive/2011/05/21/ef-candelete-comment-v-rifier-que-vous-n-avez-pas-de-fk-sur-l-entit-que-vous-voulez-supprimer.aspx</link><pubDate>Sat, 21 May 2011 00:59:00 GMT</pubDate><guid isPermaLink="false">7d6e5d3c-61cc-4264-bc3a-a336023fcec4:51003</guid><dc:creator>Matthieu MEZIL</dc:creator><slash:comments>4</slash:comments><comments>http://blogs.developpeur.org/matthieu/comments/51003.aspx</comments><wfw:commentRss>http://blogs.developpeur.org/matthieu/commentrss.aspx?PostID=51003</wfw:commentRss><wfw:comment>http://blogs.developpeur.org/matthieu/rsscomments.aspx?PostID=51003</wfw:comment><description>Aujourd’hui, j’ai eu la chance d’être confronté à un problème intéressant. Avant de tenter de supprimer une entité, mon client voulait checker s’il n’y avait pas de foreign key sur celle-ci. Une première solution pour faire cela est ce que j’appelle la......&lt;img src="http://blogs.developpeur.org/aggbug.aspx?PostID=51003" width="1" height="1"&gt;</description><category domain="http://blogs.developpeur.org/matthieu/archive/tags/.Net/default.aspx">.Net</category><category domain="http://blogs.developpeur.org/matthieu/archive/tags/ADO/default.aspx">ADO</category><category domain="http://blogs.developpeur.org/matthieu/archive/tags/Entity+Framework+_2800_EF_2900_/default.aspx">Entity Framework (EF)</category></item><item><title>L’apr&#232;s-midi du dev EF</title><link>http://blogs.developpeur.org/matthieu/archive/2011/05/18/l-apr-s-midi-du-dev-ef.aspx</link><pubDate>Wed, 18 May 2011 19:49:09 GMT</pubDate><guid isPermaLink="false">7d6e5d3c-61cc-4264-bc3a-a336023fcec4:50992</guid><dc:creator>Matthieu MEZIL</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.developpeur.org/matthieu/comments/50992.aspx</comments><wfw:commentRss>http://blogs.developpeur.org/matthieu/commentrss.aspx?PostID=50992</wfw:commentRss><wfw:comment>http://blogs.developpeur.org/matthieu/rsscomments.aspx?PostID=50992</wfw:comment><description>Les webcasts de l’après-midi du dev sur EF que j’avais animé avec Michel sont en ligne sur http://msdn.microsoft.com/fr-fr/netframework/hh134069.aspx...(read more)                                                                                            ...&lt;img src="http://blogs.developpeur.org/aggbug.aspx?PostID=50992" width="1" height="1"&gt;</description><category domain="http://blogs.developpeur.org/matthieu/archive/tags/.Net/default.aspx">.Net</category><category domain="http://blogs.developpeur.org/matthieu/archive/tags/ADO/default.aspx">ADO</category><category domain="http://blogs.developpeur.org/matthieu/archive/tags/Entity+Framework+_2800_EF_2900_/default.aspx">Entity Framework (EF)</category><category domain="http://blogs.developpeur.org/matthieu/archive/tags/Entity+Data+Model+_2800_EDM_2900_/default.aspx">Entity Data Model (EDM)</category></item><item><title>Et si on parlait un peu de T4</title><link>http://blogs.developpeur.org/matthieu/archive/2011/05/03/et-si-on-parlait-un-peu-de-t4.aspx</link><pubDate>Tue, 03 May 2011 09:19:24 GMT</pubDate><guid isPermaLink="false">7d6e5d3c-61cc-4264-bc3a-a336023fcec4:50911</guid><dc:creator>Matthieu MEZIL</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.developpeur.org/matthieu/comments/50911.aspx</comments><wfw:commentRss>http://blogs.developpeur.org/matthieu/commentrss.aspx?PostID=50911</wfw:commentRss><wfw:comment>http://blogs.developpeur.org/matthieu/rsscomments.aspx?PostID=50911</wfw:comment><description>Julien Dollon m’a récemment invité dans la webtv supinfo pour parler de T4 dans le cadre d’une série d’émission sur .NET. Vous pouvez dès à présent visualiser la video ici ....(read more)                                                                    ...&lt;img src="http://blogs.developpeur.org/aggbug.aspx?PostID=50911" width="1" height="1"&gt;</description><category domain="http://blogs.developpeur.org/matthieu/archive/tags/.Net/default.aspx">.Net</category><category domain="http://blogs.developpeur.org/matthieu/archive/tags/Entity+Framework+_2800_EF_2900_/default.aspx">Entity Framework (EF)</category><category domain="http://blogs.developpeur.org/matthieu/archive/tags/Entity+Data+Model+_2800_EDM_2900_/default.aspx">Entity Data Model (EDM)</category><category domain="http://blogs.developpeur.org/matthieu/archive/tags/T4/default.aspx">T4</category></item><item><title>Session EF TechDays Gen&#232;ve</title><link>http://blogs.developpeur.org/matthieu/archive/2011/04/13/session-ef-techdays-gen-ve.aspx</link><pubDate>Tue, 12 Apr 2011 22:39:15 GMT</pubDate><guid isPermaLink="false">7d6e5d3c-61cc-4264-bc3a-a336023fcec4:50794</guid><dc:creator>Matthieu MEZIL</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.developpeur.org/matthieu/comments/50794.aspx</comments><wfw:commentRss>http://blogs.developpeur.org/matthieu/commentrss.aspx?PostID=50794</wfw:commentRss><wfw:comment>http://blogs.developpeur.org/matthieu/rsscomments.aspx?PostID=50794</wfw:comment><description>J’ai animé la semaine dernière une session sur Entity Framework ciblée DBA avec Christian Robert . Vous pouvez dès à présent revoir cette session sur channel 9 ....(read more)                                                                                ...&lt;img src="http://blogs.developpeur.org/aggbug.aspx?PostID=50794" width="1" height="1"&gt;</description><category domain="http://blogs.developpeur.org/matthieu/archive/tags/.Net/default.aspx">.Net</category><category domain="http://blogs.developpeur.org/matthieu/archive/tags/ADO/default.aspx">ADO</category><category domain="http://blogs.developpeur.org/matthieu/archive/tags/Entity+Framework+_2800_EF_2900_/default.aspx">Entity Framework (EF)</category><category domain="http://blogs.developpeur.org/matthieu/archive/tags/Entity+Data+Model+_2800_EDM_2900_/default.aspx">Entity Data Model (EDM)</category></item><item><title>EF 4.1 RTW</title><link>http://blogs.developpeur.org/matthieu/archive/2011/04/13/ef-4-1-rtw.aspx</link><pubDate>Tue, 12 Apr 2011 22:36:33 GMT</pubDate><guid isPermaLink="false">7d6e5d3c-61cc-4264-bc3a-a336023fcec4:50793</guid><dc:creator>Matthieu MEZIL</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.developpeur.org/matthieu/comments/50793.aspx</comments><wfw:commentRss>http://blogs.developpeur.org/matthieu/commentrss.aspx?PostID=50793</wfw:commentRss><wfw:comment>http://blogs.developpeur.org/matthieu/rsscomments.aspx?PostID=50793</wfw:comment><description>EF 4.1 est désormais disponible en version RTW. Plus d’infos sur http://blogs.msdn.com/b/adonet/archive/2011/04/11/ef-4-1-released.aspx ....(read more)                                                                                                        ...&lt;img src="http://blogs.developpeur.org/aggbug.aspx?PostID=50793" width="1" height="1"&gt;</description><category domain="http://blogs.developpeur.org/matthieu/archive/tags/.Net/default.aspx">.Net</category><category domain="http://blogs.developpeur.org/matthieu/archive/tags/ADO/default.aspx">ADO</category><category domain="http://blogs.developpeur.org/matthieu/archive/tags/Entity+Framework+_2800_EF_2900_/default.aspx">Entity Framework (EF)</category></item><item><title>Session EF TechDays 2011</title><link>http://blogs.developpeur.org/matthieu/archive/2011/03/19/session-ef-techdays-2011.aspx</link><pubDate>Sat, 19 Mar 2011 08:45:24 GMT</pubDate><guid isPermaLink="false">7d6e5d3c-61cc-4264-bc3a-a336023fcec4:50639</guid><dc:creator>Matthieu MEZIL</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.developpeur.org/matthieu/comments/50639.aspx</comments><wfw:commentRss>http://blogs.developpeur.org/matthieu/commentrss.aspx?PostID=50639</wfw:commentRss><wfw:comment>http://blogs.developpeur.org/matthieu/rsscomments.aspx?PostID=50639</wfw:comment><description>Tout est dans le titre : http://www.microsoft.com/france/mstechdays/showcase/player.aspx?uuid=813119d8-244f-4fc2-b5f7-1a328571c20b&amp;amp;parcours=TD11_DEV_OUTILS...(read more)                                                                                  ...&lt;img src="http://blogs.developpeur.org/aggbug.aspx?PostID=50639" width="1" height="1"&gt;</description><category domain="http://blogs.developpeur.org/matthieu/archive/tags/.Net/default.aspx">.Net</category><category domain="http://blogs.developpeur.org/matthieu/archive/tags/ADO/default.aspx">ADO</category><category domain="http://blogs.developpeur.org/matthieu/archive/tags/Entity+Framework+_2800_EF_2900_/default.aspx">Entity Framework (EF)</category><category domain="http://blogs.developpeur.org/matthieu/archive/tags/Entity+Data+Model+_2800_EDM_2900_/default.aspx">Entity Data Model (EDM)</category></item><item><title>EF4.1 RC</title><link>http://blogs.developpeur.org/matthieu/archive/2011/03/17/ef4-1-rc.aspx</link><pubDate>Thu, 17 Mar 2011 20:47:57 GMT</pubDate><guid isPermaLink="false">7d6e5d3c-61cc-4264-bc3a-a336023fcec4:50629</guid><dc:creator>Matthieu MEZIL</dc:creator><slash:comments>6</slash:comments><comments>http://blogs.developpeur.org/matthieu/comments/50629.aspx</comments><wfw:commentRss>http://blogs.developpeur.org/matthieu/commentrss.aspx?PostID=50629</wfw:commentRss><wfw:comment>http://blogs.developpeur.org/matthieu/rsscomments.aspx?PostID=50629</wfw:comment><description>L’équipe EF a publié la RC (go live) d’EF 4.1. Par rapport à la CTP5, on regrettera l’abandon (temporaire) des conventions customs. Vous trouverez plus d’infos sur EF 4.1 Release Candidate Available , ef-4-1-code-first-walkthrough et ef-4-1-model-amp-data...&lt;img src="http://blogs.developpeur.org/aggbug.aspx?PostID=50629" width="1" height="1"&gt;</description><category domain="http://blogs.developpeur.org/matthieu/archive/tags/.Net/default.aspx">.Net</category><category domain="http://blogs.developpeur.org/matthieu/archive/tags/ADO/default.aspx">ADO</category><category domain="http://blogs.developpeur.org/matthieu/archive/tags/Entity+Framework+_2800_EF_2900_/default.aspx">Entity Framework (EF)</category><category domain="http://blogs.developpeur.org/matthieu/archive/tags/Entity+Data+Model+_2800_EDM_2900_/default.aspx">Entity Data Model (EDM)</category></item><item><title>L’art de compresser son code</title><link>http://blogs.developpeur.org/matthieu/archive/2011/03/08/l-art-de-compresser-son-code.aspx</link><pubDate>Tue, 08 Mar 2011 22:09:00 GMT</pubDate><guid isPermaLink="false">7d6e5d3c-61cc-4264-bc3a-a336023fcec4:50580</guid><dc:creator>Matthieu MEZIL</dc:creator><slash:comments>2</slash:comments><comments>http://blogs.developpeur.org/matthieu/comments/50580.aspx</comments><wfw:commentRss>http://blogs.developpeur.org/matthieu/commentrss.aspx?PostID=50580</wfw:commentRss><wfw:comment>http://blogs.developpeur.org/matthieu/rsscomments.aspx?PostID=50580</wfw:comment><description>Avant tout, je précise que ce post est complètement useless. Comment juger de la qualité d’un code ? En jugeant de sa rapidité d’exécution, de sa consommation en mémoire, parfois de la taille de celui-ci une fois compilé, très souvent de sa lisibilité.......&lt;img src="http://blogs.developpeur.org/aggbug.aspx?PostID=50580" width="1" height="1"&gt;</description><category domain="http://blogs.developpeur.org/matthieu/archive/tags/.Net/default.aspx">.Net</category><category domain="http://blogs.developpeur.org/matthieu/archive/tags/C_2300_/default.aspx">C#</category></item><item><title>Apr&#232;s-midi du dev : Entity Framework</title><link>http://blogs.developpeur.org/matthieu/archive/2011/03/06/apr-s-midi-du-dev-entity-framework.aspx</link><pubDate>Sun, 06 Mar 2011 20:14:15 GMT</pubDate><guid isPermaLink="false">7d6e5d3c-61cc-4264-bc3a-a336023fcec4:50549</guid><dc:creator>Matthieu MEZIL</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.developpeur.org/matthieu/comments/50549.aspx</comments><wfw:commentRss>http://blogs.developpeur.org/matthieu/commentrss.aspx?PostID=50549</wfw:commentRss><wfw:comment>http://blogs.developpeur.org/matthieu/rsscomments.aspx?PostID=50549</wfw:comment><description>J’aurai le plaisir d’animer avec Michel Perfetti une session sur Entity Framework le 18 mars après-midi. Vous pouvez vous inscrire ici ....(read more)                                                                                                         ...&lt;img src="http://blogs.developpeur.org/aggbug.aspx?PostID=50549" width="1" height="1"&gt;</description><category domain="http://blogs.developpeur.org/matthieu/archive/tags/.Net/default.aspx">.Net</category><category domain="http://blogs.developpeur.org/matthieu/archive/tags/ADO/default.aspx">ADO</category><category domain="http://blogs.developpeur.org/matthieu/archive/tags/Entity+Framework+_2800_EF_2900_/default.aspx">Entity Framework (EF)</category><category domain="http://blogs.developpeur.org/matthieu/archive/tags/Entity+Data+Model+_2800_EDM_2900_/default.aspx">Entity Data Model (EDM)</category></item></channel></rss>
