<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by tiernano</title>
    <description>Stories kicked by tiernano</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>How we built TwitterMatic.net - Part 1: Introduction</title>
      <description>"Once upon a time, Microsoft started a Windows Azure developing contest named new CloudApp();. While it first was only available for US candidates, the contest was opened for international submissions too. Knight Maarten The Brave Coffeedrinker and his fellow knightsmen at RealDolmen decided to submit a small sample application that could be hosted in an unknown environment, known by the digital villagers as "the cloud". The application was called TwitterMatic, named after the great god of social networking, Twitter. It would allow digital villagers to tell the latest stories, even when they were asleep or busy working." &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.maartenballiauw.be%2fpost%2f2009%2f07%2f02%2fHow-we-built-TwitterMaticnet-Part-1-Introduction.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.maartenballiauw.be%2fpost%2f2009%2f07%2f02%2fHow-we-built-TwitterMaticnet-Part-1-Introduction.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/azure/How_we_built_TwitterMatic_net_Part_1_Introduction</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/azure/How_we_built_TwitterMatic_net_Part_1_Introduction</guid>
      <pubDate>Thu, 02 Jul 2009 16:00:05 GMT</pubDate>
    </item>
    <item>
      <title>OpenForum - A Free Forum for ASP.NET MVC Applications</title>
      <description>One of the things that I really like about the MVC framework is that it offers some unique possibilities when it comes to third parties developing entire sub-systems that can easily be plugged into existing applications. Recently, I had some "down time" at my work and decided to take the opportunity to experiment with doing just that. Here are the results of that experiment. OpenForum is a forum that can easily be plugged into any MVC application with very little effort. In fact, there are only three steps to get OpenForum working with most MVC applications. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fsoftware.herbrandson.com%2findex.php%2f2009%2f06%2fopenforum-a-free-forum-for-mvc-applications"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fsoftware.herbrandson.com%2findex.php%2f2009%2f06%2fopenforum-a-free-forum-for-mvc-applications" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/OpenForum_A_Free_Forum_for_ASP_NET_MVC_Applications</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/OpenForum_A_Free_Forum_for_ASP_NET_MVC_Applications</guid>
      <pubDate>Tue, 30 Jun 2009 15:15:01 GMT</pubDate>
    </item>
    <item>
      <title>Request UAC Elevation for .net Application (Managed Code)</title>
      <description>This Article explains, how to request the operating system for UAC elevation for an application that requires administrator priviilege in windows VISTA, or windows 7 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.aneef.net%2f2009%2f06%2f29%2frequest-uac-elevation-for-net-application-managed-code%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.aneef.net%2f2009%2f06%2f29%2frequest-uac-elevation-for-net-application-managed-code%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Request_UAC_Elevation_for_net_Application_Managed_Code</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Request_UAC_Elevation_for_net_Application_Managed_Code</guid>
      <pubDate>Mon, 29 Jun 2009 15:40:09 GMT</pubDate>
    </item>
    <item>
      <title>A Better SMTP Development Server</title>
      <description>Looking for a way to test the email sending functionality of your application? There's no need to install a full-blown SMTP server - not as long as you have Antix SMTP Server for Developers in your bag of tricks. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fleedumond.com%2fblog%2fa-better-smtp-development-server%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fleedumond.com%2fblog%2fa-better-smtp-development-server%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/A_Better_SMTP_Development_Server</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/A_Better_SMTP_Development_Server</guid>
      <pubDate>Tue, 30 Jun 2009 19:45:00 GMT</pubDate>
    </item>
    <item>
      <title>If At First You Don't Succeed - Retrying Mail Operations in .NET</title>
      <description>Mail sent from your application didn't go through? Don't give up so easily! The majority of mail server interruptions are very temporary in nature, lasting only a few seconds. Instead of failing right away, why not give your SMTP client another shot? &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fleedumond.com%2fblog%2fretrying-mail-operations-in-net%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fleedumond.com%2fblog%2fretrying-mail-operations-in-net%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/If_At_First_You_Don_t_Succeed_Retrying_Mail_Operations_in_NET</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/If_At_First_You_Don_t_Succeed_Retrying_Mail_Operations_in_NET</guid>
      <pubDate>Mon, 29 Jun 2009 19:45:01 GMT</pubDate>
    </item>
    <item>
      <title>Asp.Net vs php : Speed Comparison</title>
      <description>Why is the myth that php is faster than Asp.Net so prevalent?  Asp.Net is faster than php, here are the facts. So many times I have heard php pushers claim that php is so much faster than Asp.Net and that Asp.Net is clunky and slow. The most annoying part is that everything I have read (that is not factless opinion), and I mean everything, says that this is wrong; but for some reason, this myth is widely accepted. It has become a religious argument that ignores the facts... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fnaspinski.net%2fpost%2fAspNet-vs-php--speed-comparison.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fnaspinski.net%2fpost%2fAspNet-vs-php--speed-comparison.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Asp_Net_vs_php_Speed_Comparison</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Asp_Net_vs_php_Speed_Comparison</guid>
      <pubDate>Mon, 15 Jun 2009 13:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Overview of .NET 4.0 features - C# 4.0 Named and Optional Parameters</title>
      <description>The concept of Optional parameters is not new and exists in other languages such as C++. Infact, the functionality is a part of the .NET framework and exists is in VB.NET. Optional parameters will be introduced in C# 4.0 and can be used to call a method without having to specify all the arguments. The intent of this feature is to assist in writing concise code and in COM interoperability.

 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dotnetcube.com%2fpost%2fOverview-of-NET-40-features-e28093-C-40-Named-and-Optional-Parameters.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dotnetcube.com%2fpost%2fOverview-of-NET-40-features-e28093-C-40-Named-and-Optional-Parameters.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Overview_of_NET_4_0_features_C_4_0_Named_and_Optional_Parameters</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Overview_of_NET_4_0_features_C_4_0_Named_and_Optional_Parameters</guid>
      <pubDate>Mon, 08 Jun 2009 13:45:05 GMT</pubDate>
    </item>
    <item>
      <title>5 Quick Steps to Get Introduced with VSTS and TFS 2010 Beta 1</title>
      <description>As the Beta 1 releases is pretty infant, there are very limited resources available in the web and community, so I just wanted to gather all of the useful resources with respect to these two tool in one places, so that anyone can move forward from installation to first "Hello VSTS/TFS" excitement smoothly. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fgeekswithblogs.net%2fjoycsharp%2farchive%2f2009%2f06%2f03%2f5-quick-steps-to-get-introduced-with-visual-studio-team.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fgeekswithblogs.net%2fjoycsharp%2farchive%2f2009%2f06%2f03%2f5-quick-steps-to-get-introduced-with-visual-studio-team.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/5_Quick_Steps_to_Get_Introduced_with_VSTS_and_TFS_2010_Beta_1</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/5_Quick_Steps_to_Get_Introduced_with_VSTS_and_TFS_2010_Beta_1</guid>
      <pubDate>Thu, 04 Jun 2009 06:15:00 GMT</pubDate>
    </item>
    <item>
      <title>LINQ to SQL changes in .NET 4.0</title>
      <description>What's fixed and breaking changes for LINQ to SQL in .NET 4.0 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdamieng.com%2fblog%2f2009%2f06%2f01%2flinq-to-sql-changes-in-net-40"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdamieng.com%2fblog%2f2009%2f06%2f01%2flinq-to-sql-changes-in-net-40" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/linq/LINQ_to_SQL_changes_in_NET_4_0</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/linq/LINQ_to_SQL_changes_in_NET_4_0</guid>
      <pubDate>Wed, 03 Jun 2009 12:15:00 GMT</pubDate>
    </item>
    <item>
      <title>Free ASP.NET 4.0 beta hosting available</title>
      <description>Guys from ORCS Web are offering free ASP.NET 4.0 beta hosting until the end of October. Hosting plan is called "VS2010 and Web Deployment Tool Beta Program". If you are interested in it then please feel free to sign up. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fgunnarpeipman%2farchive%2f2009%2f06%2f01%2ffree-asp-net-4-0-beta-hosting-available.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fgunnarpeipman%2farchive%2f2009%2f06%2f01%2ffree-asp-net-4-0-beta-hosting-available.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Free_ASP_NET_4_0_beta_hosting_available</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Free_ASP_NET_4_0_beta_hosting_available</guid>
      <pubDate>Mon, 01 Jun 2009 15:03:35 GMT</pubDate>
    </item>
    <item>
      <title>Performance testing of Dictionary, List and HashSet</title>
      <description>A quick little test of how the .net 3.5 Dictionary, List and HashSet compare adding and finding items. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fsoftscenario.blogspot.com%2f2009%2f05%2fperformance-testing-of-dictionary-list.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fsoftscenario.blogspot.com%2f2009%2f05%2fperformance-testing-of-dictionary-list.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Performance_testing_of_Dictionary_List_and_HashSet</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Performance_testing_of_Dictionary_List_and_HashSet</guid>
      <pubDate>Fri, 29 May 2009 20:30:00 GMT</pubDate>
    </item>
    <item>
      <title>Live Twitter stream of notable people in the .NET community</title>
      <description>Built with ASP.NET MVC, jQuery and TweetSharp &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fmanagedassembly.com%2ftwitter"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fmanagedassembly.com%2ftwitter" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/community/Live_Twitter_stream_of_notable_people_in_the_NET_community</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/community/Live_Twitter_stream_of_notable_people_in_the_NET_community</guid>
      <pubDate>Tue, 26 May 2009 19:00:00 GMT</pubDate>
    </item>
    <item>
      <title>My Dot Net Developer's tools list, and more.</title>
      <description>I gave a brownbag presentation at my current client recently about the common tools (in addition to Visual Studio), that I use on a regular basis for working with .NET or web development in general. I also threw in some non-development tools that are a part of my day to day life and make things easier. Here's the complete list: &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.DotNetSurfers.com%2fBlog%2f2009%2f05%2f23%2fMyDotNetDeveloperrsquosToolsListAndMorehellip.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.DotNetSurfers.com%2fBlog%2f2009%2f05%2f23%2fMyDotNetDeveloperrsquosToolsListAndMorehellip.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/My_Dot_Net_Developer_s_tools_list_and_more</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/My_Dot_Net_Developer_s_tools_list_and_more</guid>
      <pubDate>Wed, 27 May 2009 04:00:01 GMT</pubDate>
    </item>
    <item>
      <title>The Dynamic Programmer -  Tuple, a new type on .Net 4.0</title>
      <description>If you ever played with some language that have the Tuple type I bet you miss it in .Net. Well 4.0 adds it. Let's take a look at the implementation and how to use it. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.dynamicprogrammer.com%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.dynamicprogrammer.com%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/The_Dynamic_Programmer_Tuple_a_new_type_on_Net_4_0</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/The_Dynamic_Programmer_Tuple_a_new_type_on_Net_4_0</guid>
      <pubDate>Mon, 25 May 2009 19:00:06 GMT</pubDate>
    </item>
    <item>
      <title>Overview of .NET 4.0 features - ASP.NET 4.0 ClientIDMode</title>
      <description>In pre 4.0 days, when a server control is rendered, the framework would assign an ID to the control based on the control hierarchy. For example, a textbox of id &amp;quot;txtTest&amp;quot; in a user control that is used on a page would be rendered with the ID &amp;quot;WebUserControl11_txtTest&amp;quot;. Developers could use the ClientID property (ex: txtTest.ClientID) in the code behind to retrieve the ID assigned to the control by the framework. It was essential for the framework to assign the IDs this way to maintain uniqueness of the IDs on a page. In the prior example, the User Control that inherits from the System.Web.UI.UserControl implements the INamingContainer interface. Any control (either custom or a .NET control) that implements this interface would ensure unique naming scope for the child controls.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dotnetcube.com%2fpost%2fOverview-of-NET-40-features-e28093-ASPNET-40-ClientIDMode.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dotnetcube.com%2fpost%2fOverview-of-NET-40-features-e28093-ASPNET-40-ClientIDMode.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Overview_of_NET_4_0_features_ASP_NET_4_0_ClientIDMode</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Overview_of_NET_4_0_features_ASP_NET_4_0_ClientIDMode</guid>
      <pubDate>Mon, 25 May 2009 19:45:03 GMT</pubDate>
    </item>
    <item>
      <title>Visual Studio 2010 Beta 1 for MSDN Subscribers</title>
      <description>Visual Studio 2010 Beta 1 is now on MSDN along with .Net 4 Beta 1.

