<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by Meoy</title>
    <description>Stories kicked by Meoy</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>Creating a Sound Recorder in C and C#</title>
      <description>using MCI &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fjustlikeamagic.wordpress.com%2f2010%2f03%2f23%2fcreating-a-sound-recorder%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fjustlikeamagic.wordpress.com%2f2010%2f03%2f23%2fcreating-a-sound-recorder%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Creating_a_Sound_Recorder_in_C_and_C</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Creating_a_Sound_Recorder_in_C_and_C</guid>
      <pubDate>Fri, 28 May 2010 15:06:29 GMT</pubDate>
    </item>
    <item>
      <title>Using jQuery to Find which ASP.NET Control caused a PostBack</title>
      <description>Here's a simple script that uses jQuery to find out which ASP.NET Button caused a postback. You can similarly implement this script for other ASP.NET Controls too &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.devcurry.com%2f2010%2f05%2fusing-jquery-to-find-which-aspnet.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.devcurry.com%2f2010%2f05%2fusing-jquery-to-find-which-aspnet.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/jquery/Using_jQuery_to_Find_which_ASP_NET_Control_caused_a_PostBack</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/jquery/Using_jQuery_to_Find_which_ASP_NET_Control_caused_a_PostBack</guid>
      <pubDate>Tue, 01 Jun 2010 16:30:52 GMT</pubDate>
    </item>
    <item>
      <title>SQL Server - Create Indexes from the Missing Indexes DMV</title>
      <description>Glenn Berry (Blog) writes a lot of queries to extract information from the system DMV's.  One of them in particular I found extremely helpful in fixing some of the issues in my system.  I took his query (the CTE at the top) and added some text manipulation to actually generate the create statements for you to save you some time.  I had much grander plans for this, but unfortunately I've been meaning to post this for over a month now and simply haven't had time to get back to it, so rather than just let it go by the wayside and never post it, I figured I'd just post what I had now and then possibly post an update sometime in the future if I ever finish it.   &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fbeyondrelational.com%2fblogs%2fsethphelabaum%2farchive%2f2010%2f05%2f24%2fcreate-indexes-from-the-missing-indexes-dmv.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fbeyondrelational.com%2fblogs%2fsethphelabaum%2farchive%2f2010%2f05%2f24%2fcreate-indexes-from-the-missing-indexes-dmv.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/SQL_Server_Create_Indexes_from_the_Missing_Indexes_DMV</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/SQL_Server_Create_Indexes_from_the_Missing_Indexes_DMV</guid>
      <pubDate>Fri, 28 May 2010 09:19:06 GMT</pubDate>
    </item>
    <item>
      <title>SQL SERVER - Find Most Expensive Queries Using DMV</title>
      <description>The title of this post is what I can express here for this quick blog post. I was asked in recent query tuning consultation project, if I can share my script which I use to figure out which is the most expensive queries are running on SQL Server. This script is very basic and very simple, there are many different versions are available online. This basic script does do the job which I expect to do - find out the most expensive queries on SQL Server Box. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.sqlauthority.com%2f2010%2f05%2f14%2fsql-server-find-most-expensive-queries-using-dmv%3f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.sqlauthority.com%2f2010%2f05%2f14%2fsql-server-find-most-expensive-queries-using-dmv%3f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/SQL_SERVER_Find_Most_Expensive_Queries_Using_DMV</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/SQL_SERVER_Find_Most_Expensive_Queries_Using_DMV</guid>
      <pubDate>Wed, 19 May 2010 15:00:52 GMT</pubDate>
    </item>
    <item>
      <title>Localize the jQuery DatePicker Control in an ASP.NET Page </title>
      <description>The jQuery UI DatePicker widget is highly configurable and full of features, and I use it in my applications whenever I can. In this article, we will see how to localize the DatePicker based on the value selected from an ASP.NET DropDownList.  &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%3d508"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dotnetcurry.com%2fShowArticle.aspx%3fID%3d508" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/jquery/Localize_the_jQuery_DatePicker_Control_in_an_ASP_NET_Page</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/jquery/Localize_the_jQuery_DatePicker_Control_in_an_ASP_NET_Page</guid>
      <pubDate>Sat, 22 May 2010 03:00:52 GMT</pubDate>
    </item>
    <item>
      <title>Lights! Camera! Action! Video record of Selenium</title>
      <description>Recording video of Selenium tests being run is the next big thing on from capturing a screenshot when something goes wrong. People can see work flows and where it did go not just the aftermath that screenshots can show. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.theautomatedtester.co.uk%2fblog%2f2010%2fcastro-selenium-video.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.theautomatedtester.co.uk%2fblog%2f2010%2fcastro-selenium-video.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/unittesting/Lights_Camera_Action_Video_record_of_Selenium</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/unittesting/Lights_Camera_Action_Video_record_of_Selenium</guid>
      <pubDate>Thu, 06 May 2010 23:33:53 GMT</pubDate>
    </item>
    <item>
      <title>Create a SlideShow with ASP.NET Panels using jQuery  </title>
      <description>This article demonstrates how to display ASP.NET Panels one after the other, and after a fixed duration, like a slide show.  &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%3d504"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dotnetcurry.com%2fShowArticle.aspx%3fID%3d504" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/jquery/Create_a_SlideShow_with_ASP_NET_Panels_using_jQuery</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/jquery/Create_a_SlideShow_with_ASP_NET_Panels_using_jQuery</guid>
      <pubDate>Tue, 11 May 2010 00:45:52 GMT</pubDate>
    </item>
    <item>
      <title>Combining Virtualization and Microsoft SQL Server</title>
      <description>Old mindsets and turf protections can kill any project. Beyond that key realization lays a number of real technical issues to solve. Here's what to look out for and what to ignore. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fitexpertvoice.com%2fhome%2fcombining-virtualization-and-microsoft-sql-server-the-path-from-squeamish-to-savvy%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fitexpertvoice.com%2fhome%2fcombining-virtualization-and-microsoft-sql-server-the-path-from-squeamish-to-savvy%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/Combining_Virtualization_and_Microsoft_SQL_Server</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/Combining_Virtualization_and_Microsoft_SQL_Server</guid>
      <pubDate>Tue, 04 May 2010 14:56:16 GMT</pubDate>
    </item>
    <item>
      <title>SEO for Blogengine.net</title>
      <description>BlogEngine.NET is already optimized for search engines, but there are some points which have to receive attention, like adding tags and a description to your blog posts. With the robots.txt and the sitemap feature of BlogEngine.NET you have the possibility to affect the search results which search engines like Google shows.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.code-in.net%2fpost%2fSEO-for-Blogengine.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.code-in.net%2fpost%2fSEO-for-Blogengine.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/SEO_for_Blogengine_net</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/SEO_for_Blogengine_net</guid>
      <pubDate>Tue, 04 May 2010 11:29:13 GMT</pubDate>
    </item>
    <item>
      <title>Smart Card Authentication Module Update - added Support for Membership</title>
      <description>This is a follow-on update on how to implement non-Active Directory Integrated Smart Card / Client Certificate Authentication with ASP.NET using Http Modules. This long overdue version adds support for ASP.NET Membership, Roles, and Profiles. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fsecuritythroughabsurdity.com%2f2010%2f05%2fsmart-card-authentication-module-update.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fsecuritythroughabsurdity.com%2f2010%2f05%2fsmart-card-authentication-module-update.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Smart_Card_Authentication_Module_Update_added_Support_for_Membership</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Smart_Card_Authentication_Module_Update_added_Support_for_Membership</guid>
      <pubDate>Mon, 03 May 2010 20:15:51 GMT</pubDate>
    </item>
    <item>
      <title>Using LINQ to represent XML data as an Object containing Master-Detail</title>
      <description>In this article, we will read an XML file containing Master-Detail records and represent it as an object using LINQ. &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%3d490"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dotnetcurry.com%2fShowArticle.aspx%3fID%3d490" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/linq/Using_LINQ_to_represent_XML_data_as_an_Object_containing_Master_Detail</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/linq/Using_LINQ_to_represent_XML_data_as_an_Object_containing_Master_Detail</guid>
      <pubDate>Tue, 04 May 2010 15:45:51 GMT</pubDate>
    </item>
    <item>
      <title>Simple Databinding and 3-D Features using Silverlight in Windows Phone</title>
      <description>Windows Phone 7 (WP7) is the upcoming next generation Mobile Operating System by Microsoft. Amongst the many features, one of the nice features is that it has support for Silverlight. So most of the new features like 3-D, Databinding etc. are now available on WP7. In this article I will explain the basic Databinding as well as 3-D feature on Windows Phone 7.  &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%3d500"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dotnetcurry.com%2fShowArticle.aspx%3fID%3d500" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/Simple_Databinding_and_3_D_Features_using_Silverlight_in_Windows_Phone</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/Simple_Databinding_and_3_D_Features_using_Silverlight_in_Windows_Phone</guid>
      <pubDate>Thu, 29 Apr 2010 15:45:52 GMT</pubDate>
    </item>
    <item>
      <title>Automating Web Deployment using Windows Installer XML (WIX)</title>
      <description>Deployment of web sites is usually done by copying the compiled ASP.NET web site files into the target virtual directory using Copy Web Site or Publish web site features in Visual Studio and manually creating and configuring the Web Site in IIS.

