<?xml version="1.0"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
    <title>CodeGuru.com</title>
    <link>http://www.codeguru.com/</link>
    <atom:link href="http://www.codeguru.com/icom_includes/feeds/codeguru/rss-csharp.xml" rel="self" type="application/rss+xml" />
    <description>The number one developer site!</description>
    <language>en-us</language>
    <lastBuildDate>Fri, 03 Feb 2012 09:52:01 EST</lastBuildDate>
    <copyright>Copyright 1996-2006 Jupitermedia Corporation</copyright> 
    <managingEditor>rss@jupitermedia.com (Jupiter Media)</managingEditor> 
    <webMaster>rss@jupitermedia.com (Jupiter Media)</webMaster> 
    <docs>http://backend.userland.com/rss</docs> 
    <ttl>60</ttl>
    <item>
        <guid><![CDATA[http://www.codeguru.com/csharp/.net/net_wcf/article.php/c19933]]></guid>
        <title>Working with .NET Framework 4.0 Tuples</title>
        <link><![CDATA[http://www.codeguru.com/csharp/.net/net_wcf/article.php/c19933]]></link>
        <description><![CDATA[Tuple is a very useful type introduced in .NET Framework 4.0. This article offers an insight into the Tuple class, and shows you how to create a data structure and different ways of using it in a .NET program.]]></description>
        <pubDate>Wed, 01 Feb 2012 00:00 EST</pubDate>
    </item>
    <item>
        <guid><![CDATA[http://www.codeguru.com/csharp/.net/wp7/article.php/c19919]]></guid>
        <title>Writing a Windows Phone 7.5 Camera Application</title>
        <link><![CDATA[http://www.codeguru.com/csharp/.net/wp7/article.php/c19919]]></link>
        <description><![CDATA[Windows Phone Mango now allows programmatic access to the camera, opening doors for developers to write applications that use the built-in camera. Vipul Patel shows you  how to build a simple Windows Phone Mango Camera application. ]]></description>
        <pubDate>Wed, 25 Jan 2012 00:00 EST</pubDate>
    </item>
    <item>
        <guid><![CDATA[http://www.codeguru.com/csharp/.net/net_asp/tutorials/article.php/c16869]]></guid>
        <title>Introduction to Lucene.Net</title>
        <link><![CDATA[http://www.codeguru.com/csharp/.net/net_asp/tutorials/article.php/c16869]]></link>
        <description><![CDATA[Rohit Kukreti describes the basic steps to use Lucene.Net within an ASP.Net application.]]></description>
        <pubDate>Wed, 18 Jan 2012 00:00 EST</pubDate>
    </item>
    <item>
        <guid><![CDATA[http://www.codeguru.com/csharp/.net/wp7/article.php/c19905]]></guid>
        <title>Play Background Audio in Your Windows Phone Apps</title>
        <link><![CDATA[http://www.codeguru.com/csharp/.net/wp7/article.php/c19905]]></link>
        <description><![CDATA[Windows Phone Mango (also called version 7.5) supports multi-tasking, which enables a number of new features, one of which is the ability to play background audio. In this article, we learn how we can play background audio in a Windows Phone application.]]></description>
        <pubDate>Tue, 17 Jan 2012 00:00 EST</pubDate>
    </item>
    <item>
        <guid><![CDATA[http://www.codeguru.com/csharp/.net/net_general/visualstudionetadd-ins/article.php/c19897]]></guid>
        <title>Kinect for Windows: A New Interface for Your Apps</title>
        <link><![CDATA[http://www.codeguru.com/csharp/.net/net_general/visualstudionetadd-ins/article.php/c19897]]></link>
        <description><![CDATA[Microsoft officially announced that a new Kinect for Windows device will be released on February 1st along with a commercial license. How easy is it to code to?]]></description>
        <pubDate>Fri, 13 Jan 2012 00:00 EST</pubDate>
    </item>
    <item>
        <guid><![CDATA[http://www.codeguru.com/csharp/.net/net_wcf/article.php/c19895]]></guid>
        <title>Introduction to Routing Service in WCF 4.0</title>
        <link><![CDATA[http://www.codeguru.com/csharp/.net/net_wcf/article.php/c19895]]></link>
        <description><![CDATA[Now in WCF 4.0, developers can create services that act as a Router to route messages to other client WCF services based on the requests from the clients. This feature is called WCF Routing Service. Read this article to learn more about it.]]></description>
        <pubDate>Fri, 13 Jan 2012 00:00 EST</pubDate>
    </item>
    <item>
        <guid><![CDATA[http://www.codeguru.com/csharp/.net/wp7/article.php/c19885]]></guid>
        <title>Developing for the Windows Phone Sensors</title>
        <link><![CDATA[http://www.codeguru.com/csharp/.net/wp7/article.php/c19885]]></link>
        <description><![CDATA[Windows Phone devices have inbuilt sensors, which can help detect the motion of mobile devices. In this article, we explore how we can use the sensor support on the Windows Phone platform to detect movement of the device.]]></description>
        <pubDate>Wed, 11 Jan 2012 00:00 EST</pubDate>
    </item>
    <item>
        <guid><![CDATA[http://www.codeguru.com/csharp/.net/article.php/c19877]]></guid>
        <title>Metro Style Application - How to Work with Data and Controls Using C#</title>
        <link><![CDATA[http://www.codeguru.com/csharp/.net/article.php/c19877]]></link>
        <description><![CDATA[Microsoft Windows 8 Developer Preview introduces a new development platform and Visual Studio 2011 for creating Metro style apps. It also includes Microsoft Expression Blend for designing RIA. This article shows you how to work with data binding controls in a Metro application. ]]></description>
        <pubDate>Mon, 09 Jan 2012 00:00 EST</pubDate>
    </item>
    <item>
        <guid><![CDATA[http://www.codeguru.com/csharp/.net/net_wcf/article.php/c19865]]></guid>
        <title>Service Discovery Techniques Introduced in WCF 4.0</title>
        <link><![CDATA[http://www.codeguru.com/csharp/.net/net_wcf/article.php/c19865]]></link>
        <description><![CDATA[WCF 4.0 introduces a couple of service discovery techniques that the client can use to discover services dynamically through client probing or service announcement. WCF 4.0 provides the ability of dynamic discovery, which allows the client to probe for the services or reversely the services can also announce their presence on the network. Read on to learn more. ]]></description>
        <pubDate>Fri, 06 Jan 2012 00:00 EST</pubDate>
    </item>
    <item>
        <guid><![CDATA[http://www.codeguru.com/csharp/.net/net_asp/article.php/c19857]]></guid>
        <title>Creating a Tag Cloud for Your ASP.NET Blog</title>
        <link><![CDATA[http://www.codeguru.com/csharp/.net/net_asp/article.php/c19857]]></link>
        <description><![CDATA[Most blogs display a Tag Cloud that presents keywords in font sizes proportional to the number of blog posts having that tag. If you are building your own blog engine or website you will need to build the tag cloud on your own. This article shows how to do just that.]]></description>
        <pubDate>Wed, 04 Jan 2012 00:00 EST</pubDate>
    </item>
  </channel>
</rss>

