<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.dzone.com/~d/styles/itemcontent.css"?><rss xmlns:dz="http://www.developerzone.com/modules/dz/1.0" xmlns:media="http://search.yahoo.com/mrss/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0" xml:base="http://dotnet.dzone.com/">
  <channel>
    <title>.NET Zone - Community for .NET developers everywhere</title>
    <link>http://dotnet.dzone.com/</link>
    <description />
    <language>en</language>
          <atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.dzone.com/zones/dotnet" /><feedburner:info uri="zones/dotnet" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
    <title>How to Add an Existing Project to TFS</title>
    <link>http://feeds.dzone.com/~r/zones/dotnet/~3/JWnWLKpXC_M/add-existing-project-tfs</link>
    <description>This is a super basic and easy question, but I found quite often people asking me how to add an existing project to a TFS
 Team Project. It turns out that there are more than one way of doing 
this, but I usually suggests this simple path that is quite simple and 
is understandable from people that comes from the subversion world. 
      Preview Text:&amp;nbsp;
    
            
                    A...&lt;img src="http://feeds.feedburner.com/~r/zones/dotnet/~4/JWnWLKpXC_M" height="1" width="1"/&gt;</description>
     <comments>http://dotnet.dzone.com/articles/add-existing-project-tfs#comments</comments>
 <category domain="http://dotnet.dzone.com/category/dzone-taxonomy/net-windows">.NET &amp; Windows</category>
 <wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://dotnet.dzone.com/crss/node/58757</wfw:commentRss>
 <dz:submitDate>Thu, 09 Feb 2012 17:50:42 -0500</dz:submitDate>
 <dz:readCount>199</dz:readCount>
 <dz:commentCount>0</dz:commentCount>
 <dz:submitter> <dz:username>alkampfer@nablasoft</dz:username>
 <dz:userimage>http://dotnet.dzone.com/sites/all/files/avatars/picture-333440.jpg</dz:userimage>
</dz:submitter>
 <pubDate>Thu, 09 Feb 2012 22:50:42 +0000</pubDate>
 <dc:creator>alkampfer@nablasoft</dc:creator>
 <guid isPermaLink="false">58757 at http://dotnet.dzone.com</guid>
  <feedburner:origLink>http://dotnet.dzone.com/articles/add-existing-project-tfs</feedburner:origLink></item>
  <item>
    <title>Find/Replace in Visual Studio using Regular Expressions</title>
    <link>http://feeds.dzone.com/~r/zones/dotnet/~3/Zv4e3qMpjiM/findreplace-visual-studio</link>
    <description>Usually Find/Replace gets the job done for what I need, although 
sometimes using “Replace All” can break more stuff than it fixes.
But today I had this function I wanted to get rid of and simply change it with a public variable.
So I had something like this.object-&amp;gt;setLayer(/*BLABAL BLA CODE, */);I want to replace it with something more simple
      Preview Text:&amp;nbsp;
    
            
 ...&lt;img src="http://feeds.feedburner.com/~r/zones/dotnet/~4/Zv4e3qMpjiM" height="1" width="1"/&gt;</description>
     <comments>http://css.dzone.com/articles/findreplace-visual-studio#comments</comments>
 <category domain="http://dotnet.dzone.com/category/tags/regular-expressions">regular expressions</category>
 <category domain="http://dotnet.dzone.com/category/dzone-taxonomy/net-windows/visual-studio">Visual Studio</category>
 <category domain="http://dotnet.dzone.com/category/dzone-taxonomy/net-windows">.NET &amp; Windows</category>
 <wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://dotnet.dzone.com/crss/node/58727</wfw:commentRss>
 <dz:submitDate>Thu, 09 Feb 2012 11:38:11 -0500</dz:submitDate>
 <dz:readCount>364</dz:readCount>
 <dz:commentCount>0</dz:commentCount>
 <dz:submitter> <dz:username>DJ_Link</dz:username>
 <dz:userimage>http://dotnet.dzone.com/sites/all/files/avatars/picture-889157.jpg</dz:userimage>
