<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com - Stories tagged with MVC</title>
    <description>the latest stories tagged with 'MVC' from DotNetKicks.com</description>
    <link>http://www.dotnetkicks.com/</link>
    <language>en-us</language>
    <copyright>Atweb Publishing Ltd.</copyright>
    <docs>http://backend.userland.com/rss</docs>
    <generator>DotNetKicks.com - .NET links, community driven</generator>
    <ttl>30</ttl>
    <item>
      <title>Dynamic CSS with Razor and no LESS (part 1)</title>
      <description>When I customize a web site template, I always replace the color palette looking for a consistent set of colors. In this series I'll tell how I managed to speed up the whole process, by building a set of Razor functions and push the Razor syntax inside a CSS stylesheet. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.h3mm3.com%2f2012%2f02%2fdynamic-css-with-razor-and-no-less-part.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.h3mm3.com%2f2012%2f02%2fdynamic-css-with-razor-and-no-less-part.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/Dynamic_CSS_with_Razor_and_no_LESS_part_1</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/Dynamic_CSS_with_Razor_and_no_LESS_part_1</guid>
      <pubDate>Wed, 08 Feb 2012 20:20:27 GMT</pubDate>
    </item>
    <item>
      <title>Dynamic CSS with Razor (part 2)</title>
      <description>In PART ONE we saw how to create a gradient programmatically in order automate a CSS stylesheet using the Razor engine. We started from a base color in the RGB space and converted it to the HSL space. Given its Lightness we could easily build shades and highlights of the starting color. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.h3mm3.com%2f2012%2f02%2fdynamic-css-with-razor-part-2.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.h3mm3.com%2f2012%2f02%2fdynamic-css-with-razor-part-2.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/Dynamic_CSS_with_Razor_part_2</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/Dynamic_CSS_with_Razor_part_2</guid>
      <pubDate>Thu, 09 Feb 2012 17:21:32 GMT</pubDate>
    </item>
    <item>
      <title>Clearer MVC</title>
      <description>In every application there are some variables that are set by the ASP.NET  application(  ASP.NET_SessionId  cookie ) and some that are set by the programmer( cached data in Application/Session/Cache/Cookies and so on).I wanted every time to have a page where I can "clear" / delete those - and not found. So it's the Clearer project. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fmsprogrammer.serviciipeweb.ro%2f2012%2f01%2f30%2fclearer-mvc%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fmsprogrammer.serviciipeweb.ro%2f2012%2f01%2f30%2fclearer-mvc%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/Clearer_MVC</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/Clearer_MVC</guid>
      <pubDate>Tue, 07 Feb 2012 09:56:58 GMT</pubDate>
    </item>
    <item>
      <title>Ease jQuery UI web development with the fluent Fluqi library</title>
      <description>Fluqi is library for helping configure jQuery UI widgets with a fluent(ish) interface and rendering the control.

