<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by vivekamar</title>
    <description>Stories kicked by vivekamar</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>Why is RAID So Important for Databases?</title>
      <description>A good server design has no, or very few, single points of failure. One of the most common server component that fails, are disks. So data redundancy becomes essential to recoverability. Redundant Array of Independent/Inexpensive Disks (RAID) is a disk system that provides better fault-tolerance by making use of redundancy of disk(s).
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.sqlservercurry.com%2f2011%2f12%2fwhy-is-raid-important-for-databases.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.sqlservercurry.com%2f2011%2f12%2fwhy-is-raid-important-for-databases.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/Why_is_RAID_So_Important_for_Databases</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/Why_is_RAID_So_Important_for_Databases</guid>
      <pubDate>Tue, 07 Feb 2012 15:32:36 GMT</pubDate>
    </item>
    <item>
      <title>Running your TeamCity builds from PowerShell for any Git branch</title>
      <description>I love TeamCity and use it since a while to automate my build/release processes. As human we should never do the work a machine can do, we have certainly better and more interesting things to do.

The habit I saw in the different projects I worked for is to create new TeamCity builds for the branches you work on. It take quite some work to do, even with templates.

So I came with another way of doing it. It is leverage Git, PowerShell and the possibility to run TeamCity builds by "Accessing Server by HTTP" &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.laurentkempe.com%2fpost%2fRunning-your-TeamCity-builds-from-a-command-line.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.laurentkempe.com%2fpost%2fRunning-your-TeamCity-builds-from-a-command-line.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/altnet/Running_your_TeamCity_builds_from_PowerShell_for_any_Git_branch</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/altnet/Running_your_TeamCity_builds_from_PowerShell_for_any_Git_branch</guid>
      <pubDate>Mon, 06 Feb 2012 19:46:55 GMT</pubDate>
    </item>
    <item>
      <title>HTML5 Native Video Streaming With WebRTC</title>
      <description>A short introduction to using the getUserMedia API in the newest builds of Chrome Dev channel and Canary. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fa.shinynew.me%2fpost%2f16887310071%2fhtml5-native-video-streaming-with-webrtc"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fa.shinynew.me%2fpost%2f16887310071%2fhtml5-native-video-streaming-with-webrtc" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/HTML5_Native_Video_Streaming_With_WebRTC</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/HTML5_Native_Video_Streaming_With_WebRTC</guid>
      <pubDate>Thu, 02 Feb 2012 15:39:20 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>Find the jQuery Bug 3: Give Me Truth</title>
      <description>In this open-ended series I'll be showcasing a snippet of buggy jQuery code that you might encounter, explain what the problem is, and then identify how you can easily resolve the issue. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.elijahmanor.com%2f2012%2f01%2ffind-jquery-bug-3-give-me-truth.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.elijahmanor.com%2f2012%2f01%2ffind-jquery-bug-3-give-me-truth.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/jquery/Find_the_jQuery_Bug_3_Give_Me_Truth</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/jquery/Find_the_jQuery_Bug_3_Give_Me_Truth</guid>
      <pubDate>Mon, 30 Jan 2012 15:18:25 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>How to NOT store user credentials in a database</title>
      <description>Sometimes you need to create an application with your own role and user management module. In most cases you are creating it in a simple and understandable way. That way the user information with a password is stored in the database in the same table named User. In this post I will show you why this solution is not safe, why you should omit such structures and how to fix them. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.goyello.com%2f2012%2f01%2f10%2fnot-store-user-credentials-database%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.goyello.com%2f2012%2f01%2f10%2fnot-store-user-credentials-database%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wcf/How_to_NOT_store_user_credentials_in_a_database</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wcf/How_to_NOT_store_user_credentials_in_a_database</guid>
      <pubDate>Thu, 12 Jan 2012 11:38:02 GMT</pubDate>
    </item>
    <item>
      <title>Using Quartz.Net to Create Scheduled Tasks</title>
      <description>Quartz.Net is a full-featured, open source job scheduling system. Basically this system allows an asp.net web application to schedule and run background jobs. This makes it much simpler for us developers by making it so that we do not have to have a windows service running on the server as well. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcorymathews.com%2fusing-quartz-net-to-create-scheduled-tasks%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcorymathews.com%2fusing-quartz-net-to-create-scheduled-tasks%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Using_Quartz_Net_to_Create_Scheduled_Tasks</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Using_Quartz_Net_to_Create_Scheduled_Tasks</guid>
      <pubDate>Fri, 13 Jan 2012 14:22:27 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>Simple explanation of the Repository pattern</title>
      <description>One of my favorite design patterns is the 'repository pattern'. That's why I decided to dedicate a complete blog post to it. Using the repository pattern in your application can yield a lot of benefits, such as improved testability, easier ways to implement caching and transactions, avoidance of code duplication and it allows you to replace the data source easier (although that probably won't happen too often). &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fleoncullens.nl%2fpost%2f2012%2f01%2f10%2fSimple-explanation-of-the-Repository-pattern.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fleoncullens.nl%2fpost%2f2012%2f01%2f10%2fSimple-explanation-of-the-Repository-pattern.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/Simple_explanation_of_the_Repository_pattern</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/Simple_explanation_of_the_Repository_pattern</guid>
      <pubDate>Wed, 11 Jan 2012 15:36:50 GMT</pubDate>
    </item>
    <item>
      <title>What's New in Silverlight 5</title>
      <description>Now that Silverlight 5 has been Released To Web (RTW), let's take a quick overview of what's new in Silverlight 5 &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%2f12%2fwhats-new-in-silverlight-5.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.devcurry.com%2f2011%2f12%2fwhats-new-in-silverlight-5.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/What_s_New_in_Silverlight_5</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/What_s_New_in_Silverlight_5</guid>
      <pubDate>Tue, 13 Dec 2011 12:47:32 GMT</pubDate>
    </item>
    <item>
      <title>Joost's Dev Blog: The lamest bug we ever encountered</title>
      <description>Yesterday we resolved by far the lamest 'bug' I have ever encountered. We spent almost two whole days with the entire programming team (5 coders) trying to find it, and once we discovered what was happening, it felt so incredibly lame, that I figured it would be a nice story to share. So here's what happened! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fjoostdevblog.blogspot.com%2f2011%2f12%2flamest-bug-we-ever-encountered.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fjoostdevblog.blogspot.com%2f2011%2f12%2flamest-bug-we-ever-encountered.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Joost_s_Dev_Blog_The_lamest_bug_we_ever_encountered</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Joost_s_Dev_Blog_The_lamest_bug_we_ever_encountered</guid>
      <pubDate>Mon, 12 Dec 2011 16:08:58 GMT</pubDate>
    </item>
    <item>
      <title>jQuery plugins site accidentally deleted - last backup one year old.</title>
      <description>For about a week, instead of hosting several hundred jQuery plugins and several thousand advertisements for laptop batteries, our plugins repository has been serving up a pretty pathetic message about spam and an allusion to some "new submission process." This happened very suddenly, and we're sorry to everyone who's been inconvenienced. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.jquery.com%2f2011%2f12%2f08%2fwhat-is-happening-to-the-jquery-plugins-site%2f%23pluginstldr"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.jquery.com%2f2011%2f12%2f08%2fwhat-is-happening-to-the-jquery-plugins-site%2f%23pluginstldr" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/jquery/jQuery_plugins_site_accidentally_deleted_last_backup_one_year_old</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/jquery/jQuery_plugins_site_accidentally_deleted_last_backup_one_year_old</guid>
      <pubDate>Mon, 12 Dec 2011 06:26:46 GMT</pubDate>
    </item>
    <item>
      <title>Best of DNK - November 2011 - What's All the Hubbub, Bub?</title>
      <description>We're closing in on the new year; it's hard to believe the next time we put together a best-of it will be 2012! It's been a fantastic year thus far and November was no exception. We've had a lot of fresh blood join the ranks lately, as well as a few familiar faces who've come back for more, hot .Net action! Check out our picks after the jump! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.dotnetkicks.com%2fbest-of-dnk%2f2011%2f12%2f09%2fbest-net-articles-of-november-2011-whats-all-the-hubbub-bub%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.dotnetkicks.com%2fbest-of-dnk%2f2011%2f12%2f09%2fbest-net-articles-of-november-2011-whats-all-the-hubbub-bub%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/community/Best_of_DNK_November_2011_What_s_All_the_Hubbub_Bub</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/community/Best_of_DNK_November_2011_What_s_All_the_Hubbub_Bub</guid>
      <pubDate>Fri, 09 Dec 2011 06:01:58 GMT</pubDate>
    </item>
    <item>
      <title>According to the Latest Tiobe Index, C++ is about to be dethroned by C#</title>
      <description>Since the beginning of the TIOBE index back in 2001, the programming language C++ has been number 3 of the chart in a very consistent way. Perl, Visual Basic and PHP have been number 3 too, but these languages could keep this position only for a few months. Now C# is knocking on the door. It will certainly be a tough battle again. C# is Microsoft's most active and evolving programming language, whereas Microsoft recently announced to revive C++ in favor of... C#. We will see what will happen the next few months. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.tiobe.com%2findex.php%2fcontent%2fpaperinfo%2ftpci"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.tiobe.com%2findex.php%2fcontent%2fpaperinfo%2ftpci" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/According_to_the_Latest_Tiobe_Index_C_is_about_to_be_dethroned_by_C_1</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/According_to_the_Latest_Tiobe_Index_C_is_about_to_be_dethroned_by_C_1</guid>
      <pubDate>Wed, 07 Dec 2011 16:56:35 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>How to add Automated Error Reporting to an application</title>
      <description>3 ways SmartAssembly will improve your software