</dz:submitter>
 <pubDate>Thu, 09 Feb 2012 16:38:11 +0000</pubDate>
 <dc:creator>DJ_Link</dc:creator>
 <guid isPermaLink="false">58727 at http://dotnet.dzone.com</guid>
  <feedburner:origLink>http://css.dzone.com/articles/findreplace-visual-studio</feedburner:origLink></item>
  <item>
    <title>The Problem with Unit Tests</title>
    <link>http://feeds.dzone.com/~r/zones/dotnet/~3/WyGazW0yl_s/problem-unit-tests</link>
    <description>I am a strong believer in automated unit tests. And I read this post by Phil Haack with part amusement and part wonder.  RavenDB
 currently has close to 1,400 tests in it. We routinely ask for failing 
tests from users and fix bugs by writing tests to verify fixes. But structuring them in terms of source code? That seems to be very strange.
      Preview Text:&amp;nbsp;
    
            
            ...&lt;img src="http://feeds.feedburner.com/~r/zones/dotnet/~4/WyGazW0yl_s" height="1" width="1"/&gt;</description>
     <comments>http://architects.dzone.com/articles/problem-unit-tests#comments</comments>
 <category domain="http://dotnet.dzone.com/category/tags/dotnet">dotnet</category>
 <category domain="http://dotnet.dzone.com/category/tags/ravendb">RavenDB</category>
 <category domain="http://dotnet.dzone.com/category/tags/tests">tests</category>
 <category domain="http://dotnet.dzone.com/category/dzone-taxonomy/architecture/nosql">NoSQL</category>
 <category domain="http://dotnet.dzone.com/category/dzone-taxonomy/net-windows/data-access">Data Access</category>
 <wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://dotnet.dzone.com/crss/node/58715</wfw:commentRss>
 <dz:submitDate>Thu, 09 Feb 2012 10:13:48 -0500</dz:submitDate>
 <dz:readCount>1047</dz:readCount>
 <dz:commentCount>0</dz:commentCount>
 <dz:submitter> <dz:username>ayende</dz:username>
 <dz:userimage>http://dotnet.dzone.com/sites/all/files/avatars/picture-750579.jpg</dz:userimage>
</dz:submitter>
 <pubDate>Thu, 09 Feb 2012 15:13:48 +0000</pubDate>
 <dc:creator>ayende</dc:creator>
 <guid isPermaLink="false">58715 at http://dotnet.dzone.com</guid>
  <feedburner:origLink>http://architects.dzone.com/articles/problem-unit-tests</feedburner:origLink></item>
  <item>
    <title>Programming Language Popularity by SO and GitHub Cross-Ranking</title>
    <link>http://feeds.dzone.com/~r/zones/dotnet/~3/fkrKvgueKPo/programming-language</link>
    <description>Curator's note:  Is this two-faceted method for determining language popularity a good metric.  The correlation definitely helps its case but I know that Stack Overflow volume doesn't always indicate popularity, but rather, confusion.  Also, RedMonk's charts are showing C# slightly ahead of Java on SO but on the tags page, you can see that C# has almost 60k more tags (almost 25% more) and the...&lt;img src="http://feeds.feedburner.com/~r/zones/dotnet/~4/fkrKvgueKPo" height="1" width="1"/&gt;</description>
     <comments>http://java.dzone.com/articles/programming-language#comments</comments>
 <category domain="http://dotnet.dzone.com/category/tags/coffeescript">CoffeeScript</category>
 <category domain="http://dotnet.dzone.com/category/dzone-taxonomy/java">Java</category>
 <category domain="http://dotnet.dzone.com/category/tags/javascript">javascript</category>
 <category domain="http://dotnet.dzone.com/category/dzone-taxonomy/languages">Languages</category>
 <wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://dotnet.dzone.com/crss/node/58707</wfw:commentRss>
 <dz:submitDate>Thu, 09 Feb 2012 08:32:07 -0500</dz:submitDate>
 <dz:readCount>4387</dz:readCount>
 <dz:commentCount>0</dz:commentCount>
 <dz:submitter> <dz:username>johncook</dz:username>
 <dz:userimage>http://dotnet.dzone.com/sites/all/files/avatars/picture-947685.jpg</dz:userimage>
