<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by photoz</title>
    <description>Stories kicked by photoz</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>Working with WCF: Pt 2 - Your First Host and A Bit About Configuration</title>
      <description>So now you have a service, congratulations! What are you going to do with it. Some people like to say of WCF that you have ". a multitude of hosting options" but in reality you have two; host it in IIS or create your own host.

 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fjamescbender.com%2fbendersblog%2farchive%2f2010%2f03%2f17%2fworking-with-wcf-part-two-ndash-your-first-host-and.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fjamescbender.com%2fbendersblog%2farchive%2f2010%2f03%2f17%2fworking-with-wcf-part-two-ndash-your-first-host-and.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wcf/Working_with_WCF_Pt_2_Your_First_Host_and_A_Bit_About_Configuration</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wcf/Working_with_WCF_Pt_2_Your_First_Host_and_A_Bit_About_Configuration</guid>
      <pubDate>Mon, 22 Mar 2010 14:00:06 GMT</pubDate>
    </item>
    <item>
      <title>When &amp;quot;Activator&amp;quot; is just to slow</title>
      <description>Nice performance tip &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.smelser.net%2fblog%2fpost%2f2010%2f03%2f05%2fWhen-Activator-is-just-to-slow.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.smelser.net%2fblog%2fpost%2f2010%2f03%2f05%2fWhen-Activator-is-just-to-slow.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/When_Activator_is_just_to_slow</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/When_Activator_is_just_to_slow</guid>
      <pubDate>Sun, 21 Mar 2010 11:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Working with WCF: Part One: Introduction and Your First Service</title>
      <description>I've been playing with WCF since .NET 3 came out. Sometimes I have to be reminded that not everybody is as familiar with all it's "cob-webby corners" as I am. And that's OK. Often (too often) I encounter someone who has NEVER used WCF and doesn't even know where to begin.That's not so OK.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fjamescbender.com%2fbendersblog%2farchive%2f2010%2f03%2f06%2fworking-with-wcf-part-one-introduction-and-your-first-service.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fjamescbender.com%2fbendersblog%2farchive%2f2010%2f03%2f06%2fworking-with-wcf-part-one-introduction-and-your-first-service.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wcf/Working_with_WCF_Part_One_Introduction_and_Your_First_Service</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wcf/Working_with_WCF_Part_One_Introduction_and_Your_First_Service</guid>
      <pubDate>Fri, 12 Mar 2010 16:30:00 GMT</pubDate>
    </item>
    <item>
      <title>60+ .Net libraries every developer should know about</title>
      <description>Every good developer knows never to re-invent the wheel, especially if there is software out there that has been tested by others, and has an established track record. As a developer using the .NET framework I've found some of these libraries invaluable, so I'm sharing them for some of the other dev's out there with a brief outline of how to use. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.webdistortion.com%2f2010%2f02%2f16%2f60-net-libraries-every-developer-should-know-about%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.webdistortion.com%2f2010%2f02%2f16%2f60-net-libraries-every-developer-should-know-about%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/60_Net_libraries_every_developer_should_know_about</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/60_Net_libraries_every_developer_should_know_about</guid>
      <pubDate>Wed, 17 Feb 2010 12:45:03 GMT</pubDate>
    </item>
    <item>
      <title>Binding UI Events from View to commands in ViewModel in Silverlight 4</title>
      <description>In previous two posts we covered wiring up the Views and ViewModels and Blendability and showing ModalDialogs in MVVM way.

Today we will touch another problem that people starting with MVVM very often fail to address properly:

Handling the UI Events of the View in the ViewModel while avoiding placing any logic in code behind of the View.

