<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com - new stories</title>
    <description>the latest stories from DotNetKicks.com</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>Little deception of List.ForEach(Action action)</title>
      <description>I use foreach statement really often. It is useful and more compact than for. (This way is fast in same case but in same case it is slowly for performance. But I want say not about that). List&amp;lt;T&amp;gt; class has ForEach(Action action) method I thought that its implementation (and behaviour) is like foreach statement (I make this conclusion, based on the name of method) but I was confused. I have looked to Net. Reflector and saw next code: &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2frredcat.blogspot.com%2f2008%2f10%2flittle-deception-of-list-foreachaction.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2frredcat.blogspot.com%2f2008%2f10%2flittle-deception-of-list-foreachaction.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Little_deception_of_List_ForEach_Action_action</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Little_deception_of_List_ForEach_Action_action</guid>
      <pubDate>Sun, 12 Oct 2008 19:55:46 GMT</pubDate>
    </item>
    <item>
      <title>Using Firebug extension - Ran Wahle's blog</title>
      <description>Before Visual Studio 2008 there wasn't many decent client debugging tools.
One of the tools that were already (and for free) was the Firebug extension Firefox
for Firefox. &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%2franw%2farchive%2f2008%2f10%2f07%2fusing-firebug-extension.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.microsoft.co.il%2fblogs%2franw%2farchive%2f2008%2f10%2f07%2fusing-firebug-extension.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Using_Firebug_extension_Ran_Wahle_s_blog</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Using_Firebug_extension_Ran_Wahle_s_blog</guid>
      <pubDate>Sun, 12 Oct 2008 19:05:15 GMT</pubDate>
    </item>
    <item>
      <title>The next 8 years with Technology.</title>
      <description>Today I watched a Google Talk today about Technology.  The president nominee spoke about ideas on free Internet, Public opinion, technology within bills that get passed in the house and senate, Public knowledge of bills, and more. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.spoiledtechie.com%2fpost%2fThe-next-8-years-with-Technology.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.spoiledtechie.com%2fpost%2fThe-next-8-years-with-Technology.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/community/The_next_8_years_with_Technology</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/community/The_next_8_years_with_Technology</guid>
      <pubDate>Sun, 12 Oct 2008 19:03:37 GMT</pubDate>
    </item>
    <item>
      <title>Is it important to write good code? </title>
      <description>Its not only important, its vital. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2ffredriknormen%2farchive%2f2008%2f10%2f12%2fis-it-important-to-write-good-code.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2ffredriknormen%2farchive%2f2008%2f10%2f12%2fis-it-important-to-write-good-code.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Is_it_important_to_write_good_code</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Is_it_important_to_write_good_code</guid>
      <pubDate>Sun, 12 Oct 2008 18:09:38 GMT</pubDate>
    </item>
    <item>
      <title>Sharing Code Between .NET and Silverlight Platforms</title>
      <description>Quite often, I hear people asking if they can use .NET assemblies compiled for the full .NET runtime in Silverlight.  Unfortunately, this just isn't possible, the Silverlight runtime is a subset of the full .NET runtime and for code to run correctly under the Silverlight runtime, there are various dependencies that must be linked and verified at compile time.  But (there is always a but), there is one technique that you can use that effectively allows you to write your code once and have it work in both Silverlight and regular .NET applications. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fpagebrooks.com%2farchive%2f2008%2f10%2f11%2fsharing-code-between-.net-and-silverlight-platforms.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fpagebrooks.com%2farchive%2f2008%2f10%2f11%2fsharing-code-between-.net-and-silverlight-platforms.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/Sharing_Code_Between_NET_and_Silverlight_Platforms</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/Sharing_Code_Between_NET_and_Silverlight_Platforms</guid>
      <pubDate>Sun, 12 Oct 2008 17:13:50 GMT</pubDate>
    </item>
    <item>
      <title>Big News about Silverlight coming this Monday and some open source too</title>
      <description>Big news about Silverlight coming this Monday (ideas on what it could be) and two open source tools you may not have heard of but could prove very useful (an open source integration server and an open source search server). &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fjmandia%2farchive%2f2008%2f10%2f12%2fpoints-of-interest-11-silverlight-open-source.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fjmandia%2farchive%2f2008%2f10%2f12%2fpoints-of-interest-11-silverlight-open-source.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/Big_News_about_Silverlight_coming_this_Monday_and_some_open_source_too</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/Big_News_about_Silverlight_coming_this_Monday_and_some_open_source_too</guid>
      <pubDate>Sun, 12 Oct 2008 15:44:34 GMT</pubDate>
    </item>
    <item>
      <title>Bind CheckBoxList to DataSet</title>
      <description>Here's a code sample that might come in handy. This is a CheckBoxList for a fictitious Real Estate broker who wishes to maintain a list of features for each property listing entered in the system. Typically, you would create a form to add a listing and another to edit an existing listing. &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%2f10%2f12%2fBind-CheckBoxList-to-DataSet.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codersbarn.com%2fpost%2f2008%2f10%2f12%2fBind-CheckBoxList-to-DataSet.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Bind_CheckBoxList_to_DataSet</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Bind_CheckBoxList_to_DataSet</guid>
      <pubDate>Sun, 12 Oct 2008 15:36:57 GMT</pubDate>
    </item>
    <item>
      <title>EntitySpaces 2009 - Running under Visual Studio</title>
      <description>EntitySpaces 2009 will plug right into Visual Studio and it will use its own internal code generator. This means that Visual Studio users will never have to leave Visual Studio to work on or generate their EntitySpaces architecture. The image below shows how EntitySpaces 2009 looks embedded within Visual Studio. While it is likely to change a little before our first beta this should provide you with a feel for ES2009. The nice thing is that ES2009 is a dockable window just like any other window within Visual Studio, you can even generate your EntitySpaces classes directly into your solution and the folders/files will be created automatically for you. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.entityspaces.net%2fblog%2f2008%2f10%2f12%2fEntitySpaces%2b2009%2bRunning%2bUnder%2bVisual%2bStudio.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.entityspaces.net%2fblog%2f2008%2f10%2f12%2fEntitySpaces%2b2009%2bRunning%2bUnder%2bVisual%2bStudio.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/EntitySpaces_2009_Running_under_Visual_Studio</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/EntitySpaces_2009_Running_under_Visual_Studio</guid>
      <pubDate>Sun, 12 Oct 2008 15:10:40 GMT</pubDate>
    </item>
    <item>
      <title>WPF Elliptical Layout Control II - 3D Carousel anyone?</title>
      <description>A follow up post to my elliptical layout control which takes it in to the third dimension. The result is a FrameworkElement derived control which takes a collection of UIElements as its content and internally wraps them in Viewport2DVisual3D objects, displaying them in a Viewport3DVisual. Using the elliptical layout code with a few enhancements we essentially have a 3D carousel control where the parameters used to define the imaginary layout ellipse are fully configurable.