</dz:submitter>
 <pubDate>Thu, 09 Feb 2012 13:32:07 +0000</pubDate>
 <dc:creator>johncook</dc:creator>
 <guid isPermaLink="false">58707 at http://dotnet.dzone.com</guid>
  <feedburner:origLink>http://java.dzone.com/articles/programming-language</feedburner:origLink></item>
  <item>
    <title>Automate Your DB Releases with TeamCity and Red Gate </title>
    <link>http://feeds.dzone.com/~r/zones/dotnet/~3/mVvzHyJv0SY/automate-your-db-releases</link>
    <description>Databases have long been the poor cousin of the application tier when
 it comes to many of the processes we take for granted in the .NET 
world. Source control management, for example, is near ubiquitous for 
application files and there are several excellent VCS products which 
make versioning a breeze.
      Preview Text:&amp;nbsp;
    
            
                    Database source control is no...&lt;img src="http://feeds.feedburner.com/~r/zones/dotnet/~4/mVvzHyJv0SY" height="1" width="1"/&gt;</description>
     <comments>http://server.dzone.com/articles/automate-your-db-releases#comments</comments>
 <category domain="http://dotnet.dzone.com/category/tags/ci">CI</category>
 <category domain="http://dotnet.dzone.com/category/tags/devops">DevOps</category>
 <category domain="http://dotnet.dzone.com/category/tags/redgate">Redgate</category>
 <category domain="http://dotnet.dzone.com/category/tags/source-control">source control</category>
 <category domain="http://dotnet.dzone.com/category/tags/teamcity">TeamCity</category>
 <category domain="http://dotnet.dzone.com/category/dzone-taxonomy/languages/sql">SQL</category>
 <wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://dotnet.dzone.com/crss/node/58677</wfw:commentRss>
 <dz:submitDate>Wed, 08 Feb 2012 16:16:44 -0500</dz:submitDate>
 <dz:readCount>1570</dz:readCount>
 <dz:commentCount>0</dz:commentCount>
 <dz:submitter> <dz:username>troyhunt</dz:username>
 <dz:userimage>http://dotnet.dzone.com/sites/all/files/avatars/picture-843891.jpg</dz:userimage>
</dz:submitter>
 <pubDate>Wed, 08 Feb 2012 21:16:44 +0000</pubDate>
 <dc:creator>troyhunt</dc:creator>
 <guid isPermaLink="false">58677 at http://dotnet.dzone.com</guid>
  <feedburner:origLink>http://server.dzone.com/articles/automate-your-db-releases</feedburner:origLink></item>
  <item>
    <title>C# and Facebook</title>
    <link>http://feeds.dzone.com/~r/zones/dotnet/~3/zo42Ml8hN0g/c-and-facebook</link>
    <description>You can interact with Facebook in C# by 
installing Facebook C# SDK dlls. The easiest way to do this is using 
NuGet. To add the reference, right click on “References”, and then click
 “Add Library Package Reference…”. From the Add Library Package 
Reference dialog do a search for “Facebook”. After the install completes
 click “Close”.
      Preview Text:&amp;nbsp;
    
           ...&lt;img src="http://feeds.feedburner.com/~r/zones/dotnet/~4/zo42Ml8hN0g" height="1" width="1"/&gt;</description>
     <comments>http://dotnet.dzone.com/news/c-and-facebook#comments</comments>
 <category domain="http://dotnet.dzone.com/category/tags/c-0">C#</category>
 <category domain="http://dotnet.dzone.com/category/tags/facebook">facebook</category>
 <category domain="http://dotnet.dzone.com/category/tags/how">how-to</category>
 <category domain="http://dotnet.dzone.com/taxonomy/term/82">Microsoft</category>
 <category domain="http://dotnet.dzone.com/category/tags/resources">resources</category>
 <category domain="http://dotnet.dzone.com/category/tags/sdk">sdk</category>
 <category domain="http://dotnet.dzone.com/category/tags/tools">Tools</category>
 <wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://dotnet.dzone.com/crss/node/58659</wfw:commentRss>
 <dz:submitDate>Wed, 08 Feb 2012 12:29:35 -0500</dz:submitDate>
 <dz:readCount>1359</dz:readCount>
 <dz:commentCount>0</dz:commentCount>
 <dz:submitter> <dz:username>AmirAhani</dz:username>
 <dz:userimage>http://dotnet.dzone.com/sites/all/files/avatars/picture-980671.jpg</dz:userimage>
