<?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</title>
	<atom:link href="http://www.dotnet-tv.com/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, Azure</description>
	<lastBuildDate>Wed, 22 May 2013 20:10:28 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Cuke Envy: a .NET Programmers Attempt to Catch Up</title>
		<link>http://www.dotnet-tv.com/2013/05/22/cuke-envy-a-net-programmers-attempt-to-catch-up/</link>
		<comments>http://www.dotnet-tv.com/2013/05/22/cuke-envy-a-net-programmers-attempt-to-catch-up/#comments</comments>
		<pubDate>Wed, 22 May 2013 20:10:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Software Testing]]></category>
		<category><![CDATA[BDD]]></category>
		<category><![CDATA[specflow]]></category>

		<guid isPermaLink="false">http://www.dotnet-tv.com/?p=2581</guid>
		<description><![CDATA[Ever since I first heard about Cucumber I&#8217;ve always felt that those Ruby-folks has a nicer setup around Cucumber and it&#8217;s tools.
This presentation introduces ways to get by doing Specification by example on the .NET by recreating a demonstration from the Cucumber book. It will be a OSS-fest with SpecFlow, Nancy and Pickles on the show.
Watch this video on http://skillsmatter.com/podcast/open-source-dot-net/cuke-envy-a-dot-net-programmers-attempt-to-catch-up
]]></description>
		<wfw:commentRss>http://www.dotnet-tv.com/2013/05/22/cuke-envy-a-net-programmers-attempt-to-catch-up/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using F# 3.0 for Data, Services, Web &amp; Cloud</title>
		<link>http://www.dotnet-tv.com/2013/05/21/using-f-3-0-for-data-services-web-cloud/</link>
		<comments>http://www.dotnet-tv.com/2013/05/21/using-f-3-0-for-data-services-web-cloud/#comments</comments>
		<pubDate>Tue, 21 May 2013 21:52:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Software Architecture]]></category>
		<category><![CDATA[cloud]]></category>
		<category><![CDATA[fsharp]]></category>
		<category><![CDATA[visual studio]]></category>

		<guid isPermaLink="false">http://www.dotnet-tv.com/?p=2579</guid>
		<description><![CDATA[Modern programming thrives on rich spaces of data, information, and services. F# 3.0, to ship in Microsoft Visual Studio 2012, brings integrated support for Information Rich Programming to the .NET platform.
F# Type Providers and F# Queries greatly simplify data-rich analytical programming, allowing programmers to easily access and manipulate a variety of data sources. In this session, we introduce these exciting new features and how they can be used to leverage technologies such as OData, ADO.NET Entity Framework, Microsoft SQL Server, WSDL services, Microsoft SharePoint, and Windows Azure Marketplace. 

View Slides ...]]></description>
		<wfw:commentRss>http://www.dotnet-tv.com/2013/05/21/using-f-3-0-for-data-services-web-cloud/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How Does SQL Server Store Data?</title>
		<link>http://www.dotnet-tv.com/2013/05/17/how-does-sql-server-store-data/</link>
		<comments>http://www.dotnet-tv.com/2013/05/17/how-does-sql-server-store-data/#comments</comments>
		<pubDate>Fri, 17 May 2013 14:53:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[sql server]]></category>

		<guid isPermaLink="false">http://www.dotnet-tv.com/?p=2576</guid>
		<description><![CDATA[When you create tables and insert data, what&#8217;s SQL Server doing behind the scenes? How do your rows become part of the files on disk?
This session isn&#8217;t about solving problems. It&#8217;s about just going fishing inside SQL Server to see what&#8217;s going on behind the scenes. We&#8217;ll use undocumented commands like DBCC PAGE to track down your data.
 
Video Producer: http://www.brentozar.com/
]]></description>
		<wfw:commentRss>http://www.dotnet-tv.com/2013/05/17/how-does-sql-server-store-data/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Developing Continuous Services</title>
		<link>http://www.dotnet-tv.com/2013/05/13/developing-continuous-services/</link>
		<comments>http://www.dotnet-tv.com/2013/05/13/developing-continuous-services/#comments</comments>
		<pubDate>Mon, 13 May 2013 19:17:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Software Architecture]]></category>
		<category><![CDATA[team foundation server]]></category>

		<guid isPermaLink="false">http://www.dotnet-tv.com/?p=2574</guid>
		<description><![CDATA[Continuous services are rapidly emerging as essential ingredients of the portfolios of packaged software development and IT organizations. Continuous services enable organizations to extend the reach of their products and services at an internet scale. Whether investing in a new online delivery model for a product or enabling connected device experiences for existing solutions, continuous services are essential components of a software organization’s portfolio in the modern and always connected world.
Internet scale, Always on and Continuously evolving are 3 top level traits that distinguish continuous services from conventional boxed products ...]]></description>
		<wfw:commentRss>http://www.dotnet-tv.com/2013/05/13/developing-continuous-services/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Developing Apps for Windows 8 Phone</title>
		<link>http://www.dotnet-tv.com/2013/05/08/developing-apps-for-windows-8-phone/</link>
		<comments>http://www.dotnet-tv.com/2013/05/08/developing-apps-for-windows-8-phone/#comments</comments>
		<pubDate>Wed, 08 May 2013 19:44:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[windows phone]]></category>

		<guid isPermaLink="false">http://www.dotnet-tv.com/?p=2571</guid>
		<description><![CDATA[Want to develop your apps for mobile devices? You&#8217;ll need to install the right tools to get the job done. Visual Studio 2012 offers a powerful development environment to build great apps quickly. There are valuable 3rd party tools that you will need too.
Once you have the tools and you&#8217;re sold on the opportunity&#8230;What&#8217;s next? This video explains how to:
* design for Windows Phone 8 Apps
* consider the differences between the phone and the desktop
* maximize code reuse between Windows Phone 8 and Windows 8
* jump over the XAML for ...]]></description>
		<wfw:commentRss>http://www.dotnet-tv.com/2013/05/08/developing-apps-for-windows-8-phone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Working with MSBuild</title>
		<link>http://www.dotnet-tv.com/2013/05/07/working-with-msbuild/</link>
		<comments>http://www.dotnet-tv.com/2013/05/07/working-with-msbuild/#comments</comments>
		<pubDate>Tue, 07 May 2013 05:53:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[build]]></category>

		<guid isPermaLink="false">http://www.dotnet-tv.com/?p=2569</guid>
		<description><![CDATA[Learn how to use MSBuild in different tasks. The Microsoft Build Engine (MSBuild) is the build platform for Microsoft and Visual Studio. MSBuild is completely transparent with regards to how it processes and builds software, enabling developers to orchestrate and build products in build lab environments where Visual Studio is not installed.
 
Video producer: http://www.meaalmcommunity.com/
]]></description>
		<wfw:commentRss>http://www.dotnet-tv.com/2013/05/07/working-with-msbuild/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ASP. NET &amp; Mobile</title>
		<link>http://www.dotnet-tv.com/2013/05/01/asp-net-mobile/</link>
		<comments>http://www.dotnet-tv.com/2013/05/01/asp-net-mobile/#comments</comments>
		<pubDate>Wed, 01 May 2013 14:27:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[asp]]></category>
		<category><![CDATA[mobile]]></category>

		<guid isPermaLink="false">http://www.dotnet-tv.com/?p=2567</guid>
		<description><![CDATA[Mobile traffic on the web is exploding. Are you ready? HTML5 can enable you to create mobile sites and applications VERY quickly. ASP.NET MVC 4 includes new mobile-friendly templates, a focus on responsive design as well as dedicated mobile templates that leverage jQuery and jQuery mobile.
Scott Hanselman will show you what you can do today and tomorrow to make your site friendly on a mobile device. When should your mobile site become a mobile application? Should you use CSS3 media queries, or go &#8220;all in&#8221; and use jQuery mobile or ...]]></description>
		<wfw:commentRss>http://www.dotnet-tv.com/2013/05/01/asp-net-mobile/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Responsive Programming with Visual Studio</title>
		<link>http://www.dotnet-tv.com/2013/04/29/responsive-programming-with-visual-studio-11/</link>
		<comments>http://www.dotnet-tv.com/2013/04/29/responsive-programming-with-visual-studio-11/#comments</comments>
		<pubDate>Mon, 29 Apr 2013 19:26:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[csharp]]></category>
		<category><![CDATA[featured]]></category>
		<category><![CDATA[visual studio]]></category>

		<guid isPermaLink="false">http://www.dotnet-tv.com/?p=2560</guid>
		<description><![CDATA[The next release of Visual Studio has a major new language feature in VB/C#, “Async”. It will make for more responsive UIs, better performing web ASP websites, better network coding, and easier use of Phone/Silverlight/Windows APIs. Come to this talk to learn how it works and how to use it effectively. Learn how the .NET framework is changing to adapt to the Task-based Asynchronous Pattern. Learn what you should be doing right now to make your code ready for Async when it gets released.
The new Async language feature is easy ...]]></description>
		<wfw:commentRss>http://www.dotnet-tv.com/2013/04/29/responsive-programming-with-visual-studio-11/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hypermedia and ASP.NET Web API</title>
		<link>http://www.dotnet-tv.com/2013/04/25/hypermedia-and-asp-net-web-api/</link>
		<comments>http://www.dotnet-tv.com/2013/04/25/hypermedia-and-asp-net-web-api/#comments</comments>
		<pubDate>Thu, 25 Apr 2013 16:20:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Software Architecture]]></category>
		<category><![CDATA[API]]></category>

		<guid isPermaLink="false">http://www.dotnet-tv.com/?p=2558</guid>
		<description><![CDATA[Building hypermedia systems these days is all the rage. Those who achieve building hypermedia systems are promised fame, success and mountains of riches. OK that’s not true! But hypermedia does help you to build systems where the client and server can evolve somewhat independently, and that is a big deal.
Come this talk and we’ll deep dive into exactly what hypermedia is and different ways to achieve building hypermedia driven systems with ASP.NET Web API. This talk will not be a lot of slide ware. We’ll spend a lot of time ...]]></description>
		<wfw:commentRss>http://www.dotnet-tv.com/2013/04/25/hypermedia-and-asp-net-web-api/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SQL Server Surprises</title>
		<link>http://www.dotnet-tv.com/2013/04/24/sql-server-surprises/</link>
		<comments>http://www.dotnet-tv.com/2013/04/24/sql-server-surprises/#comments</comments>
		<pubDate>Wed, 24 Apr 2013 21:26:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[sql server]]></category>

		<guid isPermaLink="false">http://www.dotnet-tv.com/?p=2556</guid>
		<description><![CDATA[No news isn&#8217;t good news: sometimes it&#8217;s terrifying. Just because your SQL Server slaves away silently doesn&#8217;t mean all is well. If you&#8217;re frustrated with your server&#8217;s performance and you&#8217;re not sure why things aren&#8217;t going faster, maybe there&#8217;s a hidden hazard holding you back.
This video demonstrates a few of the top server issues he sees out in the wild, explains how to monitor for them and shows you where to go to learn how to fix them for good. If you&#8217;re an accidental DBA or a developer stuck managing ...]]></description>
		<wfw:commentRss>http://www.dotnet-tv.com/2013/04/24/sql-server-surprises/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dot NET Assemblies and Strong Name Signature</title>
		<link>http://www.dotnet-tv.com/2013/04/22/dot-net-assemblies-and-strong-name-signature/</link>
		<comments>http://www.dotnet-tv.com/2013/04/22/dot-net-assemblies-and-strong-name-signature/#comments</comments>
		<pubDate>Mon, 22 Apr 2013 16:27:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Software Architecture]]></category>
		<category><![CDATA[headline]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://www.dotnet-tv.com/?p=2526</guid>
		<description><![CDATA[This article discusses .NET assemblies and strong name signature. In addition to providing some benefits like versioning and giving name uniqueness to an assembly, strong name provides a strong integrity check, and here is the point of this article! By strongly naming an assembly, you are supposed to ensure that your binary has not been tampered with since it was compiled or built.
Author:   Soufiane Tahiri, InfoSec Institute
General Overview
Before going any deeper on this subject, we need to clarify a huge ambiguity regarding signing for versioning and signing for protecting.
A strong ...]]></description>
		<wfw:commentRss>http://www.dotnet-tv.com/2013/04/22/dot-net-assemblies-and-strong-name-signature/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Implementing Scrum using Team Foundation Server 2012</title>
		<link>http://www.dotnet-tv.com/2013/04/16/implementing-scrum-using-team-foundation-server-2012/</link>
		<comments>http://www.dotnet-tv.com/2013/04/16/implementing-scrum-using-team-foundation-server-2012/#comments</comments>
		<pubDate>Tue, 16 Apr 2013 21:09:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[agile]]></category>
		<category><![CDATA[scrum]]></category>
		<category><![CDATA[team foundation server]]></category>
		<category><![CDATA[visual studio]]></category>

		<guid isPermaLink="false">http://www.dotnet-tv.com/?p=2524</guid>
		<description><![CDATA[This video guides you through what&#8217;s new in Team Foundation Server (TFS) 2012, changes in the Visual Studio Scrum template, how to use the new Agile project management tools and many other best practices.
Learn how to create and manage a product backlog, forecast and plan work for a Sprint, and manage the Sprint tasks using the new tools in TFS. This is a must watch for anyone who is considering adopting TFS 2012 for their Agile developments.
 
Video source: http://tv.ssw.com/2543/how-to-implement-scrum-using-team-foundation-server-2012-with-gerard-beckerleg
]]></description>
		<wfw:commentRss>http://www.dotnet-tv.com/2013/04/16/implementing-scrum-using-team-foundation-server-2012/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dealing With Singletons in .NET Unit Testing</title>
		<link>http://www.dotnet-tv.com/2013/04/15/dealing-with-singletons-in-net-unit-testing/</link>
		<comments>http://www.dotnet-tv.com/2013/04/15/dealing-with-singletons-in-net-unit-testing/#comments</comments>
		<pubDate>Mon, 15 Apr 2013 20:55:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Software Testing]]></category>
		<category><![CDATA[unit testing]]></category>
		<category><![CDATA[visual studio]]></category>

		<guid isPermaLink="false">http://www.dotnet-tv.com/?p=2522</guid>
		<description><![CDATA[This video discusses singletons, and when to use them.The Singleton is a well-known pattern in software. It’s got a lot of bad reputation too, since it makes testing more difficult. It has even come to being called “Evil”.
We also explore different testing scenarios, and different methods to deal with them, from complete rewrite, substitution with test doubles and using a mocking framework to fake them behind their back. Examples are shown in .NET C# in the glorious gray colors of VS2012.

]]></description>
		<wfw:commentRss>http://www.dotnet-tv.com/2013/04/15/dealing-with-singletons-in-net-unit-testing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>C# and LINQ Performance tips</title>
		<link>http://www.dotnet-tv.com/2013/04/09/c-and-linq-performance-tips/</link>
		<comments>http://www.dotnet-tv.com/2013/04/09/c-and-linq-performance-tips/#comments</comments>
		<pubDate>Tue, 09 Apr 2013 13:39:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[csharp]]></category>
		<category><![CDATA[linq]]></category>

		<guid isPermaLink="false">http://www.dotnet-tv.com/?p=2518</guid>
		<description><![CDATA[This tutorial explains C# and LINQ performance tips with the following topics:
1) String Vs StrinBuilder ,string.format
2) ArrayList vs List
3) List vs Dictionary
4) How to write optimized code in C#.
5) Garbage collector generations 0,1,2.
 
]]></description>
		<wfw:commentRss>http://www.dotnet-tv.com/2013/04/09/c-and-linq-performance-tips/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Building Highly Successful Windows Phone Apps</title>
		<link>http://www.dotnet-tv.com/2013/04/03/building-highly-successful-windows-phone-apps/</link>
		<comments>http://www.dotnet-tv.com/2013/04/03/building-highly-successful-windows-phone-apps/#comments</comments>
		<pubDate>Wed, 03 Apr 2013 20:50:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[windows phone]]></category>

		<guid isPermaLink="false">http://www.dotnet-tv.com/?p=2516</guid>
		<description><![CDATA[Standing out in the Windows Phone marketplace is getting more and more difficult, but still achievable with high quality apps. The OS delivers a different look and feel compared to other platforms and as a results users expect, download and buy apps that are tailored for this platform.
I&#8217;ll be walking through the systematic approach our team followed when releasing apps &#8211; Cocktail Flow, Flashlight 7, AppFlow, Weather Flow, Skyscanner &#8211; that have all made it to the top 100 list as well as being among the highest rated ones on ...]]></description>
		<wfw:commentRss>http://www.dotnet-tv.com/2013/04/03/building-highly-successful-windows-phone-apps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ASP.NET Web APIs</title>
		<link>http://www.dotnet-tv.com/2013/04/01/asp-net-web-apis/</link>
		<comments>http://www.dotnet-tv.com/2013/04/01/asp-net-web-apis/#comments</comments>
		<pubDate>Mon, 01 Apr 2013 19:13:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[API]]></category>

		<guid isPermaLink="false">http://www.dotnet-tv.com/?p=2513</guid>
		<description><![CDATA[Learn how Microsoft&#8217;s ASP.NET Web API support enables you to expose services over plain HTTP, making it a snap to integrate server-side functionality with a broad range of client platforms and devices as well as create richer user experiences within the browser. We observed how easy it is to use ASP.NET Web API to create a powerful, RESTful Web API that can be consumed by virtually any connected client.
 
Video Producer: http://www.svnug.com/
]]></description>
		<wfw:commentRss>http://www.dotnet-tv.com/2013/04/01/asp-net-web-apis/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>REST with ASP.NET MVC</title>
		<link>http://www.dotnet-tv.com/2013/03/27/rest-with-asp-net-mvc/</link>
		<comments>http://www.dotnet-tv.com/2013/03/27/rest-with-asp-net-mvc/#comments</comments>
		<pubDate>Wed, 27 Mar 2013 09:20:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Software Architecture]]></category>
		<category><![CDATA[asp]]></category>
		<category><![CDATA[mvc]]></category>
		<category><![CDATA[REST]]></category>

		<guid isPermaLink="false">http://www.dotnet-tv.com/?p=2510</guid>
		<description><![CDATA[Creating ReST architectures with ASP.NET MVC is more than just decorating actions with verbs. It’s about leveraging HTTP as an application protocol to its full potential. In doing so, we can create robust and scalable applications, not only from a performance point of view but also in terms of change and maintainability.
ASP.NET MVC offers us great potential to create ReST architectures that can be consumed by computers and humans alike, reducing the amount of effort involved. Now combined with the WCF Web API which is focused exclusively around ReSTful constraint, ...]]></description>
		<wfw:commentRss>http://www.dotnet-tv.com/2013/03/27/rest-with-asp-net-mvc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fundamentals of C# Programming &#8211; Introduction</title>
		<link>http://www.dotnet-tv.com/2013/03/27/fundamentals-of-c-programming-introduction/</link>
		<comments>http://www.dotnet-tv.com/2013/03/27/fundamentals-of-c-programming-introduction/#comments</comments>
		<pubDate>Wed, 27 Mar 2013 08:50:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[csharp]]></category>

		<guid isPermaLink="false">http://www.dotnet-tv.com/?p=2507</guid>
		<description><![CDATA[This video is an introduction to the course, the training team and the subject matter (C# object oriented programming language) and your future in the industry. 
 
Video Producer: http://www.telerik.com/
]]></description>
		<wfw:commentRss>http://www.dotnet-tv.com/2013/03/27/fundamentals-of-c-programming-introduction/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cross-platform Mobile Development C#</title>
		<link>http://www.dotnet-tv.com/2013/03/19/cross-platform-mobile-development-c/</link>
		<comments>http://www.dotnet-tv.com/2013/03/19/cross-platform-mobile-development-c/#comments</comments>
		<pubDate>Tue, 19 Mar 2013 18:21:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[csharp]]></category>
		<category><![CDATA[mobile]]></category>

		<guid isPermaLink="false">http://www.dotnet-tv.com/?p=2505</guid>
		<description><![CDATA[Greg Shackles discusses C#’s role in the mobile space and coding best practices. He thinks that the mature C# language is the only language that can be used across all of these platforms to produce a native experience.
 
Video source: http://radar.oreilly.com/2012/04/mobile-development-c-sharp.html
]]></description>
		<wfw:commentRss>http://www.dotnet-tv.com/2013/03/19/cross-platform-mobile-development-c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Introduction to OWIN and Gate</title>
		<link>http://www.dotnet-tv.com/2013/03/11/introduction-to-owin-and-gate/</link>
		<comments>http://www.dotnet-tv.com/2013/03/11/introduction-to-owin-and-gate/#comments</comments>
		<pubDate>Mon, 11 Mar 2013 21:57:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Software Architecture]]></category>

		<guid isPermaLink="false">http://www.dotnet-tv.com/?p=2502</guid>
		<description><![CDATA[OWIN is an open hosting specification for .NET web applications. It enables you to create web applications which are portable across hosting environments and allows application components to be composed as a pipeline of middleware. This session will give a brief overview of the rationale for OWIN and how it works, and introduces the Gate library, which allows you to easily construct web application pipelines and host them in a variety of scenarios.

Video producer: http://www.ndcoslo.com/
]]></description>
		<wfw:commentRss>http://www.dotnet-tv.com/2013/03/11/introduction-to-owin-and-gate/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Served from: www.dotnet-tv.com @ 2013-05-25 23:50:08 by W3 Total Cache -->