<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by samnoble</title>
    <description>Stories kicked by samnoble</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>Silverlight 2 Elliptical Control 3D (Carousel)!</title>
      <description>I recently got myself set up with Silverlight so I could have a go at writing an app and seeing just what is the difference between it and WPF. I set myself the target of porting the 3D Ellipse control from my last post and this is the result. A 3D carousel control written in Silverlight 2. It is just as configurable as the last (well a little more as you can specify the focal length of the camera) and makes use of some neat tricks to get around the lack of 3D support in Silverlight.

Screenshots, source code (Silverlight 2.0, C#)  and walkthrough available. &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%2f25%2fsilverlight-20-elliptical-control-3d%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2filtc.wordpress.com%2f2008%2f10%2f25%2fsilverlight-20-elliptical-control-3d%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/Silverlight_2_Elliptical_Control_3D_Carousel</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/Silverlight_2_Elliptical_Control_3D_Carousel</guid>
      <pubDate>Mon, 27 Oct 2008 01:34:34 GMT</pubDate>
    </item>
    <item>
      <title>Silverlight 2 Released </title>
      <description>Today we shipped the final release of Silverlight 2.  You can download Silverlight 2, as well the Visual Studio 2008 and Expression Blend 2 tool support to target it, &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%2f10%2f14%2fsilverlight-2-released.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fscottgu%2farchive%2f2008%2f10%2f14%2fsilverlight-2-released.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/Silverlight_2_Released_1</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/Silverlight_2_Released_1</guid>
      <pubDate>Wed, 15 Oct 2008 00:16:25 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>Mon, 13 Oct 2008 23:31:11 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>Fri, 17 Oct 2008 06:16:06 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>Sun, 12 Oct 2008 06:50:31 GMT</pubDate>
    </item>
    <item>
      <title>Lazy instantiation one-liner with the coalesce operator</title>
      <description>The one-liner for lazy instantiation of instance fields using the coalesce-operator &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2frealfiction.net%2f%3fq%3dnode%2f157"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2frealfiction.net%2f%3fq%3dnode%2f157" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Lazy_instantiation_one_liner_with_the_coalesce_operator</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Lazy_instantiation_one_liner_with_the_coalesce_operator</guid>
      <pubDate>Wed, 14 May 2008 17:31:33 GMT</pubDate>
    </item>
  </channel>
</rss>