</dz:submitter>
 <pubDate>Wed, 08 Feb 2012 17:29:35 +0000</pubDate>
 <dc:creator>AmirAhani</dc:creator>
 <guid isPermaLink="false">58659 at http://dotnet.dzone.com</guid>
  <feedburner:origLink>http://dotnet.dzone.com/news/c-and-facebook</feedburner:origLink></item>
  <item>
    <title>Visual Studio Live! - Las Vegas</title>
    <link>http://feeds.dzone.com/~r/zones/dotnet/~3/yGf5LT26ndU/visual-studio-live-las-vegas</link>
    <description>I will be speaking at Visual Studio Live! in Las Vegas this March 26-30.  The conference is a full 5 day event and there’s still time to register!  If you use code VLSPK21, you can save a nice chunk of cash off the all-access Best Value Conference Package. The three sessions I’m presenting are:
      Preview Text:&amp;nbsp;
    
            
                    If you are going to attend VS...&lt;img src="http://feeds.feedburner.com/~r/zones/dotnet/~4/yGf5LT26ndU" height="1" width="1"/&gt;</description>
     <comments>http://dotnet.dzone.com/news/visual-studio-live-las-vegas#comments</comments>
 <category domain="http://dotnet.dzone.com/category/tags/events">events</category>
 <category domain="http://dotnet.dzone.com/taxonomy/term/82">Microsoft</category>
 <category domain="http://dotnet.dzone.com/category/tags/net-0">net</category>
 <category domain="http://dotnet.dzone.com/taxonomy/term/39">news</category>
 <category domain="http://dotnet.dzone.com/category/tags/tools">Tools</category>
 <category domain="http://dotnet.dzone.com/category/tags/vs-live">vs-live</category>
 <wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://dotnet.dzone.com/crss/node/58657</wfw:commentRss>
 <dz:submitDate>Wed, 08 Feb 2012 12:11:25 -0500</dz:submitDate>
 <dz:readCount>633</dz:readCount>
 <dz:commentCount>0</dz:commentCount>
 <dz:submitter> <dz:username>peekb</dz:username>
 <dz:userimage>http://dotnet.dzone.com/sites/all/files/avatars/picture-297694.jpg</dz:userimage>
</dz:submitter>
 <pubDate>Wed, 08 Feb 2012 17:11:25 +0000</pubDate>
 <dc:creator>peekb</dc:creator>
 <guid isPermaLink="false">58657 at http://dotnet.dzone.com</guid>
  <feedburner:origLink>http://dotnet.dzone.com/news/visual-studio-live-las-vegas</feedburner:origLink></item>
  <item>
    <title>KinectContrib 2.0 released - now supports Kinect for Windows SDK 1.0</title>
    <link>http://feeds.dzone.com/~r/zones/dotnet/~3/7zDW5hzJO78/kinectcontrib-20-released-now</link>
    <description>KinectContrib is a project I started, trying to extend the capabilities of the default Kinect for Windows SDK. As I am working on more complex components, I decided that it would be easier to start with something a lot of developers will need - Visual Studio templates that provide the skeleton for basic Kinect application types.
      Preview Text:&amp;nbsp;
    
            
                   ...&lt;img src="http://feeds.feedburner.com/~r/zones/dotnet/~4/7zDW5hzJO78" height="1" width="1"/&gt;</description>
     <comments>http://dotnet.dzone.com/articles/kinectcontrib-20-released-now#comments</comments>
 <category domain="http://dotnet.dzone.com/category/tags/how">how-to</category>
 <category domain="http://dotnet.dzone.com/category/tags/kinect">kinect</category>
 <category domain="http://dotnet.dzone.com/category/tags/kinectcontrib">kinectcontrib</category>
 <category domain="http://dotnet.dzone.com/taxonomy/term/82">Microsoft</category>
 <category domain="http://dotnet.dzone.com/category/tags/nui">NUI</category>
 <category domain="http://dotnet.dzone.com/category/tags/tools">Tools</category>
 <category domain="http://dotnet.dzone.com/category/dzone-taxonomy/net-windows">.NET &amp; Windows</category>
 <wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://dotnet.dzone.com/crss/node/58447</wfw:commentRss>
 <dz:submitDate>Wed, 08 Feb 2012 11:50:28 -0500</dz:submitDate>
 <dz:readCount>780</dz:readCount>
 <dz:commentCount>0</dz:commentCount>
 <dz:submitter> <dz:username>dotCore</dz:username>
 <dz:userimage>http://dotnet.dzone.com/sites/all/files/avatars/picture-448255.jpg</dz:userimage>
