<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Coding in .NET !</title>
	<atom:link href="http://coding-in.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://coding-in.net</link>
	<description>Tips, tutorials and thoughts about TDD, Design Pattern, Agile software development and .NET</description>
	<lastBuildDate>Tue, 10 Apr 2012 18:19:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Effectuer une requête Http avec WinRT (Metro)</title>
		<link>http://coding-in.net/effectuer-une-requete-http-avec-winrt-metro/</link>
		<comments>http://coding-in.net/effectuer-une-requete-http-avec-winrt-metro/#comments</comments>
		<pubDate>Tue, 10 Apr 2012 18:07:25 +0000</pubDate>
		<dc:creator>Morgan</dc:creator>
				<category><![CDATA[.NET @en]]></category>
		<category><![CDATA[Windows 8]]></category>

		<guid isPermaLink="false">http://coding-in.net/?p=719</guid>
		<description><![CDATA[Depuis début Mars 2012, Windows 8 et Visual Studio 11 sont disponibles en téléchargement gratuit (En version Consumer Preview). C&#8217;est l&#8217;occasion de tester la nouvelle API de développement pour les applications Metro : WinRT. Je souhaite ici partager un petit bout de code qui m&#8217;a posé problème lorsque j&#8217;ai commencé le développement d&#8217;une application Metro. [...]]]></description>
		<wfw:commentRss>http://coding-in.net/effectuer-une-requete-http-avec-winrt-metro/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Choose the best WCF Binding</title>
		<link>http://coding-in.net/choose-the-best-wcf-binding/</link>
		<comments>http://coding-in.net/choose-the-best-wcf-binding/#comments</comments>
		<pubDate>Sun, 08 Jan 2012 15:18:02 +0000</pubDate>
		<dc:creator>Morgan</dc:creator>
				<category><![CDATA[C# @en]]></category>
		<category><![CDATA[WCF]]></category>

		<guid isPermaLink="false">http://coding-in.net/?p=640</guid>
		<description><![CDATA[A really quick post just to share a MSDN page I found after some research. I see a lot of questions on StackOverflow about what type of WCF binding is the best. Of course there is no quick answer. You will choose your WCF binding for feature, performance, compatbility and transport type reasons &#8230; And [...]]]></description>
		<wfw:commentRss>http://coding-in.net/choose-the-best-wcf-binding/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Book Review : &#8220;The Clean Coder&#8221; by Robert C. Martin</title>
		<link>http://coding-in.net/book-review-the-clean-coder-by-robert-c-martin/</link>
		<comments>http://coding-in.net/book-review-the-clean-coder-by-robert-c-martin/#comments</comments>
		<pubDate>Mon, 21 Nov 2011 20:24:31 +0000</pubDate>
		<dc:creator>Morgan</dc:creator>
				<category><![CDATA[.NET @en]]></category>
		<category><![CDATA[Agile software development]]></category>
		<category><![CDATA[C# @en]]></category>

		<guid isPermaLink="false">http://coding-in.net/?p=631</guid>
		<description><![CDATA[I love books. And particularly books which talk about my job and one of my favorite activities: Development. In the “Book” section of this blog, you will find some books I really loved. Today, I’d like to talk about a book I highly recommend to every developer. &#8220;The Clean Coder : A Code of Conduct for Professional [...]]]></description>
		<wfw:commentRss>http://coding-in.net/book-review-the-clean-coder-by-robert-c-martin/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Everything you wanted to know about Unit Testing in .NET</title>
		<link>http://coding-in.net/everything-you-wanted-to-know-about-unit-testing-in-net/</link>
		<comments>http://coding-in.net/everything-you-wanted-to-know-about-unit-testing-in-net/#comments</comments>
		<pubDate>Wed, 28 Sep 2011 11:31:57 +0000</pubDate>
		<dc:creator>Morgan</dc:creator>
				<category><![CDATA[.NET @en]]></category>
		<category><![CDATA[Unit test]]></category>

		<guid isPermaLink="false">http://coding-in.net/?p=563</guid>
		<description><![CDATA[Part One – Questions about Unit Test What is a unit test? In theory … &#8220;Unit testing is a method by which individual units of source code are tested to determine if they are fit for use. A unit is the smallest testable part of an application. Wikipedia&#8220; When you write code, you can write a bug. Even if [...]]]></description>
		<wfw:commentRss>http://coding-in.net/everything-you-wanted-to-know-about-unit-testing-in-net/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>ASP.NET MVC4 : Create a Mobile Application</title>
		<link>http://coding-in.net/asp-net-mvc4-create-a-mobile-application/</link>
		<comments>http://coding-in.net/asp-net-mvc4-create-a-mobile-application/#comments</comments>
		<pubDate>Mon, 19 Sep 2011 20:21:48 +0000</pubDate>
		<dc:creator>Morgan</dc:creator>
				<category><![CDATA[MVC3]]></category>

		<guid isPermaLink="false">http://coding-in.net/?p=581</guid>
		<description><![CDATA[If you’re not using (yet) ASP.NET MVC4 (Preview), please read this post and install MVC4. In this post, I will show you three new functionalities brought by MVC4 for mobile websites. The mobile Application Template The View Switcher The Display mode by Browser type Smartphone and tablet are able to read websites not optimized for tiny [...]]]></description>
		<wfw:commentRss>http://coding-in.net/asp-net-mvc4-create-a-mobile-application/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Microsoft BUILD : Windows 8, Visual Studio 11 and ASP.NET MVC4</title>
		<link>http://coding-in.net/microsoft-build-windows-8-visual-studio-11-and-asp-net-mvc4/</link>
		<comments>http://coding-in.net/microsoft-build-windows-8-visual-studio-11-and-asp-net-mvc4/#comments</comments>
		<pubDate>Sat, 17 Sep 2011 08:02:12 +0000</pubDate>
		<dc:creator>Morgan</dc:creator>
				<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://coding-in.net/?p=574</guid>
		<description><![CDATA[Last week, Microsoft has presented Windows 8 during the BUILD event,. I will not explain all the new functionalities presented in the event. A lot of people and website have published articles about Windows 8.You can watch a lot of video about Windows 8 on the Channel9 website You can watch a lot of video [...]]]></description>
		<wfw:commentRss>http://coding-in.net/microsoft-build-windows-8-visual-studio-11-and-asp-net-mvc4/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>MVC 3 &#8211; Organize your partial views</title>
		<link>http://coding-in.net/mvc-3-organize-your-partial-views/</link>
		<comments>http://coding-in.net/mvc-3-organize-your-partial-views/#comments</comments>
		<pubDate>Sat, 27 Aug 2011 16:57:46 +0000</pubDate>
		<dc:creator>Morgan</dc:creator>
				<category><![CDATA[.NET @en]]></category>
		<category><![CDATA[C# @en]]></category>
		<category><![CDATA[MVC3]]></category>

		<guid isPermaLink="false">http://coding-in.net/?p=546</guid>
		<description><![CDATA[MVC 3 is amazing. I love how it’s working and how developpers are able to enhance its behavior. When you&#8217;re building an ASP.NET MVC3 project, you work with views. To organize and share view’s part, you can use partial view. (Or Editor Template but it’s not today&#8217;s subject). Often, partial’s views are placed into the [...]]]></description>
		<wfw:commentRss>http://coding-in.net/mvc-3-organize-your-partial-views/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Clean Code by Robert C.Martin : Exercice in C#</title>
		<link>http://coding-in.net/clean-code-by-robert-c-martin-exercice-in-c/</link>
		<comments>http://coding-in.net/clean-code-by-robert-c-martin-exercice-in-c/#comments</comments>
		<pubDate>Tue, 24 May 2011 17:11:59 +0000</pubDate>
		<dc:creator>Morgan</dc:creator>
				<category><![CDATA[.NET @en]]></category>
		<category><![CDATA[Agile software development]]></category>
		<category><![CDATA[C# @en]]></category>

		<guid isPermaLink="false">http://coding-in.net/?p=517</guid>
		<description><![CDATA[Few weeks ago, I posted about Clean and Meaning code. One of my favorite programming book is &#8220;Clean Code &#8211; A Handbook of Agile Sofware Craftsmanship&#8221; by Robert C.Martin (or &#8220;Uncle Bob&#8221;). In case you didn&#8217;t heard about him, it&#8217;s the CEO of Object Mentor and  he initiated a group that created Agile software development. You [...]]]></description>
		<wfw:commentRss>http://coding-in.net/clean-code-by-robert-c-martin-exercice-in-c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MVC 3 and Extension method : How to bind an Enum to a DropDownList</title>
		<link>http://coding-in.net/asp-net-mvc-3-method-extension/</link>
		<comments>http://coding-in.net/asp-net-mvc-3-method-extension/#comments</comments>
		<pubDate>Fri, 20 May 2011 20:07:00 +0000</pubDate>
		<dc:creator>Morgan</dc:creator>
				<category><![CDATA[.NET @en]]></category>
		<category><![CDATA[C# @en]]></category>
		<category><![CDATA[MVC3]]></category>

		<guid isPermaLink="false">http://coding-in.net/?p=507</guid>
		<description><![CDATA[ASP.NET MVC 3 is delivered with a lot of « Helpers ». These methods help the developer to improve his productivity and the quality of his Html code. If you don’t know yet the MVC Html Helper, you can read the MSDN page about HtmlHelper or read this article with plenty of examples. Before reading this [...]]]></description>
		<wfw:commentRss>http://coding-in.net/asp-net-mvc-3-method-extension/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>ASP.NET MVC 3 &#8211; How to use EditorTemplates</title>
		<link>http://coding-in.net/asp-net-mvc-3-how-to-use-editortemplates/</link>
		<comments>http://coding-in.net/asp-net-mvc-3-how-to-use-editortemplates/#comments</comments>
		<pubDate>Sat, 14 May 2011 15:54:57 +0000</pubDate>
		<dc:creator>Morgan</dc:creator>
				<category><![CDATA[.NET @en]]></category>
		<category><![CDATA[C# @en]]></category>
		<category><![CDATA[MVC3]]></category>

		<guid isPermaLink="false">http://coding-in.net/?p=492</guid>
		<description><![CDATA[There are a lot of fabulous functionalities in ASP.NET MVC. One of my favorite is the EditorTemplates. With these templates, it is possible to say “Okay, I’m gonna make an html template for this type of object and when I want to display this type, Razor will uses my template”. WPF and Silverlight Developers already [...]]]></description>
		<wfw:commentRss>http://coding-in.net/asp-net-mvc-3-how-to-use-editortemplates/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
	</channel>
</rss>