Source code and a demonstration app are included and free to use for whatever. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2filtc.wordpress.com%2f2008%2f10%2f11%2fwpf-elliptical-layout-control-3d%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2filtc.wordpress.com%2f2008%2f10%2f11%2fwpf-elliptical-layout-control-3d%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wpf/WPF_Elliptical_Layout_Control_II_3D_Carousel_anyone</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wpf/WPF_Elliptical_Layout_Control_II_3D_Carousel_anyone</guid>
      <pubDate>Sun, 12 Oct 2008 13:22:13 GMT</pubDate>
    </item>
    <item>
      <title>Free ASP.NET Web Hosting Providers</title>
      <description>Here is a list of Free ASP.NET Web hosting providers. These are serious web hosts, no forced ads,SQL Database support, ASP.NET 3.5 and much more &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.tutorialsasp.net%2faspnet-hosting%2ffree-aspnet-web-hosting-providers%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.tutorialsasp.net%2faspnet-hosting%2ffree-aspnet-web-hosting-providers%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Free_ASP_NET_Web_Hosting_Providers</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Free_ASP_NET_Web_Hosting_Providers</guid>
      <pubDate>Sun, 12 Oct 2008 12:29:58 GMT</pubDate>
    </item>
    <item>
      <title>D9 - yet another .net tools project</title>
      <description>Useful common libraries for .NET projects. Mainly around making the usage of Castle project, NHibernate and other OSS projects easier &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.kenegozi.com%2fBlog%2f2008%2f10%2f11%2fd9-yet-another-tools-project.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.kenegozi.com%2fBlog%2f2008%2f10%2f11%2fd9-yet-another-tools-project.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/D9_yet_another_net_tools_project</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/D9_yet_another_net_tools_project</guid>
      <pubDate>Sun, 12 Oct 2008 10:09:12 GMT</pubDate>
    </item>
    <item>
      <title>Anders Hejlsberg: The future of programming languages</title>
      <description>In this video Anders Hejlsberg takes a look at the future of programming languages and sees the trends; declarative, dynamic and concurrent. As the chief designer of the C# programming language and a key participant in the development of the .NET Framework Anders Hejlsberg has a lot to say about this development - not just as a wish but also as something that can be realized. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.jaoo.dk%2f2008%2f10%2f07%2fthe-future-of-programming-languages%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.jaoo.dk%2f2008%2f10%2f07%2fthe-future-of-programming-languages%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Anders_Hejlsberg_The_future_of_programming_languages</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Anders_Hejlsberg_The_future_of_programming_languages</guid>
      <pubDate>Sun, 12 Oct 2008 09:39:31 GMT</pubDate>
    </item>
    <item>
      <title>Some Thoughts on Oslo</title>
      <description>The concept of modelling software in an abstract manner to ease the process of creating the real thing has been around for a while. And in all that time it's never really taken off in the mainstream. So it's pretty exciting to hear Microsoft has decided to give it a go - Microsoft have always been clever when it comes to examining the landscape, taking out the best bits, and building something that stands out from the rest. Let's hope they learn the lessons of others and produce something that's really different. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fandrewtokeley.net%2farchive%2f2008%2f10%2f12%2fsome-thoughts-on-oslo.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fandrewtokeley.net%2farchive%2f2008%2f10%2f12%2fsome-thoughts-on-oslo.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/community/Some_Thoughts_on_Oslo</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/community/Some_Thoughts_on_Oslo</guid>
      <pubDate>Sun, 12 Oct 2008 09:26:02 GMT</pubDate>
    </item>
    <item>
      <title>OSS Licensing - Terms and Concepts</title>
      <description>The first post in a series on OSS Licensing