</dz:submitter>
 <pubDate>Wed, 08 Feb 2012 16:50:28 +0000</pubDate>
 <dc:creator>dotCore</dc:creator>
 <guid isPermaLink="false">58447 at http://dotnet.dzone.com</guid>
  <feedburner:origLink>http://dotnet.dzone.com/articles/kinectcontrib-20-released-now</feedburner:origLink></item>
  <item>
    <title>An adoption strategy for testing with Visual Studio 2010</title>
    <link>http://feeds.dzone.com/~r/zones/dotnet/~3/dUm1xw7Rb_8/adoption-strategy-testing</link>
    <description>Its hard for developers to work with testers and its hard for testers
 to work with developers. There are many tools out there to help teams 
break down those barriers between them and I really like both the 
features and workflow of Microsoft Test Manager (MTM). While I am not a 
tester, I am a developer and the rich bugs that are produced by MTM help
 me reproduce that evasive bug and improves...&lt;img src="http://feeds.feedburner.com/~r/zones/dotnet/~4/dUm1xw7Rb_8" height="1" width="1"/&gt;</description>
     <comments>http://dotnet.dzone.com/news/adoption-strategy-testing#comments</comments>
 <category domain="http://dotnet.dzone.com/category/tags/how">how-to</category>
 <category domain="http://dotnet.dzone.com/taxonomy/term/82">Microsoft</category>
 <category domain="http://dotnet.dzone.com/category/tags/net-0">net</category>
 <category domain="http://dotnet.dzone.com/category/tags/scenarios">scenarios</category>
 <category domain="http://dotnet.dzone.com/category/tags/testing">testing</category>
 <category domain="http://dotnet.dzone.com/category/tags/visual-studio-0">visual-studio</category>
 <wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://dotnet.dzone.com/crss/node/58607</wfw:commentRss>
 <dz:submitDate>Wed, 08 Feb 2012 00:28:47 -0500</dz:submitDate>
 <dz:readCount>527</dz:readCount>
 <dz:commentCount>0</dz:commentCount>
 <dz:submitter> <dz:username>MrHinsh</dz:username>
 <dz:userimage>http://dotnet.dzone.com/sites/all/files/avatars/picture-215092.png</dz:userimage>