Though this method is simple, it involves lot of manual effort in verifying the Pre Requisites, Creating/Modifying or Configuring the Web sites in IIS. We can automate this whole process by building a simple Windows Installer Package using WIX.
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2franjithk.com%2f2009%2f12%2f17%2fautomating-web-deployment-using-windows-installer-xml-wix%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2franjithk.com%2f2009%2f12%2f17%2fautomating-web-deployment-using-windows-installer-xml-wix%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Automating_Web_Deployment_using_Windows_Installer_XML_WIX</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Automating_Web_Deployment_using_Windows_Installer_XML_WIX</guid>
      <pubDate>Thu, 29 Apr 2010 15:00:52 GMT</pubDate>
    </item>
    <item>
      <title>Visual Studio 2010 Keyboard Shortcuts Poster</title>
      <description>You can now download the reference cards (available as print ready pdf's) for the default keybindings in Visual Studio 2010 for Visual Basic, Visual C#, Visual C++ and Visual F# over here &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.devcurry.com%2f2010%2f04%2fvisual-studio-2010-keyboard-shortcuts.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.devcurry.com%2f2010%2f04%2fvisual-studio-2010-keyboard-shortcuts.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Visual_Studio_2010_Keyboard_Shortcuts_Poster</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Visual_Studio_2010_Keyboard_Shortcuts_Poster</guid>
      <pubDate>Wed, 21 Apr 2010 14:00:00 GMT</pubDate>
    </item>
    <item>
      <title>SOLVED - 'srcDomainMulti' is not declared. It may be inaccessible due </title>
      <description>When converting a project from C# to VB I ran into this compiler error which stopped me in my tracks for about 15 minutes. Just when I gave up and decided to rebuild the page by hand inspiration hit and I found my solution... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fruntingsproper.blogspot.com%2f2010%2f04%2fsolved-is-not-declared-it-may-be.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fruntingsproper.blogspot.com%2f2010%2f04%2fsolved-is-not-declared-it-may-be.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/vbnet/SOLVED_srcDomainMulti_is_not_declared_It_may_be_inaccessible_due</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/vbnet/SOLVED_srcDomainMulti_is_not_declared_It_may_be_inaccessible_due</guid>
      <pubDate>Sat, 17 Apr 2010 12:41:24 GMT</pubDate>
    </item>
    <item>
      <title>Using-Flash-with-ASPNET-MVC-and-Authentication.</title>
      <description>to workaround authentication with mvc &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2ftrycatchfail.com%2fblog%2fpost%2f2009%2f05%2f13%2fUsing-Flash-with-ASPNET-MVC-and-Authentication.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2ftrycatchfail.com%2fblog%2fpost%2f2009%2f05%2f13%2fUsing-Flash-with-ASPNET-MVC-and-Authentication.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/Using_Flash_with_ASPNET_MVC_and_Authentication</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/Using_Flash_with_ASPNET_MVC_and_Authentication</guid>
      <pubDate>Fri, 16 Apr 2010 09:10:56 GMT</pubDate>
    </item>
    <item>
      <title>Silverlight 4 Released</title>
      <description>..and the much awaited announcement is finally here! Silverlight 4 was announced by Scott Guthrie at DevConnections! Here are some important links &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.devcurry.com%2f2010%2f04%2fsilverlight-4-released.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.devcurry.com%2f2010%2f04%2fsilverlight-4-released.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/Silverlight_4_Released</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/Silverlight_4_Released</guid>
      <pubDate>Sat, 17 Apr 2010 13:15:00 GMT</pubDate>
    </item>
    <item>
      <title>.NET 4.0 And Our Parallel Future</title>
      <description>A look at .NET 4.0 Parallel features, and how we can use LINQ to make them even easier to use. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codethinked.com%2fpost%2f2010%2f02%2f25%2fNET-40-And-Our-Parallel-Future.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codethinked.com%2fpost%2f2010%2f02%2f25%2fNET-40-And-Our-Parallel-Future.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/NET_4_0_And_Our_Parallel_Future</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/NET_4_0_And_Our_Parallel_Future</guid>
      <pubDate>Tue, 02 Mar 2010 15:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Rounded Corners with the Cornerz jQuery plugin</title>
      <description>I found a useful plugin to create rounded corners with ease. The output looked consistent in most of the latest browsers I tested it on. Here's a post introducing you to the plugin &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.devcurry.com%2f2010%2f02%2frounded-corners-with-cornerz-jquery.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.devcurry.com%2f2010%2f02%2frounded-corners-with-cornerz-jquery.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/jquery/Rounded_Corners_with_the_Cornerz_jQuery_plugin</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/jquery/Rounded_Corners_with_the_Cornerz_jQuery_plugin</guid>
      <pubDate>Sun, 28 Feb 2010 15:00:00 GMT</pubDate>
    </item>
    <item>
      <title>.NET - Three Ways to Populate a Select Element with ASP.NET MVC and jQ</title>
      <description>The following article demonstrates three ways to populate a select element using ASP.NET MVC and jQuery.  &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%3d466"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dotnetcurry.com%2fShowArticle.aspx%3fID%3d466" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/NET_Three_Ways_to_Populate_a_Select_Element_with_ASP_NET_MVC_and_jQ</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/NET_Three_Ways_to_Populate_a_Select_Element_with_ASP_NET_MVC_and_jQ</guid>
      <pubDate>Sun, 21 Feb 2010 14:15:03 GMT</pubDate>
    </item>
    <item>
      <title>Reason of Compute Scalar before Stream Aggregate</title>
      <description>Running the following query will give you Stream Aggregate Operator in Execution Plan. To turn on Execution Plan, press CTRL + M.

I would like to know your feedback about Stream Aggregate Operation. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.sqlauthority.com%2f2010%2f02%2f05%2fsql-server-stream-aggregate-showplan-operator-reason-of-compute-scalar-before-stream-aggregate%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.sqlauthority.com%2f2010%2f02%2f05%2fsql-server-stream-aggregate-showplan-operator-reason-of-compute-scalar-before-stream-aggregate%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/Reason_of_Compute_Scalar_before_Stream_Aggregate</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/Reason_of_Compute_Scalar_before_Stream_Aggregate</guid>
      <pubDate>Wed, 17 Feb 2010 08:15:00 GMT</pubDate>
    </item>
    <item>
      <title>Using IIS Rewriting with MVC Routes to Keep Your Routes Simple</title>
      <description>I saw an interesting question this past week on how to set up MVC Routes to work with some ugly legacy URL's. There was probably several way to get it to work with MVC routes, but I recommended using IIS Rewriting to map those legacy URL's to clean MVC routes. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fjgalloway%2farchive%2f2010%2f02%2f05%2fusing-iis-rewriting-with-mvc-routes-to-keep-your-routes-simple.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fjgalloway%2farchive%2f2010%2f02%2f05%2fusing-iis-rewriting-with-mvc-routes-to-keep-your-routes-simple.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/Using_IIS_Rewriting_with_MVC_Routes_to_Keep_Your_Routes_Simple</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/Using_IIS_Rewriting_with_MVC_Routes_to_Keep_Your_Routes_Simple</guid>
      <pubDate>Fri, 05 Feb 2010 16:55:34 GMT</pubDate>
    </item>
    <item>
      <title>Moving data between two ListBoxes - Difference between jQuery 1.3.2 an</title>
      <description>The following article demonstrates the benefit in using jQuery 1.4 over 1.3.2 when you need to move data between two select elements. &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%3d458"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dotnetcurry.com%2fShowArticle.aspx%3fID%3d458" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Moving_data_between_two_ListBoxes_Difference_between_jQuery_1_3_2_an</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Moving_data_between_two_ListBoxes_Difference_between_jQuery_1_3_2_an</guid>
      <pubDate>Tue, 09 Feb 2010 12:45:05 GMT</pubDate>
    </item>
    <item>
      <title>Resolving the error "Validation of viewstate MAC failed" in an ASP.NET</title>
      <description>This article explains the reason for this error and how to resolve it using the RenderAllHiddenFieldsAtTopOfForm property &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.devcurry.com%2f2010%2f01%2fresolving-error-validation-of-viewstate.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.devcurry.com%2f2010%2f01%2fresolving-error-validation-of-viewstate.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Resolving_the_error_Validation_of_viewstate_MAC_failed_in_an_ASP_NET</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Resolving_the_error_Validation_of_viewstate_MAC_failed_in_an_ASP_NET</guid>
      <pubDate>Tue, 26 Jan 2010 10:48:47 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET MVC 2 - ScottGu's Blog</title>
      <description>Over the last six months the ASP.NET team has been steadily releasing preview, then beta, and now release candidate builds of ASP.NET MVC 2.

Given that the final release is not too far away, I thought it was a good time to start a new multi-part ASP.NET MVC 2 blog series that discusses the new features and how best to take advantage of them. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fscottgu%2farchive%2f2010%2f01%2f10%2fasp-net-mvc-2.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fscottgu%2farchive%2f2010%2f01%2f10%2fasp-net-mvc-2.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/ASP_NET_MVC_2_ScottGu_s_Blog</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/ASP_NET_MVC_2_ScottGu_s_Blog</guid>
      <pubDate>Fri, 15 Jan 2010 15:45:00 GMT</pubDate>
    </item>
  </channel>
</rss>