Some highlights from the information:

.Net 4.0
Cloud Development - Windows Azure which is basically utility computing where you pay by the hour for your usage.
Parallel Development - Not sure if this only means PLINQ for .Net developers or if they are only talking about C++ devs.  
TDD Improvements - Editor changes for building test cases first, and then writing the code.
ASP.NET - CSS grids and design surfaces changes, more Javascript debugging improvements.
C++ Compiler - Lots of changes for C++ development, including MFC.
Sharepoint templates 
New Project Templates
Windows 7 - MFC updates for Ribbon UI, and WPF changes.
Application Model Changes - Reverse existing codebases, and lots of changes in Architect Edition to support more model types (including Class Libraries finally).
Test Runner - This is potentially huge as it allows testers to submit bug reports complete with callstacks and traces that you can actually use to resume an app at the error point to avoid the dreaded No Repro on bug reports.  I have seen this demo and it is quite impressive.  We will see how it actually works though. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.vistadb.net%2fblog%2fpost%2f2009%2f05%2f17%2fvisual-studio-2010-beta-1.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.vistadb.net%2fblog%2fpost%2f2009%2f05%2f17%2fvisual-studio-2010-beta-1.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Visual_Studio_2010_Beta_1_for_MSDN_Subscribers</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Visual_Studio_2010_Beta_1_for_MSDN_Subscribers</guid>
      <pubDate>Tue, 19 May 2009 07:46:09 GMT</pubDate>
    </item>
    <item>
      <title>UppercuT - The Insanely Easy to Use Automated Build Framework</title>
      <description>Automated Builds as easy as (1) solution name, (2) source control path, (3) company name for most projects!!!