</dz:submitter>
 <pubDate>Wed, 08 Feb 2012 05:28:47 +0000</pubDate>
 <dc:creator>MrHinsh</dc:creator>
 <guid isPermaLink="false">58607 at http://dotnet.dzone.com</guid>
  <feedburner:origLink>http://dotnet.dzone.com/news/adoption-strategy-testing</feedburner:origLink></item>
  <item>
    <title> Test Driven Development(TDD) in C# </title>
    <link>http://feeds.dzone.com/~r/zones/dotnet/~3/lIjr-7ar7aY/test-driven-developmenttdd-c</link>
    <description>There is such a great buzz about Test Driven Development(TDD) among the geeks and in the software 
    industry that its being talked about in blog articles, conferences, code camps 
    and so on and if as a developer you are not doing TDD you feel like you are 
    doing something wrong and which in fact in the actual sense you are just writing 
    legacy codes, shipping application full of...&lt;img src="http://feeds.feedburner.com/~r/zones/dotnet/~4/lIjr-7ar7aY" height="1" width="1"/&gt;</description>
     <comments>http://dotnet.dzone.com/news/test-driven-developmenttdd-c#comments</comments>
 <category domain="http://dotnet.dzone.com/category/tags/how">how-to</category>
 <category domain="http://dotnet.dzone.com/taxonomy/term/82">Microsoft</category>
 <category domain="http://dotnet.dzone.com/category/tags/tdd">TDD</category>
 <category domain="http://dotnet.dzone.com/category/tags/tools">Tools</category>
 <category domain="http://dotnet.dzone.com/category/tags/visual-studio-0">visual-studio</category>
 <wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://dotnet.dzone.com/crss/node/58605</wfw:commentRss>
 <dz:submitDate>Tue, 07 Feb 2012 23:49:47 -0500</dz:submitDate>
 <dz:readCount>866</dz:readCount>
 <dz:commentCount>0</dz:commentCount>
 <dz:submitter> <dz:username>ayobami</dz:username>
 <dz:userimage>http://dotnet.dzone.com/sites/all/files/avatars/picture-974747.jpg</dz:userimage>
</dz:submitter>
 <pubDate>Wed, 08 Feb 2012 04:49:47 +0000</pubDate>
 <dc:creator>ayobami</dc:creator>
 <guid isPermaLink="false">58605 at http://dotnet.dzone.com</guid>
  <feedburner:origLink>http://dotnet.dzone.com/news/test-driven-developmenttdd-c</feedburner:origLink></item>
  <item>
    <title>Microsoft Announces C++ AMP Open Specification</title>
    <link>http://feeds.dzone.com/~r/zones/dotnet/~3/AggKBzcvf_0/microsoft-announces-c-amp-open</link>
    <description>We all know concurrency programming can be a pain, so why not make it easier on yourself?  Back in June of 2011, Microsoft was already talking about its future release of C++ Accelerated Massive Parallelism (C++ AMP), a new specification to be implemented in Visual Studio 11 and released as open source:
      Preview Text:&amp;nbsp;
    
            
                    Microsoft has announced a new...&lt;img src="http://feeds.feedburner.com/~r/zones/dotnet/~4/AggKBzcvf_0" height="1" width="1"/&gt;</description>
     <comments>http://dotnet.dzone.com/articles/microsoft-announces-c-amp-open#comments</comments>
 <category domain="http://dotnet.dzone.com/category/dzone-taxonomy/languages/c-c">C &amp; C++</category>
 <category domain="http://dotnet.dzone.com/category/dzone-taxonomy/net-windows/visual-studio">Visual Studio</category>
 <category domain="http://dotnet.dzone.com/category/tags/visual-studio-11">Visual Studio 11</category>
 <wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://dotnet.dzone.com/crss/node/58551</wfw:commentRss>
 <dz:submitDate>Tue, 07 Feb 2012 11:31:52 -0500</dz:submitDate>
 <dz:readCount>1336</dz:readCount>
 <dz:commentCount>0</dz:commentCount>
 <dz:submitter> <dz:username>cjsmith</dz:username>
 <dz:userimage>http://dotnet.dzone.com/sites/all/files/avatars/picture-974613.jpg</dz:userimage>
