<?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.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">
         <channel>
            <title><![CDATA[.NET Curry: Recent Articles]]></title>
            <link>http://www.dotnetcurry.com/</link>
            <description>.NET Curry: the site for Microsoft Enthusiasts</description>
            <copyright>Copyright 2009 by Suprotim Agarwal on behalf of dotnetcurry.com</copyright>
   
      <atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/netCurryRecentArticles" /><feedburner:info uri="netcurryrecentarticles" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId>netCurryRecentArticles</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item>
         <title><![CDATA[A Photo Stream For the Cloud using ASP.NET MVC and Azure Blob Storage]]></title>
         <author><![CDATA[Suprotim Agarwal]]></author>
         <description><![CDATA[In this article, we will use a bunch of familiar technologies to build a nice little image hosting application. We will build an ASP.NET MVC app that uses Azure Blob Storage for hosting the images. The MVC app can be easily hosted on Azure Website (not demoed here). Idea is to see multiple technologies that we have seen working in samples work together in a slightly bigger scenario.]]></description>
         <link>http://feedproxy.google.com/~r/netCurryRecentArticles/~3/7ncSb6BxBM4/ShowArticle.aspx</link>
         <pubDate>Fri, 24 May 2013 11:41:39 GMT</pubDate>
      <feedburner:origLink>http://www.dotnetcurry.com/ShowArticle.aspx?ID=900</feedburner:origLink></item>
   
      <item>
         <title><![CDATA[Using Entity Framework Code First Approach with Fluent API in an ASP.NET MVC application]]></title>
         <author><![CDATA[Mahesh Sabnis]]></author>
         <description><![CDATA[Fluent API is a flexible way to define mapping between POCO classes used in Entity Framework Code first. This article demonstrates how to use Fluent API in an ASP.NET MVC application]]></description>
         <link>http://feedproxy.google.com/~r/netCurryRecentArticles/~3/5yZTfNYzS8Q/ShowArticle.aspx</link>
         <pubDate>Thu, 23 May 2013 12:48:45 GMT</pubDate>
      <feedburner:origLink>http://www.dotnetcurry.com/ShowArticle.aspx?ID=899</feedburner:origLink></item>
   
      <item>
         <title><![CDATA[Inject Controller Libraries Dynamically at Runtime in ASP.NET Web API using Custom Assembly Resolvers]]></title>
         <author><![CDATA[Suprotim Agarwal]]></author>
         <description><![CDATA[An introduction to Web API’s Custom Assembly Resolver feature that enables you to add Controller libraries dynamically at run time. To add some pizazz, we generate the entire Controller on the fly and see how we can access it from a Web API Client.]]></description>
         <link>http://feedproxy.google.com/~r/netCurryRecentArticles/~3/OM1vk0varts/ShowArticle.aspx</link>
         <pubDate>Mon, 20 May 2013 11:20:54 GMT</pubDate>
      <feedburner:origLink>http://www.dotnetcurry.com/ShowArticle.aspx?ID=898</feedburner:origLink></item>
   
      <item>
         <title><![CDATA[Connect to MongoDB from .NET using Web API]]></title>
         <author><![CDATA[Suprotim Agarwal]]></author>
         <description><![CDATA[A walkthrough of how to sign up with MongoHQ to setup a MongoDB database and then connect to it from an ASP.NET Web API application.]]></description>
         <link>http://feedproxy.google.com/~r/netCurryRecentArticles/~3/yoEs2THfPpo/ShowArticle.aspx</link>
         <pubDate>Mon, 20 May 2013 02:07:01 GMT</pubDate>
      <feedburner:origLink>http://www.dotnetcurry.com/ShowArticle.aspx?ID=897</feedburner:origLink></item>
   
      <item>
         <title><![CDATA[Hosting your ASP.NET Web API Services without IIS]]></title>
         <author><![CDATA[Suprotim Agarwal]]></author>
         <description><![CDATA[This article gives us an overview of how to host Web API services without IIS using it’s built in Self Hosting capabilities. Along the way we build a plain vanilla html client to consume our service as well.]]></description>
         <link>http://feedproxy.google.com/~r/netCurryRecentArticles/~3/hjQBqi_XNh8/ShowArticle.aspx</link>
         <pubDate>Sat, 18 May 2013 00:00:00 GMT</pubDate>
      <feedburner:origLink>http://www.dotnetcurry.com/ShowArticle.aspx?ID=896</feedburner:origLink></item>
   
      <item>
         <title><![CDATA[Profiling your ASP.NET MVC Applications with MiniProfiler]]></title>
         <author><![CDATA[Suprotim Agarwal]]></author>
         <description><![CDATA[Profiling MVC production code at runtime can often be tough, messy and a performance hog. MiniProfiler created by the Stack Exchange team is an easy-to-setup-and-use profiling library for ASP.NET MVC and Entity Framework. ]]></description>
         <link>http://feedproxy.google.com/~r/netCurryRecentArticles/~3/bpubCS6Qmlw/ShowArticle.aspx</link>
         <pubDate>Fri, 17 May 2013 00:00:00 GMT</pubDate>
      <feedburner:origLink>http://www.dotnetcurry.com/ShowArticle.aspx?ID=895</feedburner:origLink></item>
   
      <item>
         <title><![CDATA[Uploading Multiple Files in Chunks from ASP.NET MVC app to Azure Blob Storage]]></title>
         <author><![CDATA[Suprotim Agarwal]]></author>
         <description><![CDATA[Demo showing how to send files ‘chunked’ to an ASP.NET MVC Web Application which in turn stores the files in Azure Blob storage. ]]></description>
         <link>http://feedproxy.google.com/~r/netCurryRecentArticles/~3/5iagHcVueXc/ShowArticle.aspx</link>
         <pubDate>Fri, 10 May 2013 00:00:00 GMT</pubDate>
      <feedburner:origLink>http://www.dotnetcurry.com/ShowArticle.aspx?ID=894</feedburner:origLink></item>
   
      <item>
         <title><![CDATA[Uploading Big files to Azure Storage from ASP.NET MVC]]></title>
         <author><![CDATA[Suprotim Agarwal]]></author>
         <description><![CDATA[This article demonstrates how to do Chunked File Uploads to Azure Storage from an ASP.NET MVC application]]></description>
         <link>http://feedproxy.google.com/~r/netCurryRecentArticles/~3/1Gdktk94rhg/ShowArticle.aspx</link>
         <pubDate>Thu, 09 May 2013 00:00:00 GMT</pubDate>
      <feedburner:origLink>http://www.dotnetcurry.com/ShowArticle.aspx?ID=893</feedburner:origLink></item>
   
      <item>
         <title><![CDATA[Embracing SCRUM and CMMI in TFS 2012]]></title>
         <author><![CDATA[Subodh Sohoni]]></author>
         <description><![CDATA[This article discusses how strongly Team Foundation Server 2012 supports the implementation of SCRUM and CMMI processes]]></description>
         <link>http://feedproxy.google.com/~r/netCurryRecentArticles/~3/Mzu0ho-0xWE/ShowArticle.aspx</link>
         <pubDate>Wed, 08 May 2013 00:00:00 GMT</pubDate>
      <feedburner:origLink>http://www.dotnetcurry.com/ShowArticle.aspx?ID=892</feedburner:origLink></item>
   
      <item>
         <title><![CDATA[Upload Multiple Files to Azure Storage and Manage them from an ASP.NET MVC 4 Application]]></title>
         <author><![CDATA[Suprotim Agarwal]]></author>
         <description><![CDATA[Build an ASP.NET MVC 4 application that uploads multiple files to Azure Cloud Storage, get the list of items in storage and have a rudimentary view of the files. ]]></description>
         <link>http://feedproxy.google.com/~r/netCurryRecentArticles/~3/1ec-iRY18TI/ShowArticle.aspx</link>
         <pubDate>Fri, 03 May 2013 10:58:47 GMT</pubDate>
      <feedburner:origLink>http://www.dotnetcurry.com/ShowArticle.aspx?ID=891</feedburner:origLink></item>
   
         </channel>
      </rss>