So our design goals for this post are:

    * We want to be able to wire-up UI Events to the commands in ViewModel via DataBinding in Xaml without any code behind in the View

    * View should not be aware of the ViewModel's type or any other details of its existence - View should just use Silverlight's DataBinding to access its ViewModel public properties (its DataContext) regardless of what is actually set to be there

    * We want to be able to handle any event that occurs in View (that includes not only Button clicks but also Mouse events,  Drag and Drop events, Loaded events etc).
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.roboblob.com%2f2010%2f01%2f26%2fbinding-ui-events-from-view-to-commands-in-viewmodel-in-silverlight-4%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.roboblob.com%2f2010%2f01%2f26%2fbinding-ui-events-from-view-to-commands-in-viewmodel-in-silverlight-4%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/Binding_UI_Events_from_View_to_commands_in_ViewModel_in_Silverlight_4</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/Binding_UI_Events_from_View_to_commands_in_ViewModel_in_Silverlight_4</guid>
      <pubDate>Wed, 27 Jan 2010 11:15:17 GMT</pubDate>
    </item>
    <item>
      <title>Keeping Your ASP.NET Session Alive Using jQuery</title>
      <description>The following article demonstrates how to keep your session alive when you're 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%3d453"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dotnetcurry.com%2fShowArticle.aspx%3fID%3d453" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/Keeping_Your_ASP_NET_Session_Alive_Using_jQuery</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/Keeping_Your_ASP_NET_Session_Alive_Using_jQuery</guid>
      <pubDate>Thu, 28 Jan 2010 12:00:01 GMT</pubDate>
    </item>
    <item>
      <title>How to host a WCF Service inside your Windows Service</title>
      <description>Taking a look how to host your WCF service inside your Windows Service. In many situations hosting WCF inside of IIS may not be the best solution for you or your team. When this is the case hosting inside a windows service may be the best solution and in this episode we will take a look at how you can accomplish this. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dimecasts.net%2fCasts%2fCastDetails%2f154"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dimecasts.net%2fCasts%2fCastDetails%2f154" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wcf/How_to_host_a_WCF_Service_inside_your_Windows_Service</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wcf/How_to_host_a_WCF_Service_inside_your_Windows_Service</guid>
      <pubDate>Tue, 08 Dec 2009 17:15:00 GMT</pubDate>
    </item>
    <item>
      <title>Review of SubSonic 3 from a SubSonic 2.x user perspective</title>
      <description>A quick review of SubSonic 3.0.0.3 from the perspective of a developer who's implemented SubSonic 2.x on numerous projects. An overview of initial likes and dislikes and a little bit of code snippets to bring back 2.x functions missing from 3.0. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fjamesewelch.com%2f2009%2f08%2f19%2fsubsonic-3-0%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fjamesewelch.com%2f2009%2f08%2f19%2fsubsonic-3-0%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Review_of_SubSonic_3_from_a_SubSonic_2_x_user_perspective_1</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Review_of_SubSonic_3_from_a_SubSonic_2_x_user_perspective_1</guid>
      <pubDate>Thu, 20 Aug 2009 20:00:00 GMT</pubDate>
    </item>
    <item>
      <title>.NET - IP Address Location In ASP.NET</title>
      <description>Get client's ip address from a free online web query. &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%3d325"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dotnetcurry.com%2fShowArticle.aspx%3fID%3d325" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/NET_IP_Address_Location_In_ASP_NET</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/NET_IP_Address_Location_In_ASP_NET</guid>
      <pubDate>Thu, 25 Jun 2009 17:45:02 GMT</pubDate>
    </item>
    <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 17:46:15 GMT</pubDate>
    </item>
    <item>
      <title>10 C# Shorthands that improve productivity</title>
      <description>One of the best things about C# is that as the language and libraries expand thought is put into keeping things readable. Below I have listed 10 shorthands that you can use to make your code tighter and less wordy. No doubt you know one or more already - but do you currently use all ten of them ? &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dijksterhuis.org%2f10-c-coding-shorthands-that-improve-productivity%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dijksterhuis.org%2f10-c-coding-shorthands-that-improve-productivity%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/10_C_Shorthands_that_improve_productivity</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/10_C_Shorthands_that_improve_productivity</guid>
      <pubDate>Tue, 17 Mar 2009 20:46:02 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET - YSlow and ASP.NET: 100 points &amp;quot;A&amp;quot; grade is possible</title>
      <description>Just in case if somebody doesn't know what YSlow is? YSlow is Firefox add-on integrated with Firebug.  It analyzes web pages and tells you why they are slow. You can run it on you project and see your grade. You can do some easy improvements and maybe even get D grade. However to get higher then D grade becomes a real challenge.  Below I will describe how I got A grade (100 points) on my web blog application.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.karpach.com%2fyslow-and-asp-net-100-points-a-grade.htm"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.karpach.com%2fyslow-and-asp-net-100-points-a-grade.htm" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/ASP_NET_YSlow_and_ASP_NET_100_points_A_grade_is_possible</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/ASP_NET_YSlow_and_ASP_NET_100_points_A_grade_is_possible</guid>
      <pubDate>Mon, 02 Mar 2009 18:46:02 GMT</pubDate>
    </item>
    <item>
      <title>Creating SOLID Code: Single Responsibility Principle (SRP)</title>
      <description>Taking a look at how to create SOLID Code: Single Responsibility Principle (SRP).  This is a first in a series where we will take a look at each of the parts the SOLID Principle &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dimecasts.net%2fCasts%2fCastDetails%2f88"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dimecasts.net%2fCasts%2fCastDetails%2f88" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/Creating_SOLID_Code_Single_Responsibility_Principle_SRP</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/Creating_SOLID_Code_Single_Responsibility_Principle_SRP</guid>
      <pubDate>Thu, 26 Feb 2009 21:46:02 GMT</pubDate>
    </item>
    <item>
      <title>A New Look for Visual Studio 2010!</title>
      <description>At the PDC and TechEd EMEA last year we described our new editor support built on the WPF technology in .NET Framework 4.0.  Today I'm happy to reveal the new UI for Visual Studio, also built on WPF: &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.msdn.com%2fjasonz%2farchive%2f2009%2f02%2f20%2fa-new-look-for-visual-studio-2010.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.msdn.com%2fjasonz%2farchive%2f2009%2f02%2f20%2fa-new-look-for-visual-studio-2010.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/A_New_Look_for_Visual_Studio_2010</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/A_New_Look_for_Visual_Studio_2010</guid>
      <pubDate>Wed, 25 Feb 2009 03:46:02 GMT</pubDate>
    </item>
    <item>
      <title>WPF XAML Data Binding Cheat Sheet</title>
      <description>One of the best things about WPF is the advanced data binding support, the Binding class that is used to create data bindings has many interesting and useful options.