</dz:submitter>
 <pubDate>Tue, 07 Feb 2012 16:31:52 +0000</pubDate>
 <dc:creator>cjsmith</dc:creator>
 <guid isPermaLink="false">58551 at http://dotnet.dzone.com</guid>
  <feedburner:origLink>http://dotnet.dzone.com/articles/microsoft-announces-c-amp-open</feedburner:origLink></item>
  <item>
    <title>Globalization and Localization with ASP.Net Web Applications</title>
    <link>http://feeds.dzone.com/~r/zones/dotnet/~3/HgiPynAJNUk/globalization-and-localization</link>
    <description>Most websites on the internet today are designed and developed to support a 
        single language and culture, but making a website or web application to support 
        different languages and cultures is not difficult and is relatively easy to 
        implement in ASP.Net.
        
      Preview Text:&amp;nbsp;
    
            
                    Most websites on the internet today are...&lt;img src="http://feeds.feedburner.com/~r/zones/dotnet/~4/HgiPynAJNUk" height="1" width="1"/&gt;</description>
     <comments>http://dotnet.dzone.com/articles/globalization-and-localization#comments</comments>
 <category domain="http://dotnet.dzone.com/category/dzone-taxonomy/net-windows/aspnet">ASP.NET</category>
 <category domain="http://dotnet.dzone.com/category/dzone-taxonomy/net-windows">.NET &amp; Windows</category>
 <wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://dotnet.dzone.com/crss/node/58545</wfw:commentRss>
 <dz:submitDate>Tue, 07 Feb 2012 10:34:42 -0500</dz:submitDate>
 <dz:readCount>919</dz:readCount>
 <dz:commentCount>0</dz:commentCount>
 <dz:submitter> <dz:username>ayobami</dz:username>
 <dz:userimage>http://dotnet.dzone.com/sites/all/files/avatars/picture-974747.jpg</dz:userimage>
</dz:submitter>
 <pubDate>Tue, 07 Feb 2012 15:34:42 +0000</pubDate>
 <dc:creator>ayobami</dc:creator>
 <guid isPermaLink="false">58545 at http://dotnet.dzone.com</guid>
  <feedburner:origLink>http://dotnet.dzone.com/articles/globalization-and-localization</feedburner:origLink></item>
  <item>
    <title>Windows Phone Local Database tip: Exploring multiple UPDATEs and rowversion impact</title>
    <link>http://feeds.dzone.com/~r/zones/dotnet/~3/wm2nwrBcmwg/windows-phone-local-database</link>
    <description>According to the Local Database best practices,
 it is recommended to use a rowversion column in your local database 
table, if you are performing many updates. This blog post will examine 
the performance and changes to UPDATE handling that are caused by the 
presence of a rowversion column.   But first, how to add a rovversion column: If you are using code first, this simple column declaration...&lt;img src="http://feeds.feedburner.com/~r/zones/dotnet/~4/wm2nwrBcmwg" height="1" width="1"/&gt;</description>
     <comments>http://dotnet.dzone.com/news/windows-phone-local-database#comments</comments>
 <category domain="http://dotnet.dzone.com/category/tags/database">Database</category>
 <category domain="http://dotnet.dzone.com/category/tags/how">how-to</category>
 <category domain="http://dotnet.dzone.com/taxonomy/term/82">Microsoft</category>
 <category domain="http://dotnet.dzone.com/category/tags/mobile">mobile</category>
 <category domain="http://dotnet.dzone.com/category/tags/tools">Tools</category>
 <category domain="http://dotnet.dzone.com/category/tags/windows-phone-0">windows-phone</category>
 <wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://dotnet.dzone.com/crss/node/58423</wfw:commentRss>
 <dz:submitDate>Mon, 06 Feb 2012 14:39:09 -0500</dz:submitDate>
 <dz:readCount>841</dz:readCount>
 <dz:commentCount>0</dz:commentCount>
 <dz:submitter> <dz:username>ErikEJ</dz:username>
 <dz:userimage>http://dotnet.dzone.com/sites/all/files/avatars/picture-800341.jpg</dz:userimage>
</dz:submitter>
 <pubDate>Mon, 06 Feb 2012 19:39:09 +0000</pubDate>
 <dc:creator>ErikEJ</dc:creator>
 <guid isPermaLink="false">58423 at http://dotnet.dzone.com</guid>
  <feedburner:origLink>http://dotnet.dzone.com/news/windows-phone-local-database</feedburner:origLink></item>
  <item>
    <title>How to Set Up a Local NuGet Gallery</title>
    <link>http://feeds.dzone.com/~r/zones/dotnet/~3/PqwlLLYS8w8/how-set-local-nuget-gallery</link>
    <description>First of all you may be wondering, why do I want my own local Nuget Gallery? Well, here are two reasons:
      Preview Text:&amp;nbsp;
    
            
                    In this article, Michael describes how to create a NuGet gallery.        
        

