<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by CVertex</title>
    <description>Stories kicked by CVertex</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>LINQ to SQL Data Context Provider</title>
      <description>Provides an approach to lifetime management of LINQ to SQL Data Contexts with a strategy based pattern for caching the Data Context.  The solution also allows the Data Context to be set up using a registration approach.  Included code will work for web, winforms, or service projects. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.ericswann.org%2fblog%2farchive%2f2009%2f04%2f06%2flinq-to-sql-datacontext-provider-revisited.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.ericswann.org%2fblog%2farchive%2f2009%2f04%2f06%2flinq-to-sql-datacontext-provider-revisited.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/LINQ_to_SQL_Data_Context_Provider</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/LINQ_to_SQL_Data_Context_Provider</guid>
      <pubDate>Thu, 09 Apr 2009 19:46:15 GMT</pubDate>
    </item>
    <item>
      <title>Wanna see ASP.NET MVC RTM-ed? Help test MVC RC2</title>
      <description>ASP.NET MVC RC2 has just been released, and it includes a pretty big change in the installation process. Before it is RTMed they want to make sure it doesn't break anything, so, help test the installation procedure in as many machine as you can, and report problems. &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%2f03%2f04%2fwanna-see-asp.net-mvc-rtmed-test-mvc-rc2.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodeclimber.net.nz%2farchive%2f2009%2f03%2f04%2fwanna-see-asp.net-mvc-rtmed-test-mvc-rc2.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/Wanna_see_ASP_NET_MVC_RTM_ed_Help_test_MVC_RC2</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/Wanna_see_ASP_NET_MVC_RTM_ed_Help_test_MVC_RC2</guid>
      <pubDate>Wed, 04 Mar 2009 12:16:03 GMT</pubDate>
    </item>
    <item>
      <title>Send Emails with .NET and Gmail</title>
      <description>So here's a snippet of code which will send a Transformers themed email using Gmail's SMPT service. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fgatekiller.co.uk%2fPost%2fSend_Emails_with_.NET_and_Gmail"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fgatekiller.co.uk%2fPost%2fSend_Emails_with_.NET_and_Gmail" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Send_Emails_with_NET_and_Gmail</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Send_Emails_with_NET_and_Gmail</guid>
      <pubDate>Thu, 26 Feb 2009 16:46:25 GMT</pubDate>
    </item>
    <item>
      <title>100% Unit Testable Linq To Sql Repository - Kazi Manzur Rashid's Blog</title>
      <description>In this post, I will show you how you can architect your Linq To Sql repository which will have 100% code coverage. I will use our favorite Northwind database along with my ongoing UnityCommonServiceLocatorMVC project. First, lets add a Linq To Sql diagram in our project and drag n drop the Category and Product table that will look something like foll... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2frashid%2farchive%2f2009%2f02%2f19%2f100-unit-testable-linq-to-sql-repository.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2frashid%2farchive%2f2009%2f02%2f19%2f100-unit-testable-linq-to-sql-repository.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/unittesting/100_Unit_Testable_Linq_To_Sql_Repository_Kazi_Manzur_Rashid_s_Blog</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/unittesting/100_Unit_Testable_Linq_To_Sql_Repository_Kazi_Manzur_Rashid_s_Blog</guid>
      <pubDate>Fri, 20 Feb 2009 23:31:47 GMT</pubDate>
    </item>
    <item>
      <title>Creating RSS Feeds Using ASP.NET 3.5</title>
      <description>&amp;quot;We wanted to have an RSS feed so customers could keep up to date with new or recently updated Dovetail Knowledge Base articles. My personal mental gate was that I really didn't want to try to figure out how to properly create an RSS or Atom feed and I didn't want to bother with complex heavy handed frameworks like Argotic. Then one day Josh introduced me to the System.ServiceModel.Syndication namespace (introduced in .Net 3.5) and my life was never the same. &amp;quot; &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.dovetailsoftware.com%2fblogs%2fkmiller%2farchive%2f2009%2f02%2f06%2fcreating-rss-feeds-using-asp-net.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.dovetailsoftware.com%2fblogs%2fkmiller%2farchive%2f2009%2f02%2f06%2fcreating-rss-feeds-using-asp-net.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Creating_RSS_Feeds_Using_ASP_NET_3_5</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Creating_RSS_Feeds_Using_ASP_NET_3_5</guid>
      <pubDate>Thu, 19 Feb 2009 22:01:05 GMT</pubDate>
    </item>
    <item>
      <title>jQuery Ajax Tooltip</title>
      <description>Example of using jQuery 1.3 and the new live() method for creating an ajax tooltip. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2frndnext.blogspot.com%2f2009%2f02%2fjquery-ajax-tooltip.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2frndnext.blogspot.com%2f2009%2f02%2fjquery-ajax-tooltip.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/jquery/jQuery_Ajax_Tooltip</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/jquery/jQuery_Ajax_Tooltip</guid>
      <pubDate>Sun, 15 Feb 2009 22:01:04 GMT</pubDate>
    </item>
    <item>
      <title>How to use Ninject to inject dependencies into ASP.NET MVC ActionFilte</title>
      <description>Simone shows us how to use Ninjet to inject dependencies to ASP.NET MVC. &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%2f02%2f10%2fhow-to-use-ninject-to-inject-dependencies-into-asp.net-mvc.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodeclimber.net.nz%2farchive%2f2009%2f02%2f10%2fhow-to-use-ninject-to-inject-dependencies-into-asp.net-mvc.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/How_to_use_Ninject_to_inject_dependencies_into_ASP_NET_MVC_ActionFilte</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/How_to_use_Ninject_to_inject_dependencies_into_ASP_NET_MVC_ActionFilte</guid>
      <pubDate>Tue, 10 Feb 2009 19:01:03 GMT</pubDate>
    </item>
    <item>
      <title>Fluent Validation With ASP.NET MVC and Db4o</title>
      <description>In this post, Tuna tries to implement validation that uses Fluent Validation as its validation framework. The approach he has taken is to apply validation rules at persistence level.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.tunatoksoz.com%2fpost%2fFluent-Validation-With-ASPNET-MVC-and-Db4o.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.tunatoksoz.com%2fpost%2fFluent-Validation-With-ASPNET-MVC-and-Db4o.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/Fluent_Validation_With_ASP_NET_MVC_and_Db4o</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/Fluent_Validation_With_ASP_NET_MVC_and_Db4o</guid>
      <pubDate>Tue, 10 Feb 2009 03:16:02 GMT</pubDate>
    </item>
    <item>
      <title>C# - String versus StringBuilder</title>
      <description>This is a frequent topic in a lot of interviews I have been a part of recently. A person would have to explain why you should use a StringBuilder instead of a String. If you can't explain the difference, you probably need to beef up your C# knowledge. You are in luck today. I will show you why. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fepblog.eliotpearson.com%2farticle%2fview%2fid%2f119"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fepblog.eliotpearson.com%2farticle%2fview%2fid%2f119" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/C_String_versus_StringBuilder</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/C_String_versus_StringBuilder</guid>
      <pubDate>Sun, 08 Feb 2009 04:40:15 GMT</pubDate>
    </item>
    <item>
      <title>.NET GoogleReader API</title>
      <description>I received some emails last night requesting the source for the console app (download here) that I am using to extract my feeds from google reader, so I figured I would write a quick post about it.  Just to be clear, as far as I know the API is still unofficial and I have no idea when or if google plans on making it public.  So it goes without saying that it could go away, or change dramatically at anytime.  But if you are still interested, here is what you need to know. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fmattberseth.com%2fblog%2f2009%2f02%2fnet_googlereader_api.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fmattberseth.com%2fblog%2f2009%2f02%2fnet_googlereader_api.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/NET_GoogleReader_API_1</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/NET_GoogleReader_API_1</guid>
      <pubDate>Sun, 08 Feb 2009 20:31:03 GMT</pubDate>
    </item>
    <item>
      <title>Generic Filter Control for Silverlight DataGrid</title>
      <description>During the creation of a recent demo Silverlight project, I tasked myself with creating a generic (re-useable) filter control that I could use to filter rows in a Silverlight DataGrid.
