<?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>.NET Software Development Videos &#38; Tutorial Directory &#187; Architecture</title>
	<atom:link href="http://www.dotnet-tv.com/category/architecture/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dotnet-tv.com</link>
	<description>.NET Software Development Tutorials and Videos: c#, asp, Sql Server, Linq, Visual Basic, Silverlight</description>
	<lastBuildDate>Thu, 02 Feb 2012 19:35:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Onion Architecture With ASP.NET MVC</title>
		<link>http://www.dotnet-tv.com/2012/01/19/onion-architecture-with-asp-net-mvc/</link>
		<comments>http://www.dotnet-tv.com/2012/01/19/onion-architecture-with-asp-net-mvc/#comments</comments>
		<pubDate>Thu, 19 Jan 2012 19:59:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Architecture]]></category>

		<guid isPermaLink="false">http://www.dotnet-tv.com/?p=2144</guid>
		<description><![CDATA[Onion Architecture is a specific type of solution architecture that enforce true loose coupling. This video shows that the User Interface layer has no reference to any infrastructure/DAL, just the Core business logic. Even the business logic (Core) has no access to any infrastructure concerns. Rather than build on top of the database, it externalizes it. It defines what it needs using its own interfaces, and they are implemented as far outward as possible in Infrastructure. You can then bind them together using an IoC container to bring the application ...]]></description>
		<wfw:commentRss>http://www.dotnet-tv.com/2012/01/19/onion-architecture-with-asp-net-mvc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Getting Started with AOP using Postsharp</title>
		<link>http://www.dotnet-tv.com/2011/12/14/getting-started-with-aop-using-postsharp/</link>
		<comments>http://www.dotnet-tv.com/2011/12/14/getting-started-with-aop-using-postsharp/#comments</comments>
		<pubDate>Wed, 14 Dec 2011 15:23:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Architecture]]></category>
		<category><![CDATA[AOP]]></category>

		<guid isPermaLink="false">http://www.dotnet-tv.com/?p=2108</guid>
		<description><![CDATA[This video explains how to implemented AOP (Aspect Orientated Programming) with PostSharp. You will be using the Postsharp library and you will take a look at how to create our first Aspect as well as how to use the metadata with the aspect to provide real business value in your application.
Watch this video http://www.dimecasts.net/Content/WatchEpisode/196
]]></description>
		<wfw:commentRss>http://www.dotnet-tv.com/2011/12/14/getting-started-with-aop-using-postsharp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cross Platform .NET</title>
		<link>http://www.dotnet-tv.com/2011/12/05/cross-platform-net/</link>
		<comments>http://www.dotnet-tv.com/2011/12/05/cross-platform-net/#comments</comments>
		<pubDate>Mon, 05 Dec 2011 22:30:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Architecture]]></category>
		<category><![CDATA[Coding]]></category>
		<category><![CDATA[mobile]]></category>

		<guid isPermaLink="false">http://www.dotnet-tv.com/?p=2103</guid>
		<description><![CDATA[With mobile taking off in a big way it is a fun and exciting time to be a software developer, businesses are faced with tough decisions on how to provide a best possible user experience, yet keeping maintenance cost down across the different smart phone platforms.
This video demonstrates how we can write fully native applications taking full advantage of the platform, yet achieving a high level of code reuse across Windows Phone 7, Android and iOS.
Watch this video on http://ndc2011.macsimum.no/mp4/Day2%20Thursday/Track4%201620-1720.mp4
Video producer: NDC 2011 &#8211; Norwegian Developers Conference 2011
]]></description>
		<wfw:commentRss>http://www.dotnet-tv.com/2011/12/05/cross-platform-net/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://ndc2011.macsimum.no/mp4/Day2%20Thursday/Track4%201620-1720.mp4" length="275097890" type="video/mp4" />
		</item>
		<item>
		<title>How We Do Language Design at Microsoft</title>
		<link>http://www.dotnet-tv.com/2011/11/30/how-we-do-language-design-at-microsoft/</link>
		<comments>http://www.dotnet-tv.com/2011/11/30/how-we-do-language-design-at-microsoft/#comments</comments>
		<pubDate>Wed, 30 Nov 2011 22:36:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Architecture]]></category>
		<category><![CDATA[Coding]]></category>
		<category><![CDATA[csharp]]></category>
		<category><![CDATA[fsharp]]></category>
		<category><![CDATA[headline]]></category>
		<category><![CDATA[visual basic]]></category>

		<guid isPermaLink="false">http://www.dotnet-tv.com/?p=2101</guid>
		<description><![CDATA[Hear from the C#,Visual Basic,and F# language designers themselves,about how we create the .NET Framework languages at Microsoft. Where do we get ideas? How do we incorporate new paradigms without breaking the existing languages? Where will we go in the future,and how will we get there? This video talks about all these topics and more.

Download slides and videos in different formats
]]></description>
		<wfw:commentRss>http://www.dotnet-tv.com/2011/11/30/how-we-do-language-design-at-microsoft/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Storage Analytics and the Windows Azure Tools for Visual Studio 1.4</title>
		<link>http://www.dotnet-tv.com/2011/10/11/storage-analytics-and-the-windows-azure-tools-for-visual-studio-1-4/</link>
		<comments>http://www.dotnet-tv.com/2011/10/11/storage-analytics-and-the-windows-azure-tools-for-visual-studio-1-4/#comments</comments>
		<pubDate>Tue, 11 Oct 2011 20:28:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Architecture]]></category>
		<category><![CDATA[azure]]></category>
		<category><![CDATA[cloud]]></category>
		<category><![CDATA[visual studio]]></category>

		<guid isPermaLink="false">http://www.dotnet-tv.com/?p=2072</guid>
		<description><![CDATA[This video explores the new tools and capabilities of the Windows Azure Platform—the Windows Azure Tools for Visual Studio 1.4 and Windows Azure Storage Analytics. 

]]></description>
		<wfw:commentRss>http://www.dotnet-tv.com/2011/10/11/storage-analytics-and-the-windows-azure-tools-for-visual-studio-1-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Building a Simple MVC .NET application.</title>
		<link>http://www.dotnet-tv.com/2011/09/12/building-a-simple-mvc-net-application/</link>
		<comments>http://www.dotnet-tv.com/2011/09/12/building-a-simple-mvc-net-application/#comments</comments>
		<pubDate>Mon, 12 Sep 2011 15:05:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Architecture]]></category>
		<category><![CDATA[Coding]]></category>
		<category><![CDATA[mvc]]></category>

		<guid isPermaLink="false">http://www.dotnet-tv.com/?p=2061</guid>
		<description><![CDATA[MVC is part of the asp.net framework. It is a programming model which helps you create an asp.net web application, but MVC is much slicker and cleaner then asp.net Webforms environment.
 
]]></description>
		<wfw:commentRss>http://www.dotnet-tv.com/2011/09/12/building-a-simple-mvc-net-application/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Building Systems with REST</title>
		<link>http://www.dotnet-tv.com/2011/09/08/building-systems-with-rest/</link>
		<comments>http://www.dotnet-tv.com/2011/09/08/building-systems-with-rest/#comments</comments>
		<pubDate>Thu, 08 Sep 2011 17:43:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Architecture]]></category>
		<category><![CDATA[REST]]></category>
		<category><![CDATA[WCF]]></category>

		<guid isPermaLink="false">http://www.dotnet-tv.com/?p=2059</guid>
		<description><![CDATA[This video presents how developers can build RESTful solutions using Microsoft’s technologies, especially with WCF and .NET. 
http://www.infoq.com/presentations/Building-Systems-with-REST
]]></description>
		<wfw:commentRss>http://www.dotnet-tv.com/2011/09/08/building-systems-with-rest/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pros and Cons of MVC Model-View-Controller</title>
		<link>http://www.dotnet-tv.com/2011/09/01/pros-and-cons-of-mvc-model-view-controller/</link>
		<comments>http://www.dotnet-tv.com/2011/09/01/pros-and-cons-of-mvc-model-view-controller/#comments</comments>
		<pubDate>Thu, 01 Sep 2011 07:12:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Architecture]]></category>
		<category><![CDATA[mvc]]></category>
		<category><![CDATA[web forms]]></category>

		<guid isPermaLink="false">http://www.dotnet-tv.com/?p=2054</guid>
		<description><![CDATA[This short video discusses the benefits and drawbacks of using the MVC Model-View-Controller approach versus the web forms. Model–view–controller (MVC) is an architectural pattern used in software development. The pattern isolates &#8220;domain logic&#8221; (the application logic for the user) from the user interface (input and presentation), permitting independent development, testing and maintenance of each (separation of concerns).
 
]]></description>
		<wfw:commentRss>http://www.dotnet-tv.com/2011/09/01/pros-and-cons-of-mvc-model-view-controller/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RESTful .NET Architecture with OpenRasta</title>
		<link>http://www.dotnet-tv.com/2011/08/25/restful-net-architecture-with-openrasta/</link>
		<comments>http://www.dotnet-tv.com/2011/08/25/restful-net-architecture-with-openrasta/#comments</comments>
		<pubDate>Thu, 25 Aug 2011 15:39:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Architecture]]></category>
		<category><![CDATA[open source tools]]></category>

		<guid isPermaLink="false">http://www.dotnet-tv.com/?p=2043</guid>
		<description><![CDATA[This video explains how to build a RESTful .NET application with OpenRasta 3. OpenRasta is a resource-oriented open source development framework targeting the Microsoft .NET platform for building web-based applications and services. It focuses around resources and HTTP methods to simplify the creation of ReST-friendly interfaces.
http://www.infoq.com/presentations/Building-a-RESTful-Architecture-with-OpenRasta
]]></description>
		<wfw:commentRss>http://www.dotnet-tv.com/2011/08/25/restful-net-architecture-with-openrasta/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Reactive Extensions (Rx) for .NET and Javascript</title>
		<link>http://www.dotnet-tv.com/2011/08/10/reactive-extensions-rx-for-net-and-javascript/</link>
		<comments>http://www.dotnet-tv.com/2011/08/10/reactive-extensions-rx-for-net-and-javascript/#comments</comments>
		<pubDate>Wed, 10 Aug 2011 19:41:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Architecture]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[open source tools]]></category>

		<guid isPermaLink="false">http://www.dotnet-tv.com/?p=2029</guid>
		<description><![CDATA[This video explains Reactive Extensions (Rx), a library for composing computations over asynchronous event streams of data for .NET and Javascript, the concepts and implementation of Rx and more.
http://www.infoq.com/interviews/de-smet-rx
]]></description>
		<wfw:commentRss>http://www.dotnet-tv.com/2011/08/10/reactive-extensions-rx-for-net-and-javascript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>UML with VS 2010 Part 1: Brainstorming a Project</title>
		<link>http://www.dotnet-tv.com/2011/06/06/uml-with-vs-2010-part-1-brainstorming-a-project/</link>
		<comments>http://www.dotnet-tv.com/2011/06/06/uml-with-vs-2010-part-1-brainstorming-a-project/#comments</comments>
		<pubDate>Mon, 06 Jun 2011 12:00:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Architecture]]></category>
		<category><![CDATA[UML]]></category>
		<category><![CDATA[visual studio]]></category>

		<guid isPermaLink="false">http://www.dotnet-tv.com/?p=2008</guid>
		<description><![CDATA[This video presents an overview of using a UML use case diagram to brainstorm the scope and features of an application.

]]></description>
		<wfw:commentRss>http://www.dotnet-tv.com/2011/06/06/uml-with-vs-2010-part-1-brainstorming-a-project/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://ecn.channel9.msdn.com/o9/ch9/3454/563454/UML01Brainstorming_ch9.wmv" length="26186214" type="video/asf" />
		</item>
		<item>
		<title>Produce Cleaner Code with Aspect-Oriented Programming (AOP)</title>
		<link>http://www.dotnet-tv.com/2011/04/13/produce-cleaner-code-with-aspect-oriented-programming-aop/</link>
		<comments>http://www.dotnet-tv.com/2011/04/13/produce-cleaner-code-with-aspect-oriented-programming-aop/#comments</comments>
		<pubDate>Wed, 13 Apr 2011 17:49:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Architecture]]></category>
		<category><![CDATA[AOP]]></category>

		<guid isPermaLink="false">http://www.dotnet-tv.com/?p=1980</guid>
		<description><![CDATA[Rather than giving us a nice separation of concerns (assembly > namespace > class > method), there are times when OOP forces us to write crap &#8211; scattering, tangling and coupling our code. Gael Fraiteur, SharpCrafters Founder and Principal Engineer, will speak about the problem with conventional programming, give a gentle introduction to AOP, show how it works, and why you should be using it to eliminate crap code from your life. 
Watch this video on SkillsMatter.com
]]></description>
		<wfw:commentRss>http://www.dotnet-tv.com/2011/04/13/produce-cleaner-code-with-aspect-oriented-programming-aop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pluggable Web Applications with ASP.NET MVC</title>
		<link>http://www.dotnet-tv.com/2011/03/07/pluggable-web-applications-with-asp-net-mvc/</link>
		<comments>http://www.dotnet-tv.com/2011/03/07/pluggable-web-applications-with-asp-net-mvc/#comments</comments>
		<pubDate>Mon, 07 Mar 2011 13:27:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Architecture]]></category>
		<category><![CDATA[asp]]></category>
		<category><![CDATA[mvc]]></category>

		<guid isPermaLink="false">http://www.dotnet-tv.com/?p=1959</guid>
		<description><![CDATA[ASP.NET MVC is great for building one off applications to solve specific problems, but not much time is given to how we can use the extensibility model built into the framework to allow our own plug-ins to add/modify functionality or create theming systems for multiple customers.
Watch this video on oredev.org
]]></description>
		<wfw:commentRss>http://www.dotnet-tv.com/2011/03/07/pluggable-web-applications-with-asp-net-mvc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using Property/Method Exports in Managed Extensibility Framework</title>
		<link>http://www.dotnet-tv.com/2011/02/14/using-propertymethod-exports-in-managed-extensibility-framework/</link>
		<comments>http://www.dotnet-tv.com/2011/02/14/using-propertymethod-exports-in-managed-extensibility-framework/#comments</comments>
		<pubDate>Mon, 14 Feb 2011 19:41:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Architecture]]></category>
		<category><![CDATA[MEF]]></category>

		<guid isPermaLink="false">http://www.dotnet-tv.com/?p=1948</guid>
		<description><![CDATA[This video takes a look at how you can use MEF (Managed Extensibility Framework) to export either properties or methods on an object. Having the ability to export only certian properties or methods via MEF provides you another great way to extend your application. You can now have different exports for each use case and you do not need to export the entire class, only parts of that class.
http://www.dimecasts.net/Content/WatchEpisode/182
]]></description>
		<wfw:commentRss>http://www.dotnet-tv.com/2011/02/14/using-propertymethod-exports-in-managed-extensibility-framework/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Separation of Concerns with Entity Framework 4.0</title>
		<link>http://www.dotnet-tv.com/2011/02/08/separation-of-concerns-with-entity-framework-4-0/</link>
		<comments>http://www.dotnet-tv.com/2011/02/08/separation-of-concerns-with-entity-framework-4-0/#comments</comments>
		<pubDate>Tue, 08 Feb 2011 18:20:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Architecture]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[entity framework]]></category>

		<guid isPermaLink="false">http://www.dotnet-tv.com/?p=1938</guid>
		<description><![CDATA[This video shows us how to take your Entity Framework 4.0 project to the next level with persistance ignorance, repositories, unit tests and fake (mock) data. 
Watch this video on dnrtv
]]></description>
		<wfw:commentRss>http://www.dotnet-tv.com/2011/02/08/separation-of-concerns-with-entity-framework-4-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Introducing Visual Studio LightSwitch</title>
		<link>http://www.dotnet-tv.com/2011/01/31/introducing-visual-studio-lightswitch/</link>
		<comments>http://www.dotnet-tv.com/2011/01/31/introducing-visual-studio-lightswitch/#comments</comments>
		<pubDate>Mon, 31 Jan 2011 21:07:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Architecture]]></category>
		<category><![CDATA[lightswitch]]></category>
		<category><![CDATA[visual studio]]></category>

		<guid isPermaLink="false">http://www.dotnet-tv.com/?p=1925</guid>
		<description><![CDATA[Microsoft Visual Studio LightSwitch gives you a simpler and faster way to create professional-quality business applications for the desktop, the web and the cloud.

]]></description>
		<wfw:commentRss>http://www.dotnet-tv.com/2011/01/31/introducing-visual-studio-lightswitch/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://ecn.channel9.msdn.com/o9/ch9/4596/564596/2010080305_ch9.mp4" length="442382862" type="video/mp4" />
		</item>
		<item>
		<title>ASP.NET from Scratch: MVC</title>
		<link>http://www.dotnet-tv.com/2010/12/20/asp-net-from-scratch-mvc/</link>
		<comments>http://www.dotnet-tv.com/2010/12/20/asp-net-from-scratch-mvc/#comments</comments>
		<pubDate>Mon, 20 Dec 2010 13:43:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Architecture]]></category>
		<category><![CDATA[asp]]></category>

		<guid isPermaLink="false">http://www.dotnet-tv.com/?p=1904</guid>
		<description><![CDATA[This episode of “ASP.NET from Scratch” ditch WebForms in favor of ASP.NET MVC. You will get a taste of ASP.NET MVC and recreate a EmailForm application using the MVC framework! 

Video Producer: Tutsplus.com
]]></description>
		<wfw:commentRss>http://www.dotnet-tv.com/2010/12/20/asp-net-from-scratch-mvc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Code Contracts</title>
		<link>http://www.dotnet-tv.com/2010/12/13/code-contracts/</link>
		<comments>http://www.dotnet-tv.com/2010/12/13/code-contracts/#comments</comments>
		<pubDate>Mon, 13 Dec 2010 14:39:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Architecture]]></category>
		<category><![CDATA[Coding]]></category>

		<guid isPermaLink="false">http://www.dotnet-tv.com/?p=1902</guid>
		<description><![CDATA[Code Contracts are a new feature of .NET 4 and present themselves as a way of greatly simplifying our code by using the concepts of Design by contract. In this talk we will cover the basics of Code Contracts and see how they can be used in real–world applications, how they can be tested, and see if they are all they are cut out to be.
Watch this streaming video from the Norwegian Developer Conference 2010
]]></description>
		<wfw:commentRss>http://www.dotnet-tv.com/2010/12/13/code-contracts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Improving Your ASP.NET Application Performance with Asynchcronous Pages and Parallel Extensions</title>
		<link>http://www.dotnet-tv.com/2010/11/22/improving-your-asp-net-application-performance-with-asynchcronous-pages-and-parallel-extensions/</link>
		<comments>http://www.dotnet-tv.com/2010/11/22/improving-your-asp-net-application-performance-with-asynchcronous-pages-and-parallel-extensions/#comments</comments>
		<pubDate>Mon, 22 Nov 2010 13:01:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Architecture]]></category>
		<category><![CDATA[parallel]]></category>
		<category><![CDATA[performance]]></category>

		<guid isPermaLink="false">http://www.dotnet-tv.com/?p=1883</guid>
		<description><![CDATA[Asynchronous pages and handlers can be used in ASP.NET to improve the performance of the application, especially the throughput, but wrongly used can lead to unexpected behavior, including a degraded performance. One of the key technologies that are part of the Visual Studio 2010 is Parallel Extensions. So come to this interactive session to see how you can benefit from those new technologies and how they can help you to mitigate some of the problems.
Watch this streaming video from the Norwegian Developer Conference 2010
]]></description>
		<wfw:commentRss>http://www.dotnet-tv.com/2010/11/22/improving-your-asp-net-application-performance-with-asynchcronous-pages-and-parallel-extensions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Entity Framework Persistance Ignorance</title>
		<link>http://www.dotnet-tv.com/2010/11/15/entity-framework-persistance-ignorance/</link>
		<comments>http://www.dotnet-tv.com/2010/11/15/entity-framework-persistance-ignorance/#comments</comments>
		<pubDate>Mon, 15 Nov 2010 19:26:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Architecture]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[entity framework]]></category>

		<guid isPermaLink="false">http://www.dotnet-tv.com/?p=1878</guid>
		<description><![CDATA[Entity Framework in .NET 4 has finally embraced agile development. Thanks to it&#8217;s new POCO support, you can now build completely persistent ignorant entity classes. In this session, we&#8217;ll look at building an intelligent repository from entity classes and mocking up some extra classes in order to build unit tests against methods that have some dependency on the Entity Framework without touching the EF APIs. A prior understanding of the PI and Unit Testing should keep your head from spinning too much.
Watch this streaming video from the Norwegian Developer Conference ...]]></description>
		<wfw:commentRss>http://www.dotnet-tv.com/2010/11/15/entity-framework-persistance-ignorance/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