References
      Reference:&amp;nbsp;
    
            
                    How to Set Up a Local NuGet Gallery        
        


    
            
 ...&lt;img src="http://feeds.feedburner.com/~r/zones/dotnet/~4/PqwlLLYS8w8" height="1" width="1"/&gt;</description>
     <comments>http://dotnet.dzone.com/news/how-set-local-nuget-gallery#comments</comments>
 <category domain="http://dotnet.dzone.com/category/tags/gallery">gallery</category>
 <category domain="http://dotnet.dzone.com/category/tags/how">how-to</category>
 <category domain="http://dotnet.dzone.com/taxonomy/term/82">Microsoft</category>
 <category domain="http://dotnet.dzone.com/category/tags/net-0">net</category>
 <category domain="http://dotnet.dzone.com/category/tags/nuget">NuGet</category>
 <category domain="http://dotnet.dzone.com/category/tags/packages">packages</category>
 <category domain="http://dotnet.dzone.com/category/tags/tools">Tools</category>
 <wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://dotnet.dzone.com/crss/node/58419</wfw:commentRss>
 <dz:submitDate>Mon, 06 Feb 2012 14:26:13 -0500</dz:submitDate>
 <dz:readCount>748</dz:readCount>
 <dz:commentCount>0</dz:commentCount>
 <dz:submitter> <dz:username>mceranski</dz:username>
 <dz:userimage>http://dotnet.dzone.com/sites/all/files/avatars/picture-713715.jpg</dz:userimage>
</dz:submitter>
 <pubDate>Mon, 06 Feb 2012 19:26:13 +0000</pubDate>
 <dc:creator>mceranski</dc:creator>
 <guid isPermaLink="false">58419 at http://dotnet.dzone.com</guid>
  <feedburner:origLink>http://dotnet.dzone.com/news/how-set-local-nuget-gallery</feedburner:origLink></item>
  <item>
    <title>Kick-start Your F# WPF Apps</title>
    <link>http://feeds.dzone.com/~r/zones/dotnet/~3/odhLEd1IPPs/kick-start-your-f-wpf-apps</link>
    <description>Over the last few years I've announced a number of project templates that are available on Visual Studio Gallery. A few of these have provided ways to kick-start F# WPF apps.
      Preview Text:&amp;nbsp;
    
            
                    Many WPF project templates are available in the Visual Studio Gallery, but most of the sample apps require more files than you may need (which can get...&lt;img src="http://feeds.feedburner.com/~r/zones/dotnet/~4/odhLEd1IPPs" height="1" width="1"/&gt;</description>
     <comments>http://dotnet.dzone.com/articles/kick-start-your-f-wpf-apps#comments</comments>
 <category domain="http://dotnet.dzone.com/category/tags/fsharp">fsharp</category>
 <category domain="http://dotnet.dzone.com/category/dzone-taxonomy/net-windows/visual-studio">Visual Studio</category>
 <category domain="http://dotnet.dzone.com/category/tags/wpf">WPF</category>
 <wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://dotnet.dzone.com/crss/node/58399</wfw:commentRss>
 <dz:submitDate>Mon, 06 Feb 2012 10:34:34 -0500</dz:submitDate>
 <dz:readCount>908</dz:readCount>
 <dz:commentCount>0</dz:commentCount>
 <dz:submitter> <dz:username>dmohl</dz:username>
 <dz:userimage>http://dotnet.dzone.com/sites/all/files/avatars/picture-977321.jpg</dz:userimage>
</dz:submitter>
 <pubDate>Mon, 06 Feb 2012 15:34:34 +0000</pubDate>
 <dc:creator>dmohl</dc:creator>
 <guid isPermaLink="false">58399 at http://dotnet.dzone.com</guid>
  <feedburner:origLink>http://dotnet.dzone.com/articles/kick-start-your-f-wpf-apps</feedburner:origLink></item>
  </channel>
</rss>

