<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by skoon</title>
    <description>Stories kicked by skoon</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>Episode 23: Phil Haack on the ASP.NET MVC Beta Release (part 1)</title>
      <description>Phil haack interviewed about ASP.NET MVC Beta 1, answering questions like: will it make it this solar year? what's about components?  And more... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fherdingcode.com%2f%3fp%3d75"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fherdingcode.com%2f%3fp%3d75" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Episode_23_Phil_Haack_on_the_ASP_NET_MVC_Beta_Release_part_1</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Episode_23_Phil_Haack_on_the_ASP_NET_MVC_Beta_Release_part_1</guid>
      <pubDate>Wed, 29 Oct 2008 03:16:12 GMT</pubDate>
    </item>
    <item>
      <title>Late Binding in C# using Dynamic Compilation</title>
      <description>Steve goes through his approach to using reflection, making the code easier to read, making it easier to maintain, discusses the &amp;quot;middle-class multiple inheritance&amp;quot;, and provides a zipped project of the AdapterCompiler. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.atalasoft.com%2fcs%2fblogs%2fstevehawley%2farchive%2f2008%2f09%2f29%2flate-binding-in-c-using-dynamic-compilation.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.atalasoft.com%2fcs%2fblogs%2fstevehawley%2farchive%2f2008%2f09%2f29%2flate-binding-in-c-using-dynamic-compilation.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Late_Binding_in_C_using_Dynamic_Compilation</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Late_Binding_in_C_using_Dynamic_Compilation</guid>
      <pubDate>Wed, 01 Oct 2008 03:16:02 GMT</pubDate>
    </item>
    <item>
      <title>Simple Introduction to Extensible Applications with the MEF</title>
      <description>The head of the MEF team, Brad Abrams, finally made me understand what MEF is all about!  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.msdn.com%2fbrada%2farchive%2f2008%2f09%2f29%2fsimple-introduction-to-composite-applications-with-the-managed-extensions-framework.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.msdn.com%2fbrada%2farchive%2f2008%2f09%2f29%2fsimple-introduction-to-composite-applications-with-the-managed-extensions-framework.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/Simple_Introduction_to_Extensible_Applications_with_the_MEF</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/Simple_Introduction_to_Extensible_Applications_with_the_MEF</guid>
      <pubDate>Tue, 30 Sep 2008 16:09:15 GMT</pubDate>
    </item>
    <item>
      <title>Custom jQuery Selector for ASP.NET WebForms</title>
      <description>My quest for a better way to select ASP.NET auto-generated IDs with jQuery. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fjohn-sheehan.com%2fblog%2findex.php%2fcustom-jquery-selector-for-aspnet-webforms%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fjohn-sheehan.com%2fblog%2findex.php%2fcustom-jquery-selector-for-aspnet-webforms%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Custom_jQuery_Selector_for_ASP_NET_WebForms</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Custom_jQuery_Selector_for_ASP_NET_WebForms</guid>
      <pubDate>Mon, 06 Oct 2008 06:16:13 GMT</pubDate>
    </item>
    <item>
      <title>You can also register your ASP.NET Web User Controls in Web.Config?</title>
      <description>In Tip#8 we saw how to create a Web User control, register a Web User Control and use the Web User control in your page. Note that VS added a @Register directive right at the top of the page on drag drop of the user control on to your page. But in future if you want to move the location of your User controls you will be forced to change the Register directive in multiple places depending on how many pages you have used the User Control. This could be a pain. This can be easily solved by moving the registration of the user control to your Web.config file with the following entry, so that any change in location can be updated only at one place. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.msdn.com%2fwebdevelopertips%2farchive%2f2008%2f09%2f15%2ftip-9-did-you-know-you-can-also-register-your-asp-net-web-user-controls-in-web-config.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.msdn.com%2fwebdevelopertips%2farchive%2f2008%2f09%2f15%2ftip-9-did-you-know-you-can-also-register-your-asp-net-web-user-controls-in-web-config.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/You_can_also_register_your_ASP_NET_Web_User_Controls_in_Web_Config</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/You_can_also_register_your_ASP_NET_Web_User_Controls_in_Web_Config</guid>
      <pubDate>Tue, 30 Sep 2008 10:10:39 GMT</pubDate>
    </item>
    <item>
      <title>Avoid this tricky conflict between ASP.NET AJAX and jQuery</title>
      <description>One example of how ASP.NET AJAX can conflict with jQuery's plugins, due to its modification of some JavaScript base types, and how to fix the problem in this particular case. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fencosia.com%2f2008%2f09%2f28%2favoid-this-tricky-conflict-between-aspnet-ajax-and-jquery%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fencosia.com%2f2008%2f09%2f28%2favoid-this-tricky-conflict-between-aspnet-ajax-and-jquery%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/Avoid_this_tricky_conflict_between_ASP_NET_AJAX_and_jQuery</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/Avoid_this_tricky_conflict_between_ASP_NET_AJAX_and_jQuery</guid>
      <pubDate>Mon, 29 Sep 2008 23:31:03 GMT</pubDate>
    </item>
    <item>
      <title>Introduction to jQuery Article posted</title>
      <description>I've posted Part 1 in a 2 part series on jQuery today. Part 1 covers the client side features of jQuery from the basics all the way through creating simple plugins and extending jQuery. This is a long article that discusses a host of the really useful features that jQuery brings to the table for client side Javascript development. Part 2 will then follow up with server side ASP.NET integration. &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%2f494378.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.west-wind.com%2fweblog%2fposts%2f494378.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/Introduction_to_jQuery_Article_posted</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/Introduction_to_jQuery_Article_posted</guid>
      <pubDate>Tue, 30 Sep 2008 04:46:05 GMT</pubDate>
    </item>
    <item>
      <title>Herding Code #17:Matt Podwysocki on F# and Functional Programming</title>
      <description>This week Matt Podwysocki puts the fun in functional programming with a deep dive into F#. We've heard plenty of high level discussions of F# and functional programming lately, so we tried to dig into the gory details as much as possible:

    * What is functional programming, and why should we care?
    * Types of applications that would and wouldn't benefit from F#
    * How F# differs from C# 3.x and Javascript
    * How F# is being used (games, scripting, data analysis and scrubbing, etc.)
    * F# pattern matching
    * Using F# in your C# or VB based applications today
    * Getting started: F# Interactive, reading the F# source, books and resources
    * Interaction with DLR
    * Functional features we'd like to see in C# and VB
    * Spec# and Sing#
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fherdingcode.com%2f%3fp%3d45"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fherdingcode.com%2f%3fp%3d45" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/clr/Herding_Code_17_Matt_Podwysocki_on_F_and_Functional_Programming</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/clr/Herding_Code_17_Matt_Podwysocki_on_F_and_Functional_Programming</guid>
      <pubDate>Sat, 20 Sep 2008 05:47:50 GMT</pubDate>
    </item>
    <item>
      <title>Herding Code Podcast: Episode 9 with Rob Conery</title>
      <description>The Herding Code crew (K. Scott Allen, Kevin Dente, Scott &amp;quot;LazyCoder&amp;quot; Koon, and Jon Galloway) catch up with Rob Conery on SubSonic 2.1, Where SubSonic fits in the Microsoft data access tools explosion, Why LINQ to SubSonic is so durn tricky, MVC Storefront - has it made Rob a TDD believer, and What else is Rob up to at Microsoft. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fherdingcode.com%2f%3fp%3d24"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fherdingcode.com%2f%3fp%3d24" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/community/Herding_Code_Podcast_Episode_9_with_Rob_Conery</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/community/Herding_Code_Podcast_Episode_9_with_Rob_Conery</guid>
      <pubDate>Thu, 17 Jul 2008 05:31:13 GMT</pubDate>
    </item>
    <item>
      <title>Episode 6: Silverlight - Fad or Fab?</title>
      <description>Our fifth podcast deals with the sustainability of Silverlight. Is it the next ActiveX control, the next big framework, or something in between? &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fherdingcode.com%2f%3fp%3d18"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fherdingcode.com%2f%3fp%3d18" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/Episode_6_Silverlight_Fad_or_Fab</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/Episode_6_Silverlight_Fad_or_Fab</guid>
      <pubDate>Fri, 27 Jun 2008 00:11:44 GMT</pubDate>
    </item>
    <item>
      <title>Alt.Net Podcast Episode 4: More Dependency Injectsion and IOC</title>
      <description>Part 2 of the discussion between Nate Kohari and Brad Wilson on DI and IOC &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2faltnetpodcast.com%2fepisodes%2f6-more-di-and-ioc"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2faltnetpodcast.com%2fepisodes%2f6-more-di-and-ioc" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/Alt_Net_Podcast_Episode_4_More_Dependency_Injectsion_and_IOC</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/Alt_Net_Podcast_Episode_4_More_Dependency_Injectsion_and_IOC</guid>
      <pubDate>Thu, 26 Jun 2008 23:31:08 GMT</pubDate>
    </item>
    <item>
      <title>The criticism of the Entity Framework - not just around DDD</title>
      <description>Describing the historical context for the criticism for EF&amp;gt;. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcodebetter.com%2fblogs%2fian_cooper%2farchive%2f2008%2f06%2f26%2fthe-criticism-of-the-entity-framework-is-not-just-around-domain-driven-design.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodebetter.com%2fblogs%2fian_cooper%2farchive%2f2008%2f06%2f26%2fthe-criticism-of-the-entity-framework-is-not-just-around-domain-driven-design.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/adonet/The_criticism_of_the_Entity_Framework_not_just_around_DDD</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/adonet/The_criticism_of_the_Entity_Framework_not_just_around_DDD</guid>
      <pubDate>Fri, 27 Jun 2008 01:01:10 GMT</pubDate>
    </item>
    <item>
      <title>Use jQuery and ASP.NET AJAX to build a client side Repeater</title>
      <description>An example of one way of using ASP.NET AJAX and jQuery to implement client-side Repeater functionality. Using this technique on one of my own sites, I realized an over 400% performance gain. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fencosia.com%2f2008%2f06%2f26%2fuse-jquery-and-aspnet-ajax-to-build-a-client-side-repeater%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fencosia.com%2f2008%2f06%2f26%2fuse-jquery-and-aspnet-ajax-to-build-a-client-side-repeater%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/Use_jQuery_and_ASP_NET_AJAX_to_build_a_client_side_Repeater</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/Use_jQuery_and_ASP_NET_AJAX_to_build_a_client_side_Repeater</guid>
      <pubDate>Thu, 26 Jun 2008 21:16:04 GMT</pubDate>
    </item>
    <item>
      <title>The ASP.NET MVC Information Portal</title>
      <description>A content aggregator of everything related 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%2faspdotnetmvc.com"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2faspdotnetmvc.com" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/The_ASP_NET_MVC_Information_Portal</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/The_ASP_NET_MVC_Information_Portal</guid>
      <pubDate>Thu, 26 Jun 2008 22:46:02 GMT</pubDate>
    </item>
    <item>
      <title>Technology Round Table Podcast - &amp;quot;Hello World&amp;quot; Edition</title>
      <description>Looking for feedback for our new podcast. &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%2f2008%2f05%2f21%2ftechnology-round-table-podcast-quot-hello-world-quot-edition.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fjgalloway%2farchive%2f2008%2f05%2f21%2ftechnology-round-table-podcast-quot-hello-world-quot-edition.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/community/Technology_Round_Table_Podcast_Hello_World_Edition</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/community/Technology_Round_Table_Podcast_Hello_World_Edition</guid>
      <pubDate>Thu, 22 May 2008 14:37:57 GMT</pubDate>
    </item>
    <item>
      <title>This Is Why We Can't Have Nice Things, People</title>
      <description>A brief discussion of the Rob Conery TDD backlash, and what it says about open-source on .NET, and the community at large. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fkohari.org%2f2008%2f04%2f09%2fthis-is-why-we-cant-have-nice-things-people%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fkohari.org%2f2008%2f04%2f09%2fthis-is-why-we-cant-have-nice-things-people%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/community/This_Is_Why_We_Can_t_Have_Nice_Things_People</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/community/This_Is_Why_We_Can_t_Have_Nice_Things_People</guid>
      <pubDate>Wed, 09 Apr 2008 22:46:13 GMT</pubDate>
    </item>
    <item>
      <title>Why ADO.NET Data Services Framework (aka Astoria)?</title>
      <description>After reading this post, did this describe your overall view of Astoria and its target use cases? 
 - Mike Flasko 