The control had to be lightweight, and work automatically with any object collection that the DataGrid was bound to - thus making it plug-and-play for any future uses.
I've created a great starting point with this, by designing a set of inter-operating classes that have the following key features.
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.buttonchrome.com%2fpost%2fGeneric-Filter-Control-for-Silverlight-DataGrid.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.buttonchrome.com%2fpost%2fGeneric-Filter-Control-for-Silverlight-DataGrid.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/Generic_Filter_Control_for_Silverlight_DataGrid</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/Generic_Filter_Control_for_Silverlight_DataGrid</guid>
      <pubDate>Fri, 06 Feb 2009 20:18:45 GMT</pubDate>
    </item>
    <item>
      <title>Aspect Oriented Programming in C#.NET - Part 2</title>
      <description>We will continue with the same problem of the Customer Sales application discussed in Part I. We saw in the previous article, tangling code originated from cross cut concerns. We also found that to solve this problem we separate the cross cut concerns from main concerns.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dotnetfunda.com%2farticles%2farticle254.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dotnetfunda.com%2farticles%2farticle254.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Aspect_Oriented_Programming_in_C_NET_Part_2</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Aspect_Oriented_Programming_in_C_NET_Part_2</guid>
      <pubDate>Fri, 06 Feb 2009 19:24:53 GMT</pubDate>
    </item>
    <item>
      <title>Aspect Oriented Programming in C#.NET - Part 1</title>
      <description>A lot has been written about AOP (Aspect Oriented Programming) on the Web, but none of the articles cover how to implement it practically in C#. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dotnetfunda.com%2farticles%2farticle253.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dotnetfunda.com%2farticles%2farticle253.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/patterns/Aspect_Oriented_Programming_in_C_NET_Part_1</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/patterns/Aspect_Oriented_Programming_in_C_NET_Part_1</guid>
      <pubDate>Fri, 06 Feb 2009 19:24:00 GMT</pubDate>
    </item>
    <item>
      <title>An introduction to the SOLID principles of OO design</title>
      <description>I would be very hard pressed to go passed Robert &amp;quot;Uncle Bob&amp;quot; Martin's SOLID principles as the single most useful tool for helping me with OO design. I thought I'd post my interpretation of the principles as a refresher for myself, and as an introduction for anyone trying the learn the terminology. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdavesquared.blogspot.com%2f2009%2f01%2fintroduction-to-solid-principles-of-oo.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdavesquared.blogspot.com%2f2009%2f01%2fintroduction-to-solid-principles-of-oo.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/An_introduction_to_the_SOLID_principles_of_OO_design</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/An_introduction_to_the_SOLID_principles_of_OO_design</guid>
      <pubDate>Fri, 06 Feb 2009 07:29:00 GMT</pubDate>
    </item>
    <item>
      <title>WCF and JSON in Working Together</title>
      <description>How to get client side javascript actions communicating easily with a WCF web service. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.pixel73.com%2fblog%2fDefault.aspx%3fg%3dposts%26t%3d4176"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.pixel73.com%2fblog%2fDefault.aspx%3fg%3dposts%26t%3d4176" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/webservices/WCF_and_JSON_in_Working_Together</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/webservices/WCF_and_JSON_in_Working_Together</guid>
      <pubDate>Fri, 06 Feb 2009 06:29:28 GMT</pubDate>
    </item>
    <item>
      <title>Html and Uri String Encoding without System.Web</title>
      <description>Good article on doing what the title says &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.west-wind.com%2fweblog%2fposts%2f617930.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.west-wind.com%2fweblog%2fposts%2f617930.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Html_and_Uri_String_Encoding_without_System_Web</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Html_and_Uri_String_Encoding_without_System_Web</guid>
      <pubDate>Tue, 10 Feb 2009 05:31:17 GMT</pubDate>
    </item>
    <item>
      <title>Back to Basics - Zip in .NET</title>
      <description>The post shares a problem the author solved using  the .NET framework's GZipStream object of the System.IO.Compression namespace. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.microsoft.co.il%2fblogs%2fgilf%2farchive%2f2009%2f02%2f05%2fback-to-basics-zip-in-net.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.microsoft.co.il%2fblogs%2fgilf%2farchive%2f2009%2f02%2f05%2fback-to-basics-zip-in-net.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Back_to_Basics_Zip_in_NET</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Back_to_Basics_Zip_in_NET</guid>
      <pubDate>Fri, 06 Feb 2009 02:29:04 GMT</pubDate>
    </item>
    <item>
      <title>Chapter 1 - An Introduction to ASP.NET MVC</title>
      <description>This is a rough draft of a chapter from the book ASP.NET MVC Framework Unleashed by Stephen Walther. Comments are welcome and appreciated.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fstephenwalther.com%2fblog%2farchive%2f2009%2f02%2f05%2fchapter-1-an-introduction-to-asp.net-mvc.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fstephenwalther.com%2fblog%2farchive%2f2009%2f02%2f05%2fchapter-1-an-introduction-to-asp.net-mvc.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/Chapter_1_An_Introduction_to_ASP_NET_MVC</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/Chapter_1_An_Introduction_to_ASP_NET_MVC</guid>
      <pubDate>Thu, 05 Feb 2009 23:54:32 GMT</pubDate>
    </item>
    <item>
      <title>WCF Features in .NET Framework 4.0</title>
      <description>WCF providing a way to define service contracts and to configure endpoint definitions using the declarative XAML in .NET Framework 4.0.