Discover how your application is being used, get detailed reports of any errors your users encounter, and make sure your carefully crafted code is protected from malicious reverse-engineering &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.red-gate.com%2fproducts%2fdotnet-development%2fsmartassembly%2ffeatures%2f%23automated-error-reporting%3futm_source%3ddnk%26utm_medium%3dtextad%26utm_content%3daer%26utm_campaign%3dsmartassembly"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.red-gate.com%2fproducts%2fdotnet-development%2fsmartassembly%2ffeatures%2f%23automated-error-reporting%3futm_source%3ddnk%26utm_medium%3dtextad%26utm_content%3daer%26utm_campaign%3dsmartassembly" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/community/How_to_add_Automated_Error_Reporting_to_an_application</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/community/How_to_add_Automated_Error_Reporting_to_an_application</guid>
      <pubDate>Thu, 01 Dec 2011 23:27:15 GMT</pubDate>
    </item>
    <item>
      <title>Contour Analysis for Image Recognition in C#</title>
      <description>Here is an interesting article about Contour Analysis, a set of image recognition libraries for C#. The articke includes description, video, code, and sample projects. As the author states at the end of the article something like this could easily be incorporated in a Kinect application, a robot, or a standard app. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fchannel9.msdn.com%2fcoding4fun%2fblog%2fContour-Analysis-for-Image-Recognition-in-C"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fchannel9.msdn.com%2fcoding4fun%2fblog%2fContour-Analysis-for-Image-Recognition-in-C" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Contour_Analysis_for_Image_Recognition_in_C</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Contour_Analysis_for_Image_Recognition_in_C</guid>
      <pubDate>Fri, 25 Nov 2011 16:27:33 GMT</pubDate>
    </item>
    <item>
      <title>JustCode Q3 2011 is Here </title>
      <description>We are proud to announce the official release of Telerik JustCode Q3 2011. This release contains many features that we have launched over the past few months in internal builds, including Razor and CSS support, Visual Studio 11 support, a key mappings window, and many new refactorings! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.telerik.com%2fjustteam%2fposts%2f11-11-21%2fjustcode-q3-2011-is-here.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.telerik.com%2fjustteam%2fposts%2f11-11-21%2fjustcode-q3-2011-is-here.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/products/JustCode_Q3_2011_is_Here</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/products/JustCode_Q3_2011_is_Here</guid>
      <pubDate>Wed, 23 Nov 2011 14:46:38 GMT</pubDate>
    </item>
    <item>
      <title>I Just Don't Like Object Mappers</title>
      <description>Karl Seguin also discusses the use of Object Relational Mappers, and Data Mappers and how he has a growing dislike of them. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fopenmymind.net%2f2011%2f11%2f18%2fI-Just-Dont-Like-Object-Mappers%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fopenmymind.net%2f2011%2f11%2f18%2fI-Just-Dont-Like-Object-Mappers%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/I_Just_Don_t_Like_Object_Mappers</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/I_Just_Don_t_Like_Object_Mappers</guid>
      <pubDate>Tue, 22 Nov 2011 14:49:14 GMT</pubDate>
    </item>
    <item>
      <title>The trouble of finished software</title>
      <description>I think that there is a very important question, and that is the question of what constitutes a finished software. Well, that might seem easy. It should just work as specified. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fnenadsabo.com%2f%3fp%3d89"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fnenadsabo.com%2f%3fp%3d89" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/The_trouble_of_finished_software</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/The_trouble_of_finished_software</guid>
      <pubDate>Mon, 21 Nov 2011 15:04:35 GMT</pubDate>
    </item>
    <item>
      <title>JSON-based WCF in Windows Azure</title>
      <description>Developers need to grok Windows Azure, especially developers who want to distribute consumption of an application in a web-based API. A great use for Microsoft Azure, obviously, is to use it to host an application's web service API layer. This post will demonstrate how to host WCF services in an Azure worker role in a manner that will offer REST-like JSON API support. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.bradygaster.com%2fjson-based-wcf-in-azure"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.bradygaster.com%2fjson-based-wcf-in-azure" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/azure/JSON_based_WCF_in_Windows_Azure</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/azure/JSON_based_WCF_in_Windows_Azure</guid>
      <pubDate>Sun, 20 Nov 2011 10:10:34 GMT</pubDate>
    </item>
    <item>
      <title>ExportFactory in MEF 2</title>
      <description>In MEF 2 Preview 4 new support has been added to enable a finer grained control over the lifetime and sharing of parts. The export factory allows us to create new instances of dependencies and control the lifetime of the created parts.
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.msdn.com%2fb%2fbclteam%2farchive%2f2011%2f11%2f17%2fexportfactory-amp-lt-t-amp-gt-in-mef-2-alok.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.msdn.com%2fb%2fbclteam%2farchive%2f2011%2f11%2f17%2fexportfactory-amp-lt-t-amp-gt-in-mef-2-alok.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/ExportFactory_in_MEF_2</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/ExportFactory_in_MEF_2</guid>
      <pubDate>Mon, 21 Nov 2011 15:27:32 GMT</pubDate>
    </item>
  </channel>
</rss>