This post is about explaining some terms and concepts that will be used in following posts &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.kenegozi.com%2fBlog%2f2008%2f10%2f12%2foss-licensing-terms-and-concepts.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.kenegozi.com%2fBlog%2f2008%2f10%2f12%2foss-licensing-terms-and-concepts.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/OSS_Licensing_Terms_and_Concepts</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/OSS_Licensing_Terms_and_Concepts</guid>
      <pubDate>Sun, 12 Oct 2008 09:19:38 GMT</pubDate>
    </item>
    <item>
      <title>On open source licensing</title>
      <description>A primer to a series of posts on popular open sources licenses &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.kenegozi.com%2fBlog%2f2008%2f10%2f12%2fon-open-source-software-licensing.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.kenegozi.com%2fBlog%2f2008%2f10%2f12%2fon-open-source-software-licensing.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/On_open_source_licensing</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/On_open_source_licensing</guid>
      <pubDate>Sun, 12 Oct 2008 09:18:22 GMT</pubDate>
    </item>
    <item>
      <title>Page navigation and browser history in Silverlight</title>
      <description>An article about the Telerik's RadPageNavigation used to create a web site in Silverlight 2.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.silverlightshow.net%2fitems%2fPage-navigation-and-browser-history-in-Silverlight.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.silverlightshow.net%2fitems%2fPage-navigation-and-browser-history-in-Silverlight.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/Page_navigation_and_browser_history_in_Silverlight</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/Page_navigation_and_browser_history_in_Silverlight</guid>
      <pubDate>Sun, 12 Oct 2008 08:58:31 GMT</pubDate>
    </item>
    <item>
      <title> Common IoC denominator for Autofac, Castle and Unity .NET Containers</title>
      <description>What's the common denominator for the Autofac, Castle, Unity and other popular .NET containers?

Some think, that it is the CommonServiceLocator - an interface that will allow library developers to abstract from the specific Container or Service Locator implementation. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2frabdullin.com%2fcommon-ioc-denominator-for-autofac-castle-and-unity-net-containers%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2frabdullin.com%2fcommon-ioc-denominator-for-autofac-castle-and-unity-net-containers%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Common_IoC_denominator_for_Autofac_Castle_and_Unity_NET_Containers</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Common_IoC_denominator_for_Autofac_Castle_and_Unity_NET_Containers</guid>
      <pubDate>Sun, 12 Oct 2008 07:36:18 GMT</pubDate>
    </item>
    <item>
      <title>Dynamic Data Custom Pages: Dynamic/Templated FromView</title>
      <description>Nice! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcsharpbits.notaclue.net%2f2008%2f10%2fdynamic-data-custom-pages_08.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcsharpbits.notaclue.net%2f2008%2f10%2fdynamic-data-custom-pages_08.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/Dynamic_Data_Custom_Pages_Dynamic_Templated_FromView</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/Dynamic_Data_Custom_Pages_Dynamic_Templated_FromView</guid>
      <pubDate>Sun, 12 Oct 2008 03:44:21 GMT</pubDate>
    </item>
    <item>
      <title>Gary on Advertising ROI (Devs...Show this to your boss!)</title>
      <description>ROI. I am talking about Return on the Investment of your advertising dollar. Traditional media advertising is incredibly expensive and doesn't provide nearly the rate of return you can derive from intelligent web-based marketing campaigns in 2008 and beyond. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fgaryvaynerchuk.com%2f2008%2f10%2f08%2fyou-down-with-roiyeah-you-know-me%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fgaryvaynerchuk.com%2f2008%2f10%2f08%2fyou-down-with-roiyeah-you-know-me%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Gary_on_Advertising_ROI_Devs_Show_this_to_your_boss</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Gary_on_Advertising_ROI_Devs_Show_this_to_your_boss</guid>
      <pubDate>Sat, 11 Oct 2008 23:05:11 GMT</pubDate>
    </item>
    <item>
      <title>WPF Elliptical Layout Control</title>
      <description>My first post on my new dev / WPF blog. It talks about the method and design of a 2D content control that positions any child objects as if they were evenly spaced around the edge of an ellipse. The parameters of the ellipse are fully configurable.