And I never remember the more advanced options when I'm writing XAML.

So I wrote a very detailed "cheat sheet" for the WPF Binding class ...  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.nbdtech.com%2fblog%2farchive%2f2009%2f02%2f02%2fwpf-xaml-data-binding-cheat-sheet.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.nbdtech.com%2fblog%2farchive%2f2009%2f02%2f02%2fwpf-xaml-data-binding-cheat-sheet.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wpf/WPF_XAML_Data_Binding_Cheat_Sheet</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wpf/WPF_XAML_Data_Binding_Cheat_Sheet</guid>
      <pubDate>Mon, 02 Feb 2009 22:31:02 GMT</pubDate>
    </item>
    <item>
      <title>Install SQL Server (Express) with your Application</title>
      <description>A bootstrap to allow the deployment of SQL Server Express along with your Application &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%2f01%2f29%2finstall-sql-server-express-with-your-application%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.nablasoft.com%2fguardian%2findex.php%2f2009%2f01%2f29%2finstall-sql-server-express-with-your-application%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Install_SQL_Server_Express_with_your_Application</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Install_SQL_Server_Express_with_your_Application</guid>
      <pubDate>Fri, 30 Jan 2009 07:31:03 GMT</pubDate>
    </item>
    <item>
      <title>Compressing JS files as part of your build process</title>
      <description>Ideally, we want to develop using readable JavaScript files (even 3rd party files) and deploy compressed/obfuscated code. Our solution has simply been to apply a post-build task to our project. Here's what we did &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcodebetter.com%2fblogs%2fkarlseguin%2farchive%2f2008%2f12%2f29%2fcompressing-js-files-as-part-of-your-build-process.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodebetter.com%2fblogs%2fkarlseguin%2farchive%2f2008%2f12%2f29%2fcompressing-js-files-as-part-of-your-build-process.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Compressing_JS_files_as_part_of_your_build_process</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Compressing_JS_files_as_part_of_your_build_process</guid>
      <pubDate>Tue, 30 Dec 2008 05:16:02 GMT</pubDate>
    </item>
    <item>
      <title>Cleaning Up Your C# Closet, Making Messy C# Code More Readable</title>
      <description>Struggling with an existing code base and want to tidy things up? This article gives some great tips on how to do this along with a real world example.  The end result is much more readable code that is easier to maintain. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fkeithelder.net%2fblog%2farchive%2f2008%2f12%2f22%2fcleaning-up-your-c-closet-making-messy-c-code-more.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fkeithelder.net%2fblog%2farchive%2f2008%2f12%2f22%2fcleaning-up-your-c-closet-making-messy-c-code-more.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Cleaning_Up_Your_C_Closet_Making_Messy_C_Code_More_Readable</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Cleaning_Up_Your_C_Closet_Making_Messy_C_Code_More_Readable</guid>
      <pubDate>Tue, 23 Dec 2008 03:01:05 GMT</pubDate>
    </item>
    <item>
      <title>3 reasons why you should let Google host jQuery for you</title>
      <description>Three reasons why you should use the Google AJAX Libraries CDN for your public facing sites that use jQuery (or several other AJAX libraries) and examples of how to do so. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fencosia.com%2f2008%2f12%2f10%2f3-reasons-why-you-should-let-google-host-jquery-for-you%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fencosia.com%2f2008%2f12%2f10%2f3-reasons-why-you-should-let-google-host-jquery-for-you%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/3_reasons_why_you_should_let_Google_host_jQuery_for_you</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/3_reasons_why_you_should_let_Google_host_jQuery_for_you</guid>
      <pubDate>Wed, 10 Dec 2008 17:16:16 GMT</pubDate>
    </item>
    <item>
      <title>Microsoft Releases Free CMS-Blog System</title>
      <description>Read about the new, free CMS/Blog system released by Microsoft called &amp;quot;Oxite&amp;quot;. It is built using the new ASP.NET MVC framework and is highly extensible, touting such features as Microformats and source control integration.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codersbarn.com%2fpost%2f2008%2f12%2f08%2fMicrosoft-Releases-Free-CMS-system.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codersbarn.com%2fpost%2f2008%2f12%2f08%2fMicrosoft-Releases-Free-CMS-system.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Microsoft_Releases_Free_CMS_Blog_System</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Microsoft_Releases_Free_CMS_Blog_System</guid>
      <pubDate>Wed, 10 Dec 2008 21:46:26 GMT</pubDate>
    </item>
    <item>
      <title>New ASP.NET Charting Control</title>
      <description>From ScottGu's blog.  Brand new, Free, ASP.NET 3.5 chart control.  It looks very nice!
 &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%2f2008%2f11%2f24%2fnew-asp-net-charting-control-lt-asp-chart-runat-quot-server-quot-gt.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fscottgu%2farchive%2f2008%2f11%2f24%2fnew-asp-net-charting-control-lt-asp-chart-runat-quot-server-quot-gt.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/New_ASP_NET_Charting_Control</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/New_ASP_NET_Charting_Control</guid>
      <pubDate>Tue, 25 Nov 2008 22:31:03 GMT</pubDate>
    </item>
    <item>
      <title>What Gives? Microsofts Code Generation Tool</title>
      <description>In a world of Microsoft and third party applications, out comes t4.  t4 is a code generation tool that can compete with CodeSmith, but its FREE and built right into Visual Studio. It has been years since the first edition with very little publication of the actual application. t4 is a free code generation engine from Microsoft that underpins the Domain Specific Languages and Software Factory toolkits. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fspoiledtechie.com%2fpost%2fWhat-Gives-Microsofts-Code-Generation-Tool.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fspoiledtechie.com%2fpost%2fWhat-Gives-Microsofts-Code-Generation-Tool.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/What_Gives_Microsofts_Code_Generation_Tool</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/What_Gives_Microsofts_Code_Generation_Tool</guid>
      <pubDate>Wed, 19 Nov 2008 07:31:12 GMT</pubDate>
    </item>
    <item>
      <title>How to Use Visual Studio jQuery IntelliSense Supported Through Hotfix</title>
      <description>Jeff King, Program Manager for Visual Studio Web Tools blogged VS2008 SP1 Hotfix to Support &amp;quot;-vsdoc.js&amp;quot; IntelliSense Doc Files on Friday. The HotFix (VS2008 SP1 only) allows Visual Studio to find &amp;quot;-vsdoc.js&amp;quot; files that have commenting for IntelliSense in the same folder as a script file linked to from your document. In this post I am going to show you how to get IntelliSense working once the HotFix is installed in both a normal aspx page as well as ASP.NET MasterPage. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fbeckelman.net%2fpost%2f2008%2f11%2f08%2fHow-to-Use-Visual-Studio-jQuery-IntelliSense-Supported-Through-Hotfix.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fbeckelman.net%2fpost%2f2008%2f11%2f08%2fHow-to-Use-Visual-Studio-jQuery-IntelliSense-Supported-Through-Hotfix.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/jquery/How_to_Use_Visual_Studio_jQuery_IntelliSense_Supported_Through_Hotfix</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/jquery/How_to_Use_Visual_Studio_jQuery_IntelliSense_Supported_Through_Hotfix</guid>
      <pubDate>Mon, 10 Nov 2008 09:46:02 GMT</pubDate>
    </item>
    <item>
      <title>Using Active Directory to authenticate users to your ASP.NET Web Site</title>
      <description>ASP.NET membership provides the ability to authenticate users to your web application using forms based authentication against a database of users or directory services.  This article explains the steps required to provide authentication against Active Directory, either for new sites with no authentication, or for existing sites using database authentication. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.evonet.com.au%2fpost%2f2008%2f11%2f05%2fUsing-Active-Directory-to-authenticate-users-to-your-ASPNET-Web-Site.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.evonet.com.au%2fpost%2f2008%2f11%2f05%2fUsing-Active-Directory-to-authenticate-users-to-your-ASPNET-Web-Site.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Using_Active_Directory_to_authenticate_users_to_your_ASP_NET_Web_Site</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Using_Active_Directory_to_authenticate_users_to_your_ASP_NET_Web_Site</guid>
      <pubDate>Thu, 06 Nov 2008 14:16:02 GMT</pubDate>
    </item>
    <item>
      <title>Best of the web - my pick for October 2008</title>
      <description>There were a lot of high quality articles dawned in my Google Reader last month. Chris Spooner (Blog.SpoonGraphics) posted two awesome tutorials on how to create a modern blog design. Angie and Robert Bowen (Arbenitng) launched Social Media Directory for Designers. Dave Ward (Encosia) shared &amp;amp; of his favorite jQuery plugins for use with ASAP.NET. I published Handycons, free hand-drawn social media icon set, and I'm working on Handycons II. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.jankoatwarpspeed.com%2fpost%2f2008%2f11%2f01%2fBest-of-the-web-my-pick-for-October-2008.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.jankoatwarpspeed.com%2fpost%2f2008%2f11%2f01%2fBest-of-the-web-my-pick-for-October-2008.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Best_of_the_web_my_pick_for_October_2008</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Best_of_the_web_my_pick_for_October_2008</guid>
      <pubDate>Mon, 03 Nov 2008 21:01:02 GMT</pubDate>
    </item>
  </channel>
</rss>