Consider the WCF service contract definition:

 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.techbubbles.com%2fwcf%2fwcf-features-in-net-framework-40%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.techbubbles.com%2fwcf%2fwcf-features-in-net-framework-40%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/webservices/WCF_Features_in_NET_Framework_4_0</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/webservices/WCF_Features_in_NET_Framework_4_0</guid>
      <pubDate>Sun, 08 Feb 2009 21:16:02 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET MVC Validation - The Definitive Guide (in my eyes)</title>
      <description>After trying a ton of techniques, I bring you the tried &amp;amp; tested definitive guide to ASP.NET MVC validation utilising both CLIENT (jQuery validator plugin) and SERVER validation ready to go with strong object model validation AND compatible with LINQ 2 SQL.  What more could one want?! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fgoneale.wordpress.com%2f2009%2f01%2f19%2faspnet-mvc-validation-the-definitive-guide-in-my-eyes%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fgoneale.wordpress.com%2f2009%2f01%2f19%2faspnet-mvc-validation-the-definitive-guide-in-my-eyes%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/ASP_NET_MVC_Validation_The_Definitive_Guide_in_my_eyes</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/ASP_NET_MVC_Validation_The_Definitive_Guide_in_my_eyes</guid>
      <pubDate>Tue, 10 Feb 2009 06:16:03 GMT</pubDate>
    </item>
    <item>
      <title>Minifying HTML and JavaScript Using Microsoft Expression Web</title>
      <description>I don't get an opportunity to use Microsoft Expression Web that often, but when I do, I always discover new features. I was looking for a way to compress HTML and JavaScript files that I was generating for one of our affiliations. In Expression Web, simply go to Tools &amp;gt; Optimize HTML to see a list of options. Just remember to resave your files as a different name in case you remove comments unless the comments can be lost. If you need to take a .min file or a compressed file and see a more fluent version of the source, you can right-click in the source window and choose Reformat HTML to reformat the source. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fjgaylord%2farchive%2f2009%2f02%2f04%2fminifying-html-and-javascript-using-microsoft-expression-web.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fjgaylord%2farchive%2f2009%2f02%2f04%2fminifying-html-and-javascript-using-microsoft-expression-web.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Minifying_HTML_and_JavaScript_Using_Microsoft_Expression_Web</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Minifying_HTML_and_JavaScript_Using_Microsoft_Expression_Web</guid>
      <pubDate>Thu, 05 Feb 2009 03:08:33 GMT</pubDate>
    </item>
    <item>
      <title>Web Deployment with VS 2010 and IIS</title>
      <description>The MSDeploy tool which will be included in Visual Studio 2010 includes some fixes for key painpoints like database deployment and managing different web.config settings in development, test, and production. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.msdn.com%2fwebdevtools%2farchive%2f2009%2f02%2f04%2fweb-deployment-with-vs-2010-and-iis.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.msdn.com%2fwebdevtools%2farchive%2f2009%2f02%2f04%2fweb-deployment-with-vs-2010-and-iis.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Web_Deployment_with_VS_2010_and_IIS</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Web_Deployment_with_VS_2010_and_IIS</guid>
      <pubDate>Mon, 09 Feb 2009 18:16:02 GMT</pubDate>
    </item>
    <item>
      <title>How to use the Class Diagram designer in a Silverlight Project</title>
      <description>A simple procedure that describes how to use the Class Diagram designer in a Silverlight Project &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.nablasoft.com%2fguardian%2findex.php%2f2009%2f02%2f04%2fclass-diagram-designer-silverlight-project%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.nablasoft.com%2fguardian%2findex.php%2f2009%2f02%2f04%2fclass-diagram-designer-silverlight-project%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/How_to_use_the_Class_Diagram_designer_in_a_Silverlight_Project</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/How_to_use_the_Class_Diagram_designer_in_a_Silverlight_Project</guid>
      <pubDate>Wed, 04 Feb 2009 23:46:39 GMT</pubDate>
    </item>
    <item>
      <title>How to Change Namespace of .NET&amp;#160;Assembly?</title>
      <description>Let's take a compiled .NET assembly and move every single class in it to a new namespace. It takes just a few lines of code. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fabdullin.com%2fjournal%2f2009%2f1%2f30%2fhow-to-change-namespace-of-net-assembly.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fabdullin.com%2fjournal%2f2009%2f1%2f30%2fhow-to-change-namespace-of-net-assembly.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/How_to_Change_Namespace_of_NET Assembly</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/How_to_Change_Namespace_of_NET Assembly</guid>
      <pubDate>Sat, 31 Jan 2009 02:33:17 GMT</pubDate>
    </item>
    <item>
      <title> Open source Mono framework brings C# to iPhone and Wii</title>
      <description>Mono, an open source implementation of the .NET runtime, is being used to build games for the iPhone and Wii. Ars looks at how static compilation has made it possible for Mono applications to meet Apple's requirements for inclusion in the App Store. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2farstechnica.com%2fopen-source%2fnews%2f2009%2f01%2fopen-source-mono-framework-brings-c-to-iphone-and-wii.ars"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2farstechnica.com%2fopen-source%2fnews%2f2009%2f01%2fopen-source-mono-framework-brings-c-to-iphone-and-wii.ars" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mono/Open_source_Mono_framework_brings_C_to_iPhone_and_Wii</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mono/Open_source_Mono_framework_brings_C_to_iPhone_and_Wii</guid>
      <pubDate>Sat, 31 Jan 2009 02:13:17 GMT</pubDate>
    </item>
  </channel>
</rss>