Source code and a demonstration app are included and free to use for whatever. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2filtc.wordpress.com%2f2008%2f10%2f08%2fwpf-elliptical-layout-control%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2filtc.wordpress.com%2f2008%2f10%2f08%2fwpf-elliptical-layout-control%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wpf/WPF_Elliptical_Layout_Control</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wpf/WPF_Elliptical_Layout_Control</guid>
      <pubDate>Sat, 11 Oct 2008 22:50:31 GMT</pubDate>
    </item>
    <item>
      <title>Add Your Twitter Status To Your Blog</title>
      <description>For the longest time I have been wanting to add my Twitter status to my blog in place of my quote right under my blogs name in the header.  (see above)  Today I sat down and figured out what I needed to do to accomplish this and to my surprise it only took all of 10 minutes to complete. &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%2f10%2fadd-your-twitter-status-to-your-blog%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.coderjournal.com%2f2008%2f10%2fadd-your-twitter-status-to-your-blog%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/jquery/Add_Your_Twitter_Status_To_Your_Blog</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/jquery/Add_Your_Twitter_Status_To_Your_Blog</guid>
      <pubDate>Sat, 11 Oct 2008 22:24:08 GMT</pubDate>
    </item>
    <item>
      <title>Risk and Software Development's Conceptual Phases</title>
      <description>Risk is a major issue in software development.  A software project's intellectual phases help to reveal why. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.valleyhighlands.com%2fttc%2fpost%2fRisk-and-Software-Development's-Conceptual-Phases.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.valleyhighlands.com%2fttc%2fpost%2fRisk-and-Software-Development's-Conceptual-Phases.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Risk_and_Software_Development_s_Conceptual_Phases</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Risk_and_Software_Development_s_Conceptual_Phases</guid>
      <pubDate>Sat, 11 Oct 2008 20:00:34 GMT</pubDate>
    </item>
    <item>
      <title>Generating Random Numbers in C#</title>
      <description>There are many uses for pseudo-random numbers in software, including generating temporary passwords for web sites or networked software or positioning enemies in a game. The .NET framework permits the creation of random numbers using the Random class. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.blackwasp.co.uk%2fRandomNumbers.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.blackwasp.co.uk%2fRandomNumbers.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Generating_Random_Numbers_in_C</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Generating_Random_Numbers_in_C</guid>
      <pubDate>Sat, 11 Oct 2008 19:15:41 GMT</pubDate>
    </item>
    <item>
      <title>Quick Tip: Invoke A URL From SQL Server Agent</title>
      <description>Perform batch jobs from a web context. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.jondavis.net%2fblog%2fpost%2f2008%2f10%2fQuick-Tip-Invoke-A-URL-From-SQL-Server-Agent.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.jondavis.net%2fblog%2fpost%2f2008%2f10%2fQuick-Tip-Invoke-A-URL-From-SQL-Server-Agent.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/Quick_Tip_Invoke_A_URL_From_SQL_Server_Agent</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/Quick_Tip_Invoke_A_URL_From_SQL_Server_Agent</guid>
      <pubDate>Sat, 11 Oct 2008 19:06:06 GMT</pubDate>
    </item>
    <item>
      <title>Quick Tip: Use ASP.NET Templating To Generate E-mail Bodies Or Other T</title>
      <description>ASP.NET already exists for the purpose of templating. Make the most of it. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.jondavis.net%2fblog%2fpost%2f2008%2f10%2fQuick-Tip-Use-ASPNET-Templating-To-Generate-E-mail-Blast-Bodies.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.jondavis.net%2fblog%2fpost%2f2008%2f10%2fQuick-Tip-Use-ASPNET-Templating-To-Generate-E-mail-Blast-Bodies.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Quick_Tip_Use_ASP_NET_Templating_To_Generate_E_mail_Bodies_Or_Other_T</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Quick_Tip_Use_ASP_NET_Templating_To_Generate_E_mail_Bodies_Or_Other_T</guid>
      <pubDate>Sat, 11 Oct 2008 18:57:12 GMT</pubDate>
    </item>
  </channel>
</rss>