Details and demos at http://fluqi.apphb.com/ &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2ffluqi.apphb.com%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2ffluqi.apphb.com%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/Ease_jQuery_UI_web_development_with_the_fluent_Fluqi_library</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/Ease_jQuery_UI_web_development_with_the_fluent_Fluqi_library</guid>
      <pubDate>Wed, 01 Feb 2012 17:53:03 GMT</pubDate>
    </item>
    <item>
      <title>Writing ASP.NET MVC bootstrapper with AutoBox</title>
      <description>This will post will show how you can use AutoBox to easily write a bootstrapper for ASP.NET MVC. I have used the latest version of AutoBox (available from nuget, this version also includes Castle.Windsor internally for managing dependencies rather using its own resolver and does not require interface to type naming convention [IAccountRepository -&amp;gt; AccountRepository]) . &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fmehfuzh%2farchive%2f2012%2f01%2f30%2fwriting-asp-net-mvc-bootstrapper-with-autobox.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fmehfuzh%2farchive%2f2012%2f01%2f30%2fwriting-asp-net-mvc-bootstrapper-with-autobox.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/Writing_ASP_NET_MVC_bootstrapper_with_AutoBox</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/Writing_ASP_NET_MVC_bootstrapper_with_AutoBox</guid>
      <pubDate>Tue, 31 Jan 2012 15:26:50 GMT</pubDate>
    </item>
    <item>
      <title>Clickable Tag Cloud using HTML 5 Canvas Elements</title>
      <description>Learn how to create a tag cloud and in process, learn a bit of HTML5 Canvas. However on the way also see how LINQ and ASP.NET MVC routing can be added to the tag cloud &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dotnetcurry.com%2fShowArticle.aspx%3fID%3d785"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dotnetcurry.com%2fShowArticle.aspx%3fID%3d785" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/Clickable_Tag_Cloud_using_HTML_5_Canvas_Elements</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/Clickable_Tag_Cloud_using_HTML_5_Canvas_Elements</guid>
      <pubDate>Wed, 01 Feb 2012 06:45:57 GMT</pubDate>
    </item>
    <item>
      <title>Handling Session Timeout Gracefully</title>
      <description>Have you ever been to those sites that show you a nice helpful popup to let you know that your session will expire in a few minutes?  You know, the ones that show you a countdown timer, and let you Continue Your Session, or Log Out? Do you want to build one? Noah tells you how with a bit of ASP.NET MVC 3 and jQuery. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.fairwaytech.com%2f2012%2f01%2fhandling-session-timeout-gracefully%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.fairwaytech.com%2f2012%2f01%2fhandling-session-timeout-gracefully%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/Handling_Session_Timeout_Gracefully</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/Handling_Session_Timeout_Gracefully</guid>
      <pubDate>Sat, 28 Jan 2012 17:38:16 GMT</pubDate>
    </item>
    <item>
      <title>Rendering Microsoft .NET 4.0 3D Charts in ASP.NET MVC</title>
      <description>Render Microsoft Charting 3D Charts the easy way in ASP.NET MVC in a straight-forward, cacheable, and easy to implement solution. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.danielahill.com%2fBlog%2fRendering_Microsoft_Charting_MVC_Custom_ActionResult.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.danielahill.com%2fBlog%2fRendering_Microsoft_Charting_MVC_Custom_ActionResult.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Rendering_Microsoft_NET_4_0_3D_Charts_in_ASP_NET_MVC</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Rendering_Microsoft_NET_4_0_3D_Charts_in_ASP_NET_MVC</guid>
      <pubDate>Sun, 22 Jan 2012 04:06:35 GMT</pubDate>
    </item>
    <item>
      <title>Using RavenDB in Brown-Field ASP.NET MVC projects</title>
      <description>In this article, we will see how RavenDB can be used as Auto-Save cache in an ASP.NET MVC application. We will explore a use case that is typical of brown-field projects (projects involving enhancements to an existing application), where a handy functionality in an ASP.NET MVC application can be achieved by using RavenDB &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dotnetcurry.com%2fShowArticle.aspx%3fID%3d784"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dotnetcurry.com%2fShowArticle.aspx%3fID%3d784" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/Using_RavenDB_in_Brown_Field_ASP_NET_MVC_projects</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/Using_RavenDB_in_Brown_Field_ASP_NET_MVC_projects</guid>
      <pubDate>Wed, 18 Jan 2012 13:43:02 GMT</pubDate>
    </item>
    <item>
      <title>MVC Asynchronous Controller : The Basics</title>
      <description>When I first saw the Asynchronous Controllers introduced in MVC 2, I couldn't wait to start playing around. I thought that it would be a really easy to get up and running with a simple example, but after searching online for a few working examples - pretty much all of them used an event based pattern that wasn't easy to understand. In this blog post I am going to run through a really simple example that will show you the basics of Asynchronous Controllers, and show you how easy they really are. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdeanhume.com%2fHome%2fBlogPost%2fmvc-asynchronous-controller---the-basics%2f67"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdeanhume.com%2fHome%2fBlogPost%2fmvc-asynchronous-controller---the-basics%2f67" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/MVC_Asynchronous_Controller_The_Basics</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/MVC_Asynchronous_Controller_The_Basics</guid>
      <pubDate>Tue, 17 Jan 2012 14:43:37 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET MVC 3 Real Time Collaborative Apps with SignalR</title>
      <description>In this article, we'll create a simple blog app using ASP.NET MVC 3 and SignalR, that will allow multiple collaborators to review the same article in real-time  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dotnetcurry.com%2fShowArticle.aspx%3fID%3d780"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dotnetcurry.com%2fShowArticle.aspx%3fID%3d780" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/ASP_NET_MVC_3_Real_Time_Collaborative_Apps_with_SignalR</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/ASP_NET_MVC_3_Real_Time_Collaborative_Apps_with_SignalR</guid>
      <pubDate>Thu, 12 Jan 2012 14:53:27 GMT</pubDate>
    </item>
    <item>
      <title>Evolution of the Async Controller in ASP.NET MVC</title>
      <description>Asynchronous operations in ASP.NET MVC have always been left a bit behind. They appeared in ASP.NET MVC 2, remained untouched in v3, but now in MVC 4 (especially  in combination with C# 5 and async/await) they reached the same easiness of use of the standard synchronous controller. Check out that absolutely awesome stuff you can do with them now! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcodeclimber.net.nz%2farchive%2f2012%2f01%2f09%2fevolution-of-async-controller-asp-net-mvc.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodeclimber.net.nz%2farchive%2f2012%2f01%2f09%2fevolution-of-async-controller-asp-net-mvc.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/Evolution_of_the_Async_Controller_in_ASP_NET_MVC</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/Evolution_of_the_Async_Controller_in_ASP_NET_MVC</guid>
      <pubDate>Tue, 10 Jan 2012 18:08:26 GMT</pubDate>
    </item>
    <item>
      <title>Delayed Download Prompt in ASP.NET MVC 3</title>
      <description>Walks through how to implement a delayed download prompt in ASP.NET MVC 3. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fspinningtheweb.blogspot.com%2f2011%2f12%2fdelayed-download-prompt-in-aspnet-mvc-3.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fspinningtheweb.blogspot.com%2f2011%2f12%2fdelayed-download-prompt-in-aspnet-mvc-3.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/Delayed_Download_Prompt_in_ASP_NET_MVC_3</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/Delayed_Download_Prompt_in_ASP_NET_MVC_3</guid>
      <pubDate>Sun, 08 Jan 2012 23:21:39 GMT</pubDate>
    </item>
    <item>
      <title>Herding Code 130: Dave Weaver on Loggr - a realtime analytics service </title>
      <description>Herding Code podcast with Dave Weaver about Loggr, a complete logging, analytics and notification service built with ASP.NET MVC, SignalR, and MongoDB. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fherdingcode.com%2f%3fp%3d375%23.TwTrErQYjZg.dotnetkicks"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fherdingcode.com%2f%3fp%3d375%23.TwTrErQYjZg.dotnetkicks" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/Herding_Code_130_Dave_Weaver_on_Loggr_a_realtime_analytics_service</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/Herding_Code_130_Dave_Weaver_on_Loggr_a_realtime_analytics_service</guid>
      <pubDate>Thu, 05 Jan 2012 03:09:26 GMT</pubDate>
    </item>
    <item>
      <title>Essential guide to ASP.NET MVC3 performance</title>
      <description>The .NET CLR can give your web application a significant performance boost compared to other platforms such as PHP due to it's compiled nature. Not only does your .NET code perform better because it's more low-level, it also comes with good support for parallel programming. This guide will not explain the basics of a responsive and fast web application by talking about CSS minifying, sprites, content delivery networks, etc. Instead this guide will be an essential guide for making sure you don't miss any features that can enhance the performance of your ASP.NET MVC3 application. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fleoncullens.nl%2fpost%2f2011%2f12%2f24%2fEssential-guide-to-ASPNET-MVC3-performance.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fleoncullens.nl%2fpost%2f2011%2f12%2f24%2fEssential-guide-to-ASPNET-MVC3-performance.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/Essential_guide_to_ASP_NET_MVC3_performance</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/Essential_guide_to_ASP_NET_MVC3_performance</guid>
      <pubDate>Thu, 05 Jan 2012 14:16:43 GMT</pubDate>
    </item>
    <item>
      <title>MVC 3: Accessing the RouteData inside of your code</title>
      <description>You want to perform some dynamic processing in your code and you need to determine either the name of the current controller or the current action or both. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.webistrate.com%2fmvc-3-accessing-the-routedata-inside-of-your-code%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.webistrate.com%2fmvc-3-accessing-the-routedata-inside-of-your-code%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/MVC_3_Accessing_the_RouteData_inside_of_your_code</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/MVC_3_Accessing_the_RouteData_inside_of_your_code</guid>
      <pubDate>Wed, 04 Jan 2012 14:21:22 GMT</pubDate>
    </item>
    <item>
      <title>What's New In MvcDonutCaching 1.1?</title>
      <description>A new version of MvcDonutCaching has just been released with even more features plus several bug fixes. Following user feedback, this release centres on allowing MvcDonutCaching to be used in place of the built-in OutputCache attribute in many common scenarios. This should mean that you can take advantage of the many MvcDonutCaching benefits without losing core OutputCache functionality. V1.1 adds support for non-view action results and cache location specification and also fixes several known bugs. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.devtrends.co.uk%2fblog%2fwhat's-new-in-mvcdonutcaching-1.1"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.devtrends.co.uk%2fblog%2fwhat's-new-in-mvcdonutcaching-1.1" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/What_s_New_In_MvcDonutCaching_1_1</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/What_s_New_In_MvcDonutCaching_1_1</guid>
      <pubDate>Wed, 04 Jan 2012 11:42:45 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET MVC 4 What's New: Task Support for Asynchronous Controllers</title>
      <description>The feature I'm going to be focusing on today is task support for asynchronous controllers. Developing asynchronous controllers has been available since MVC 3, but for this to work you had to write a bunch of extra code - what I like to refer to as &amp;quot;code noise&amp;quot; - to get it to work. Not any more. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.sitepoint.com%2fasp-net-mvc-4-developer-preview-whats-new%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.sitepoint.com%2fasp-net-mvc-4-developer-preview-whats-new%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/ASP_NET_MVC_4_What_s_New_Task_Support_for_Asynchronous_Controllers</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/ASP_NET_MVC_4_What_s_New_Task_Support_for_Asynchronous_Controllers</guid>
      <pubDate>Wed, 21 Dec 2011 17:09:21 GMT</pubDate>
    </item>
    <item>
      <title>Difference between ViewBag and ViewData</title>
      <description>Well explained. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fbrendan.enrick.com%2fpost%2fDifference-Between-ViewBag-and-ViewData-in-MVC-3.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fbrendan.enrick.com%2fpost%2fDifference-Between-ViewBag-and-ViewData-in-MVC-3.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/Difference_between_ViewBag_and_ViewData</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/Difference_between_ViewBag_and_ViewData</guid>
      <pubDate>Fri, 16 Dec 2011 10:32:22 GMT</pubDate>
    </item>
    <item>
      <title>AddThis Html Helper now available via NuGet</title>
      <description>I have written and published my first Html Helper for MVC 3. It is the AddThis Helper which is currentlly at v0.55. The helper lets one add 1 of the 9 AddThis styles. You can see those 9 types at AddThis.com/Get/Sharing. Using the helper is extremely easy. Install it via NuGet.   &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2friderdesign.com%2fBlog%2fPost%2f8%2faddthis-html-helper-now-available-via-nuget"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2friderdesign.com%2fBlog%2fPost%2f8%2faddthis-html-helper-now-available-via-nuget" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/AddThis_Html_Helper_now_available_via_NuGet</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/AddThis_Html_Helper_now_available_via_NuGet</guid>
      <pubDate>Thu, 15 Dec 2011 22:15:10 GMT</pubDate>
    </item>
    <item>
      <title>Use SignalR with Knockout for real-time UX updates in ASP.NET MVC 3</title>
      <description>Learn how to use SignalR and Knockout in an ASP.NET MVC 3 web application to handle real-time UX updates. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.iwantmymvc.com%2fmvc-3-signalr-knockout-real-time-notifications"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.iwantmymvc.com%2fmvc-3-signalr-knockout-real-time-notifications" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/Use_SignalR_with_Knockout_for_real_time_UX_updates_in_ASP_NET_MVC_3</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/Use_SignalR_with_Knockout_for_real_time_UX_updates_in_ASP_NET_MVC_3</guid>
      <pubDate>Thu, 08 Dec 2011 14:39:33 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET MVC Output Caching with Windows AppFabric Cache</title>
      <description>Enterprise level web applications are typically hosted in web farms where in-process caching is less useful than a distributed caching approach such as Windows Server AppFabric or Memcached. Thanks to the extensibility features introduced with ASP.NET 4.0, modifying an application to use a distributed cache is a very simple process. This post explains how to create an AppFabric OutputCacheProvider and how to configure ASP.NET to use the new provider. We will also discuss a big limitation with the MVC3 OutputCacheAttribute and explain how this is addressed by the MvcDonutCaching NuGet package. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.devtrends.co.uk%2fblog%2fasp.net-mvc-output-caching-with-windows-appfabric-cache"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.devtrends.co.uk%2fblog%2fasp.net-mvc-output-caching-with-windows-appfabric-cache" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/ASP_NET_MVC_Output_Caching_with_Windows_AppFabric_Cache</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/ASP_NET_MVC_Output_Caching_with_Windows_AppFabric_Cache</guid>
      <pubDate>Wed, 07 Dec 2011 16:54:29 GMT</pubDate>
    </item>
    <item>
      <title>The ViewBag Property in ASP.NET MVC 3 is Just Syntactic Sugar</title>
      <description>ASP.NET MVC 3 introduces a dictionary in the Controller base class called the ViewBag property to access view data. The new ASP.NET MVC 3 ViewBag property strictly speaking is just syntactic sugar! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.devcurry.com%2f2011%2f11%2fviewbag-property-aspnet-mvc-3-is.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.devcurry.com%2f2011%2f11%2fviewbag-property-aspnet-mvc-3-is.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/The_ViewBag_Property_in_ASP_NET_MVC_3_is_Just_Syntactic_Sugar</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/The_ViewBag_Property_in_ASP_NET_MVC_3_is_Just_Syntactic_Sugar</guid>
      <pubDate>Wed, 07 Dec 2011 11:08:37 GMT</pubDate>
    </item>
    <item>
      <title>MVC and HTML5 Web Workers</title>
      <description>HTML5 Web Workers are cool. As a developer that spends most of his time working with server side code, I like to think of Web Workers as .net's System.Threading for the front end. Basically, Web Workers allow you to run client side scripts without interrupting the page or any other scripts that are currently running. They are basically an API specification that lets you create background JavaScript threads to process CPU intensive tasks. The major advantage to using Workers is that it allows long tasks to be executed without blocking to keep the page responsive. It's really good for fire-and-forget tasks and tasks that you can leave to run while the user continues working on the page. Another great thing about Workers is that getting started with them is really easy. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdeanhume.com%2fHome%2fBlogPost%2fmvc-and-html5-web-workers%2f66"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdeanhume.com%2fHome%2fBlogPost%2fmvc-and-html5-web-workers%2f66" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/MVC_and_HTML5_Web_Workers</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/MVC_and_HTML5_Web_Workers</guid>
      <pubDate>Tue, 06 Dec 2011 10:01:34 GMT</pubDate>
    </item>
    <item>
      <title>Creating a Login Form in MVC3 .NET with Attribute Security and CSS3</title>
      <description>Step through a tutorial of creating an MVC3 login form for an example application. Learn how to style the form with CSS3 for rounded edges, a gradient background, and a lens flare highlight effect. Our login form will also contain form validation and authenticate against a custom membership provider. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.primaryobjects.com%2fCMS%2fArticle136.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.primaryobjects.com%2fCMS%2fArticle136.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/Creating_a_Login_Form_in_MVC3_NET_with_Attribute_Security_and_CSS3</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/Creating_a_Login_Form_in_MVC3_NET_with_Attribute_Security_and_CSS3</guid>
      <pubDate>Fri, 02 Dec 2011 14:37:18 GMT</pubDate>
    </item>
  </channel>
</rss>