Program Manager, ADO.NET Data Services Framework &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.msdn.com%2fastoriateam%2farchive%2f2008%2f02%2f03%2fwhy-astoria.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.msdn.com%2fastoriateam%2farchive%2f2008%2f02%2f03%2fwhy-astoria.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/adonet/Why_ADO_NET_Data_Services_Framework_aka_Astoria</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/adonet/Why_ADO_NET_Data_Services_Framework_aka_Astoria</guid>
      <pubDate>Mon, 11 Feb 2008 23:59:11 GMT</pubDate>
    </item>
    <item>
      <title>Dynamically Generating Lambdas</title>
      <description>In this post you will see how to build expression trees and compile and call dynamically generated lambdas. &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%2f2008%2f02%2fDynamically-Generating-Lambdas.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codethinked.com%2fpost%2f2008%2f02%2fDynamically-Generating-Lambdas.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Dynamically_Generating_Lambdas</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Dynamically_Generating_Lambdas</guid>
      <pubDate>Tue, 12 Feb 2008 02:31:03 GMT</pubDate>
    </item>
    <item>
      <title>Integrating Silverlight and ASP.NET AJAX</title>
      <description>This video is from a talk given by Dan Wahlin at Desert Code Camp in Phoenix, AZ that discussed how Silverlight could be integrated with ASP.NET AJAX to dynamically display albums obtained from an Amazon.com Web Service. The audio in the room wasn't great since no microphone was used so you may need to crank it up a bit. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.xmlforasp.net%2fcodesection.aspx%3fcsID%3d138"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.xmlforasp.net%2fcodesection.aspx%3fcsID%3d138" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/Integrating_Silverlight_and_ASP_NET_AJAX</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/Integrating_Silverlight_and_ASP_NET_AJAX</guid>
      <pubDate>Mon, 11 Feb 2008 20:11:07 GMT</pubDate>
    </item>
    <item>
      <title>CRUD (Create, Retrieve, Update, Delete) operations in Silverlight</title>
      <description>This article describes the simplest way of how to do CRUD (Create, Retrieve, Update, Delete) operations in Silverlight using ADO.NET Data Service (Astoria). There are two ways to communicate with Database in Silverlight. 1) Web Service 2) ADO.NET Data Service. I chose ADO.NET Data Service for this article because RESTful Service and RIA (Rich Internet Application) development are the best match. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fmichaelsync.net%2f2008%2f02%2f10%2fcrud-operations-in-siverlight-using-adonet-data-service"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fmichaelsync.net%2f2008%2f02%2f10%2fcrud-operations-in-siverlight-using-adonet-data-service" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/CRUD_Create_Retrieve_Update_Delete_operations_in_Silverlight</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/CRUD_Create_Retrieve_Update_Delete_operations_in_Silverlight</guid>
      <pubDate>Thu, 14 Feb 2008 00:16:02 GMT</pubDate>
    </item>
    <item>
      <title>Embed code in XAML</title>
      <description>Loads of time I needed a converter that does a very small operation such as binding to the Height of an element and subtract 10 from the binded value. Every time you have to create a converter to do so. I must admit, it really makes me angry because I would like to this in XAML.