UppercuT is for developers who want a powerful build framework without a lot of set up work. UppercuT is for anyone who needs a standard way of building applications across an entire organization. UppercuT is for anyone who wants to concentrate on just writing code.

What can UppercuT do for you?
-Compiles your application 
-Versions the local code build  
-Runs your unit tests 
-Runs NCover 
-Runs NDepend (you will need a license - does not come with UppercuT) 
-Creates environment configuration files (using ENV.settings files and config.template files) - more on this later 
-Packages your application for deployment 
-Along the way, it can run custom tasks for you.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fferventcoder.com%2farchive%2f2009%2f05%2f08%2fuppercut---the-insanely-easy-to-use-automated-build-framework.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fferventcoder.com%2farchive%2f2009%2f05%2f08%2fuppercut---the-insanely-easy-to-use-automated-build-framework.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/UppercuT_The_Insanely_Easy_to_Use_Automated_Build_Framework</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/UppercuT_The_Insanely_Easy_to_Use_Automated_Build_Framework</guid>
      <pubDate>Tue, 19 May 2009 07:02:36 GMT</pubDate>
    </item>
    <item>
      <title>YUI Compressor for Visual Studio</title>
      <description>Add a custom tool in visual studio for YUI Compressor. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.lavablast.com%2fpost%2f2009%2f05%2fYUI-Compressor-for-Visual-Studio.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.lavablast.com%2fpost%2f2009%2f05%2fYUI-Compressor-for-Visual-Studio.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/YUI_Compressor_for_Visual_Studio</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/YUI_Compressor_for_Visual_Studio</guid>
      <pubDate>Wed, 13 May 2009 04:01:14 GMT</pubDate>
    </item>
    <item>
      <title>Open Source or Die - The *Real* Future of Graffiti?</title>
      <description>Telligent's Graffiti hasn't quite flatlined yet, but the signs aren't looking too good. Could OSS be the way to breathe life back into this once-promising CMS platform? &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fleedumond.com%2fblog%2fopen-source-or-die-the-real-future-of-graffiti%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fleedumond.com%2fblog%2fopen-source-or-die-the-real-future-of-graffiti%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/Open_Source_or_Die_The_Real_Future_of_Graffiti</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/Open_Source_or_Die_The_Real_Future_of_Graffiti</guid>
      <pubDate>Tue, 12 May 2009 12:16:02 GMT</pubDate>
    </item>
    <item>
      <title>Future of Business Intelligence and Databases</title>
      <description>The term business intelligence (BI) was coined by Howard Dresner in the early 1990s. He defined Business Intelligence as "a set of concepts and methodologies to improve decision making in business through use of facts and fact-based systems." In a time when data warehousing was considered leading-edge he created the vision that led to the development of business intelligence, as it is known today.  The once visionary BI is now commonplace and in near future a momentous transformation is about to take place.