I found this cool code sample on Dynamic Expression API from msdn and I thought why don't I use it to be able to embed code in XAML..  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fmarlongrech.wordpress.com%2f2008%2f02%2f10%2fembed-code-in-xaml%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fmarlongrech.wordpress.com%2f2008%2f02%2f10%2fembed-code-in-xaml%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wpf/Embed_code_in_XAML</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wpf/Embed_code_in_XAML</guid>
      <pubDate>Mon, 11 Feb 2008 06:15:04 GMT</pubDate>
    </item>
    <item>
      <title>Google Charts for Asp.Net now on Codeplex</title>
      <description>I have moved the source to codeplex so people can begin to participate and add more features. Check it out and give your feedback! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.spontaneouspublicity.com%2f2008%2f02%2f10%2fgoogle-charts-for-aspnet-now-on-codeplex%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.spontaneouspublicity.com%2f2008%2f02%2f10%2fgoogle-charts-for-aspnet-now-on-codeplex%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Google_Charts_for_Asp_Net_now_on_Codeplex</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Google_Charts_for_Asp_Net_now_on_Codeplex</guid>
      <pubDate>Mon, 11 Feb 2008 04:01:17 GMT</pubDate>
    </item>
    <item>
      <title>Definition of quality</title>
      <description>What is software quality and who should define what software quality is? &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fjustanothersoftwareengineer.blogspot.com%2f2008%2f02%2fdefinition-of-quality.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fjustanothersoftwareengineer.blogspot.com%2f2008%2f02%2fdefinition-of-quality.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Definition_of_quality</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Definition_of_quality</guid>
      <pubDate>Mon, 11 Feb 2008 03:38:08 GMT</pubDate>
    </item>
    <item>
      <title>How to use the .NET URL Rewriter and Reverse Proxy to run WordPress</title>
      <description>This post is meant to provide an insight in to a technology, Reverse Proxy, that many developers are unaware of and it will be demonstrated through the eyes of my blog and how it works in regards to WordPress/IIS 6.0. Some of the basics will be covered such as the working of a URL Rewriter and Reverse Proxy. This post will not cover how to code a URL Rewriter or Reverse Proxy in C#. The reader should also have a basic understanding of how RegEx, HTTP, and URL Rewriters. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.coderjournal.com%2f2008%2f02%2furl-rewriter-reverse-proxy-iis-wordpress%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.coderjournal.com%2f2008%2f02%2furl-rewriter-reverse-proxy-iis-wordpress%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/How_to_use_the_NET_URL_Rewriter_and_Reverse_Proxy_to_run_WordPress</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/How_to_use_the_NET_URL_Rewriter_and_Reverse_Proxy_to_run_WordPress</guid>
      <pubDate>Mon, 11 Feb 2008 01:01:44 GMT</pubDate>
    </item>
    <item>
      <title>Definitive List of Extensions for BlogEngine.Net</title>
      <description>Since I first started using BlogEngine.Net a few weeks ago, I've come across many excellent extensions/controls/widgets developed by the user community. I've even written a few myself! I decided that I would compile a categorised list of all the things I had found and share it with everyone. There are almost 45 in this list. If you know of any others, please send them to me and I will add to the list. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.tumelty.com%2fblog%2fpost%2f2008%2f02%2fDefinitive-List-of-BlogEngineNet-Extensions.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.tumelty.com%2fblog%2fpost%2f2008%2f02%2fDefinitive-List-of-BlogEngineNet-Extensions.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Definitive_List_of_Extensions_for_BlogEngine_Net</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Definitive_List_of_Extensions_for_BlogEngine_Net</guid>
      <pubDate>Sun, 10 Feb 2008 23:54:16 GMT</pubDate>
    </item>
  </channel>
</rss>