BI is all set to bring information democracy where end users across an organization will be able to view information related to their segment. Further, with the rising consumer expectations there will be demand for capability requirements of BI as well. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.sqlauthority.com%2f2009%2f05%2f08%2fsqlauthority-news-future-of-business-intelligence-and-databases-article-by-nupur-dave%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.sqlauthority.com%2f2009%2f05%2f08%2fsqlauthority-news-future-of-business-intelligence-and-databases-article-by-nupur-dave%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/Future_of_Business_Intelligence_and_Databases</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/Future_of_Business_Intelligence_and_Databases</guid>
      <pubDate>Mon, 11 May 2009 05:31:02 GMT</pubDate>
    </item>
    <item>
      <title>Creating a MVVM &amp;quot;Hello World&amp;quot; application in 30 seconds</title>
      <description>A example of how to create a hello world MVVM application using the MVVM toolkit! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdotnet.org.za%2frudi%2farchive%2f2009%2f05%2f07%2fcreating-a-mvvm-hello-world-application-in-30-seconds.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdotnet.org.za%2frudi%2farchive%2f2009%2f05%2f07%2fcreating-a-mvvm-hello-world-application-in-30-seconds.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wpf/Creating_a_MVVM_Hello_World_application_in_30_seconds</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wpf/Creating_a_MVVM_Hello_World_application_in_30_seconds</guid>
      <pubDate>Fri, 08 May 2009 17:31:02 GMT</pubDate>
    </item>
    <item>
      <title>Using jQuery Validation in ASP.NET Master Pages</title>
      <description>jQuery has a Validation plug-in which is full of features and is quite flexible. However the name mangling in ASP.NET Master Pages presents interesting challenges in using this plug-in and I could not find a working solution on the net. In this article, I will demonstrate how to use the jQuery Validation plug-in with Master Pages &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%3d310"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dotnetcurry.com%2fShowArticle.aspx%3fID%3d310" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/jquery/Using_jQuery_Validation_in_ASP_NET_Master_Pages</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/jquery/Using_jQuery_Validation_in_ASP_NET_Master_Pages</guid>
      <pubDate>Mon, 11 May 2009 13:01:03 GMT</pubDate>
    </item>
    <item>
      <title>Top 5 SQL System stored procedures every developer should know</title>
      <description>There are a number of documented and undocumented system stored procedures in MS SQL Server that are helpful for every web developer working with databases. From the developer's perspective, here's a list of 5 System stored procedures that are my favorite. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dotnetcube.com%2fpost%2fTop-5-SQL-System-stored-procedures-every-developer-should-know.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dotnetcube.com%2fpost%2fTop-5-SQL-System-stored-procedures-every-developer-should-know.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/Top_5_SQL_System_stored_procedures_every_developer_should_know</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/Top_5_SQL_System_stored_procedures_every_developer_should_know</guid>
      <pubDate>Wed, 13 May 2009 17:31:02 GMT</pubDate>
    </item>
    <item>
      <title>Free Chapter of Beginning ASP.NET MVC 1.0 Published</title>
      <description>Simone Chiaretta announces the availability of chapter 9 of Wrox Beginning ASP.NET MVC 1.0 book about Testing ASP.NET MVC Applications and shares some good news about the release date of the book. &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%2f2009%2f04%2f29%2ffree-chapter-of-beginning-asp.net-mvc-1.0-ndash-testing-asp.net.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodeclimber.net.nz%2farchive%2f2009%2f04%2f29%2ffree-chapter-of-beginning-asp.net-mvc-1.0-ndash-testing-asp.net.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/Free_Chapter_of_Beginning_ASP_NET_MVC_1_0_Published</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/Free_Chapter_of_Beginning_ASP_NET_MVC_1_0_Published</guid>
      <pubDate>Thu, 30 Apr 2009 01:46:05 GMT</pubDate>
    </item>
    <item>
      <title>Monitoring SQL Server Performance: Quickie Edition</title>
      <description>There are various mechanisms to measure the performance of your SQL Server. An efficient way to do it is through digging in with Performance Monitor. 

But how about if you only need a quick and dirty way of monitoring your SQL Server right now?

There are built-in functions for that one. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdbalink.wordpress.com%2f2009%2f04%2f28%2fmonitoring-sql-server-performance-quickie-edition%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdbalink.wordpress.com%2f2009%2f04%2f28%2fmonitoring-sql-server-performance-quickie-edition%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/Monitoring_SQL_Server_Performance_Quickie_Edition</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/Monitoring_SQL_Server_Performance_Quickie_Edition</guid>
      <pubDate>Wed, 29 Apr 2009 16:27:47 GMT</pubDate>
    </item>
  </channel>
</rss>