<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xml" href="http://www.dzone.com/links/misc/rss.xsl"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dz="http://www.developerzone.com/modules/dz/1.0" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>DZone: queued links: .net</title>
    <link>http://www.dzone.com/links/queue/tag/.net.html</link>
    <description>DZone: fresh links for developers</description>
    <language>en-us</language>
    <copyright>Copyright (c) 2006 DZone, Inc.</copyright>
    <pubDate>Thu, 24 Jul 2008 07:28:31 GMT</pubDate>
    <dc:creator>The DZone community</dc:creator>
    <dc:date>2008-07-24T07:28:31Z</dc:date>
    <dc:language>en-us</dc:language>
    <dc:rights>Copyright (c) 2006 DZone, Inc.</dc:rights>
    <dz:selfLink>http://www.dzone.com/links/feed/queue/.net/rss.xml</dz:selfLink>
    <image>
      <title>DZone: fresh links for developers</title>
      <url>http://www.dzone.com/images/std/dzone.com_258x55.gif</url>
      <link>http://www.dzone.com/links/</link>
    </image>
    <item>
      <title>Connecting Drupal and Silverlight: By Matt Serbinski</title>
      <link>http://www.dzone.com/links/rss/connecting_drupal_and_silverlight_by_matt_serbins.html</link>
      <description>Drupal is an open source content management system (CMS) that allows users to add modules to their sites for great flexibility. These modules are typically written in PHP and use drupal’s API to connect themselves with the framework. Silverlight (version 2.0 and greater) is a cross-platform browser plugin that allows users to write managed .NET code for the back end and use XAML as the front end. Since silverlight is a browser application and drupal is a framework for hosting data in browsers there can be data that is shared between the two using HTTP as the transport. In this example, I have chosen to use XML-RPC as drupal uses xml-rpc natively and silverlight can easily take advantage of this.</description>
      <category>.net</category>
      <category>frameworks</category>
      <category>xml</category>
      <pubDate>Thu, 24 Jul 2008 06:27:32 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/97667.html</guid>
      <dc:creator>bloid</dc:creator>
      <dc:date>2008-07-24T06:27:32Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/rss/connecting_drupal_and_silverlight_by_matt_serbins.html'><img src='http://www.dzone.com/links/images/thumbs/120x90/97667.jpg' style='width:120;height:90;margin:6;float:left;vertical-align:top;border:1px solid #ccc;' /></a> Drupal is an open source content management system (CMS) that allows users to add modules to their sites for great flexibility. These modules are typically written in PHP and use drupal’s API to connect themselves with the framework. Silverlight (version 2.0 and greater) is a cross-platform browser plugin that allows users to write managed .NET code for the back end and use XAML as the front end. Since silverlight is a browser application and drupal is a framework for hosting data in browsers there can be data that is shared between the two using HTTP as the transport. In this example, I have chosen to use XML-RPC as drupal uses xml-rpc natively and silverlight can easily take advantage of this.]]></content:encoded>
      <dz:linkId>97667</dz:linkId>
      <dz:submitDate>2008-07-24T06:27:32Z</dz:submitDate>
      <dz:voteUpCount>1</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>0</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/97667.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>bloid</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/111696.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>Comparing Objects For Equality in .NET</title>
      <link>http://www.dzone.com/links/rss/comparing_objects_for_equality_in_net.html</link>
      <description>Understanding the mechanics of object equality is essential for programming logical expressions and is important when implementing operator overloads and casts. The mechanisms of object equality are different depending on whether you are comparing reference types (instances of classes), or value types (the primitive data types, instances of structs or enums). This article explains the equality of reference and value types independently.</description>
      <category>.net</category>
      <pubDate>Thu, 24 Jul 2008 03:14:17 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/97629.html</guid>
      <dc:creator>jamesling</dc:creator>
      <dc:date>2008-07-24T03:14:17Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/rss/comparing_objects_for_equality_in_net.html'><img src='http://www.dzone.com/links/images/thumbs/120x90/97629.jpg' style='width:120;height:90;margin:6;float:left;vertical-align:top;border:1px solid #ccc;' /></a> Understanding the mechanics of object equality is essential for programming logical expressions and is important when implementing operator overloads and casts. The mechanisms of object equality are different depending on whether you are comparing reference types (instances of classes), or value types (the primitive data types, instances of structs or enums). This article explains the equality of reference and value types independently.]]></content:encoded>
      <dz:linkId>97629</dz:linkId>
      <dz:submitDate>2008-07-24T03:14:17Z</dz:submitDate>
      <dz:voteUpCount>1</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>2</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/97629.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>jamesling</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/290279.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>Creating an XNA project for both Windows and XBOX platforms</title>
      <link>http://www.dzone.com/links/rss/creating_an_xna_project_for_both_windows_and_xbox.html</link>
      <description>This week I’ve started a new XNA project and I had some troubles trying to configure the solution with Visual Studio, until I figured out how easy it was.&#xD;
&#xD;
The point was creating a single solution with both Windows and XBOX projects on it. I also want a single shared folder for the sources.</description>
      <category>.net</category>
      <category>frameworks</category>
      <category>games</category>
      <category>how-to</category>
      <pubDate>Wed, 23 Jul 2008 21:47:40 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/97579.html</guid>
      <dc:creator>Helius</dc:creator>
      <dc:date>2008-07-23T21:47:40Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/rss/creating_an_xna_project_for_both_windows_and_xbox.html'><img src='http://www.dzone.com/links/images/thumbs/120x90/97579.jpg' style='width:120;height:90;margin:6;float:left;vertical-align:top;border:1px solid #ccc;' /></a> This week I’ve started a new XNA project and I had some troubles trying to configure the solution with Visual Studio, until I figured out how easy it was.

The point was creating a single solution with both Windows and XBOX projects on it. I also want a single shared folder for the sources.]]></content:encoded>
      <dz:linkId>97579</dz:linkId>
      <dz:submitDate>2008-07-23T21:47:40Z</dz:submitDate>
      <dz:voteUpCount>1</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>5</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/97579.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>Helius</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/297891.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>Visual Studio Namespace Resolution</title>
      <link>http://www.dzone.com/links/rss/visual_studio_namespace_resolution.html</link>
      <description>Sometimes when coding you will type the name of a class or structure that is not recognised because the name is not fully qualified and the appropriate using statement is missing. This can be a particular problem when copying sample code from web sites.</description>
      <category>.net</category>
      <category>how-to</category>
      <category>microsoft</category>
      <pubDate>Wed, 23 Jul 2008 21:09:06 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/97566.html</guid>
      <dc:creator>BlackWasp</dc:creator>
      <dc:date>2008-07-23T21:09:06Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/rss/visual_studio_namespace_resolution.html'><img src='http://www.dzone.com/links/images/thumbs/120x90/97566.jpg' style='width:120;height:90;margin:6;float:left;vertical-align:top;border:1px solid #ccc;' /></a> Sometimes when coding you will type the name of a class or structure that is not recognised because the name is not fully qualified and the appropriate using statement is missing. This can be a particular problem when copying sample code from web sites.]]></content:encoded>
      <dz:linkId>97566</dz:linkId>
      <dz:submitDate>2008-07-23T21:09:06Z</dz:submitDate>
      <dz:voteUpCount>1</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>2</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/97566.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>BlackWasp</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/210593.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>String Formatting in C#</title>
      <link>http://www.dzone.com/links/rss/stevex_compiled_string_formatting_in_c.html</link>
      <description>The best site for understanding String Formatting in C#</description>
      <category>.net</category>
      <pubDate>Wed, 23 Jul 2008 17:33:40 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/97521.html</guid>
      <dc:creator>gregsmith104</dc:creator>
      <dc:date>2008-07-23T17:33:40Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/rss/stevex_compiled_string_formatting_in_c.html'><img src='http://www.dzone.com/links/images/thumbs/120x90/97521.jpg' style='width:120;height:90;margin:6;float:left;vertical-align:top;border:1px solid #ccc;' /></a> The best site for understanding String Formatting in C#]]></content:encoded>
      <dz:linkId>97521</dz:linkId>
      <dz:submitDate>2008-07-23T17:33:40Z</dz:submitDate>
      <dz:voteUpCount>2</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>9</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/97521.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>gregsmith104</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/316649.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>Tall skinny data columns using improved WrapPanel for Silverlight: By Matt Perdeck</title>
      <link>http://www.dzone.com/links/rss/tall_skinny_data_columns_using_improved_wrappanel.html</link>
      <description>When it comes to presenting data, there is a lot of emphasis on grids that present data in a single wide column, showing lots of fields horizontally.&#xD;
&#xD;
However, some data tend to be presented in narrow columns, such as address lists and book indices. Instead of complex navigation, they have letter buttons, so you can quickly get to everybody whose name starts with “K”.</description>
      <category>.net</category>
      <category>frameworks</category>
      <category>gui</category>
      <pubDate>Wed, 23 Jul 2008 16:35:16 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/97496.html</guid>
      <dc:creator>bloid</dc:creator>
      <dc:date>2008-07-23T16:35:16Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/rss/tall_skinny_data_columns_using_improved_wrappanel.html'><img src='http://www.dzone.com/links/images/thumbs/120x90/97496.jpg' style='width:120;height:90;margin:6;float:left;vertical-align:top;border:1px solid #ccc;' /></a> When it comes to presenting data, there is a lot of emphasis on grids that present data in a single wide column, showing lots of fields horizontally.

However, some data tend to be presented in narrow columns, such as address lists and book indices. Instead of complex navigation, they have letter buttons, so you can quickly get to everybody whose name starts with “K”.]]></content:encoded>
      <dz:linkId>97496</dz:linkId>
      <dz:submitDate>2008-07-23T16:35:16Z</dz:submitDate>
      <dz:voteUpCount>2</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>0</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/97496.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>bloid</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/111696.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>Source code analysis for C# to find critical software defects</title>
      <link>http://www.dzone.com/links/rss/source_code_analysis_for_c_to_find_critical_softw.html</link>
      <description>Coverity Prevent™ for C# automatically analyzes large, complex C# code bases and detects critical, must-fix defects that could lead to system failures, memory corruption, unpredictable behavior, and performance degradation. Coverity Prevent for C# offers the deepest and most accurate C# source code analysis available with the lowest false positive rate, enabling development teams to ensure superior code quality at the earliest stage in the development life cycle.</description>
      <category>.net</category>
      <category>tools</category>
      <pubDate>Wed, 23 Jul 2008 16:32:45 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/97491.html</guid>
      <dc:creator>bloid</dc:creator>
      <dc:date>2008-07-23T16:32:45Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/rss/source_code_analysis_for_c_to_find_critical_softw.html'><img src='http://www.dzone.com/links/images/thumbs/120x90/97491.jpg' style='width:120;height:90;margin:6;float:left;vertical-align:top;border:1px solid #ccc;' /></a> Coverity Prevent™ for C# automatically analyzes large, complex C# code bases and detects critical, must-fix defects that could lead to system failures, memory corruption, unpredictable behavior, and performance degradation. Coverity Prevent for C# offers the deepest and most accurate C# source code analysis available with the lowest false positive rate, enabling development teams to ensure superior code quality at the earliest stage in the development life cycle.]]></content:encoded>
      <dz:linkId>97491</dz:linkId>
      <dz:submitDate>2008-07-23T16:32:45Z</dz:submitDate>
      <dz:voteUpCount>2</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>9</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/97491.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>bloid</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/111696.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>MSTest, why I hate you.... You cause me too much friction</title>
      <link>http://www.dzone.com/links/rss/mstest_why_i_hate_you_you_cause_me_too_much_frict.html</link>
      <description>Yesterday I spent 4+ hours trying to tackle a bug that should not have been a bug in the first place, and the culprit was MSTest.  Please keep in mind that I have never really used MSTest in any real form.  I am a NUnit guy through and through.</description>
      <category>.net</category>
      <category>microsoft</category>
      <category>opinion</category>
      <category>tools</category>
      <pubDate>Wed, 23 Jul 2008 16:29:29 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/97488.html</guid>
      <dc:creator>AlvinAshcraft</dc:creator>
      <dc:date>2008-07-23T16:29:29Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/rss/mstest_why_i_hate_you_you_cause_me_too_much_frict.html'><img src='http://www.dzone.com/links/images/thumbs/120x90/97488.jpg' style='width:120;height:90;margin:6;float:left;vertical-align:top;border:1px solid #ccc;' /></a> Yesterday I spent 4+ hours trying to tackle a bug that should not have been a bug in the first place, and the culprit was MSTest.  Please keep in mind that I have never really used MSTest in any real form.  I am a NUnit guy through and through.]]></content:encoded>
      <dz:linkId>97488</dz:linkId>
      <dz:submitDate>2008-07-23T16:29:29Z</dz:submitDate>
      <dz:voteUpCount>1</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>4</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/97488.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>alashcraft</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/285573.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>ASP.NET - Cookies - Client Side State Management</title>
      <link>http://www.dzone.com/links/rss/aspnet_cookies_client_side_state_management.html</link>
      <description>In this post I'm going to explain what are cookies and how to use them as a part of the ASP.NET client side state management. A cookie is a piece of data that is saved in the client web browser. The cookie is saved either in the memory of the web browser or as a text file in the file system of the client. Cookies are used to identify a user, to store state information, preferences of the user and etc. The ASP.NET use the cookies mechanism to track users session.</description>
      <category>.net</category>
      <category>how-to</category>
      <category>web design</category>
      <pubDate>Wed, 23 Jul 2008 14:56:41 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/97475.html</guid>
      <dc:creator>Volume4</dc:creator>
      <dc:date>2008-07-23T14:56:41Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/rss/aspnet_cookies_client_side_state_management.html'><img src='http://www.dzone.com/links/images/thumbs/120x90/97475.jpg' style='width:120;height:90;margin:6;float:left;vertical-align:top;border:1px solid #ccc;' /></a> In this post I'm going to explain what are cookies and how to use them as a part of the ASP.NET client side state management. A cookie is a piece of data that is saved in the client web browser. The cookie is saved either in the memory of the web browser or as a text file in the file system of the client. Cookies are used to identify a user, to store state information, preferences of the user and etc. The ASP.NET use the cookies mechanism to track users session.]]></content:encoded>
      <dz:linkId>97475</dz:linkId>
      <dz:submitDate>2008-07-23T14:56:41Z</dz:submitDate>
      <dz:voteUpCount>3</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>4</dz:clickCount>
      <dz:commentCount>1</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/97475.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>Volume4</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/71517.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>ASP.NET - Render Hidden Fields at the Top of a Form with .NET 3.5 SP1</title>
      <link>http://www.dzone.com/links/rss/aspnet_render_hidden_fields_at_the_top_of_a_form.html</link>
      <description>I just came across a nice feature in ASP.NET 3.5 SP1 (currently in Beta) that I didn’t realize was included.  It’s always nice to discover hidden gems from time to time.  With ASP.NET 1.0, 1.1, 2.0 and 3.5 applications if a user or JavaScript function tried to do a postback before all of the ViewState and EventValidation data was loaded in the browser, a ViewState MAC validation error could be raised by the server.</description>
      <category>.net</category>
      <category>frameworks</category>
      <pubDate>Wed, 23 Jul 2008 14:44:37 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/97470.html</guid>
      <dc:creator>mswatcher</dc:creator>
      <dc:date>2008-07-23T14:44:37Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/rss/aspnet_render_hidden_fields_at_the_top_of_a_form.html'><img src='http://www.dzone.com/links/images/thumbs/120x90/97470.jpg' style='width:120;height:90;margin:6;float:left;vertical-align:top;border:1px solid #ccc;' /></a> I just came across a nice feature in ASP.NET 3.5 SP1 (currently in Beta) that I didn’t realize was included.  It’s always nice to discover hidden gems from time to time.  With ASP.NET 1.0, 1.1, 2.0 and 3.5 applications if a user or JavaScript function tried to do a postback before all of the ViewState and EventValidation data was loaded in the browser, a ViewState MAC validation error could be raised by the server.]]></content:encoded>
      <dz:linkId>97470</dz:linkId>
      <dz:submitDate>2008-07-23T14:44:37Z</dz:submitDate>
      <dz:voteUpCount>1</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>0</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/97470.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>mswatcher</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/225256.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>ASP.NET Locale (State/Province, Country) LINQ User Control</title>
      <link>http://www.dzone.com/links/rss/aspnet_locale_stateprovince_country_linq_user_con.html</link>
      <description>I just published my "Locale LINQ" user control...&#xD;
&#xD;
Here are the basic features:&#xD;
- Displays the corresponding States/Provinces based on the selected Country&#xD;
- Includes a pretty exhaustive list of Countries &amp; their associated States/Provinces&#xD;
- Allows for an initial Country or State/Province to be selected via markup or server side code&#xD;
- Caches the list of States/Provinces &amp; Countries for great performance&#xD;
- Based on an XML file containing the list of States/Provinces &amp; Countries&#xD;
- Uses LINQ for all of the data access &amp; queries</description>
      <category>.net</category>
      <category>database</category>
      <category>methodology</category>
      <category>web design</category>
      <pubDate>Wed, 23 Jul 2008 14:42:27 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/97466.html</guid>
      <dc:creator>mswatcher</dc:creator>
      <dc:date>2008-07-23T14:42:27Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/rss/aspnet_locale_stateprovince_country_linq_user_con.html'><img src='http://www.dzone.com/links/images/thumbs/120x90/97466.jpg' style='width:120;height:90;margin:6;float:left;vertical-align:top;border:1px solid #ccc;' /></a> I just published my "Locale LINQ" user control...

Here are the basic features:
- Displays the corresponding States/Provinces based on the selected Country
- Includes a pretty exhaustive list of Countries & their associated States/Provinces
- Allows for an initial Country or State/Province to be selected via markup or server side code
- Caches the list of States/Provinces & Countries for great performance
- Based on an XML file containing the list of States/Provinces & Countries
- Uses LINQ for all of the data access & queries]]></content:encoded>
      <dz:linkId>97466</dz:linkId>
      <dz:submitDate>2008-07-23T14:42:27Z</dz:submitDate>
      <dz:voteUpCount>1</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>0</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/97466.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>mswatcher</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/225256.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>Generic Classes in .Net</title>
      <link>http://www.dzone.com/links/rss/generic_classes_in_net.html</link>
      <description>We've all used generic classes without thinking much about it.  I use List&gt; extensively (perhaps abusively).  I really only discovered the power of these classes when I started defining my own.  I was looking at my code and shaking my head over the duplication between my controller classes.  I finally decided to use inheritance and a template method to rid myself of this duplication.  I also introduced a base interface for my view that the base controller would interact with.  With a non-generic implementation, all of the subclasses would have to cast the view to the interfaces they each used.  With generics, no casting is necessary.  Just like List&gt;, all of the properties and methods become strongly typed.</description>
      <category>.net</category>
      <category>frameworks</category>
      <pubDate>Wed, 23 Jul 2008 14:36:57 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/97462.html</guid>
      <dc:creator>mswatcher</dc:creator>
      <dc:date>2008-07-23T14:36:57Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/rss/generic_classes_in_net.html'><img src='http://www.dzone.com/links/images/thumbs/120x90/97462.jpg' style='width:120;height:90;margin:6;float:left;vertical-align:top;border:1px solid #ccc;' /></a> 
We've all used generic classes without thinking much about it.  I use List> extensively (perhaps abusively).  I really only discovered the power of these classes when I started defining my own.  I was looking at my code and shaking my head over the duplication between my controller classes.  I finally decided to use inheritance and a template method to rid myself of this duplication.  I also introduced a base interface for my view that the base controller would interact with.  With a non-generic implementation, all of the subclasses would have to cast the view to the interfaces they each used.  With generics, no casting is necessary.  Just like List>, all of the properties and methods become strongly typed.]]></content:encoded>
      <dz:linkId>97462</dz:linkId>
      <dz:submitDate>2008-07-23T14:36:57Z</dz:submitDate>
      <dz:voteUpCount>2</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>2</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/97462.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>mswatcher</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/225256.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>More Polygon Physics with Silverlight</title>
      <link>http://www.dzone.com/links/rss/more_polygon_physics_with_silverlight.html</link>
      <description>I’ve souped up my previous demo on Polygon Physics using Silverlight and Farseer to include two improvements. First, I’ve added a utility function to create an approximate Farseer Polygon Geometry from any Silverlight Path object. Also, I’ve added the ability to manipulate the polygons using the mouse (turns out this is pretty easy thanks to Farseer). In this blog post, I’ll explain how I made these enhancements.</description>
      <category>.net</category>
      <category>gui</category>
      <category>microsoft</category>
      <pubDate>Wed, 23 Jul 2008 14:34:23 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/97460.html</guid>
      <dc:creator>mswatcher</dc:creator>
      <dc:date>2008-07-23T14:34:23Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/rss/more_polygon_physics_with_silverlight.html'><img src='http://www.dzone.com/links/images/thumbs/120x90/97460.jpg' style='width:120;height:90;margin:6;float:left;vertical-align:top;border:1px solid #ccc;' /></a> I’ve souped up my previous demo on Polygon Physics using Silverlight and Farseer to include two improvements. First, I’ve added a utility function to create an approximate Farseer Polygon Geometry from any Silverlight Path object. Also, I’ve added the ability to manipulate the polygons using the mouse (turns out this is pretty easy thanks to Farseer). In this blog post, I’ll explain how I made these enhancements.]]></content:encoded>
      <dz:linkId>97460</dz:linkId>
      <dz:submitDate>2008-07-23T14:34:23Z</dz:submitDate>
      <dz:voteUpCount>1</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>8</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/97460.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>mswatcher</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/225256.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>Does Silverlight cross domain security make sense?</title>
      <link>http://www.dzone.com/links/rss/does_silverlight_cross_domain_security_make_sense.html</link>
      <description>Adam Kinney has post some articles in the past showing a Silverlight application for displaying gamer cards.  When the Playstation 3 finally caught up and created a "Portable ID", I thought this would be a decent chance to demonstrate some Silverlight chops. Yes, I have a PS3 and not an XBox360.  I thought maybe I'd make an application with unnecessary animations and sounds for fun, perhaps allow you to sort friends and setup notifcations that are not available from the PSN.</description>
      <category>.net</category>
      <category>gui</category>
      <category>microsoft</category>
      <pubDate>Wed, 23 Jul 2008 14:10:17 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/97449.html</guid>
      <dc:creator>mswatcher</dc:creator>
      <dc:date>2008-07-23T14:10:17Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/rss/does_silverlight_cross_domain_security_make_sense.html'><img src='http://www.dzone.com/links/images/thumbs/120x90/97449.jpg' style='width:120;height:90;margin:6;float:left;vertical-align:top;border:1px solid #ccc;' /></a> Adam Kinney has post some articles in the past showing a Silverlight application for displaying gamer cards.  When the Playstation 3 finally caught up and created a "Portable ID", I thought this would be a decent chance to demonstrate some Silverlight chops. Yes, I have a PS3 and not an XBox360.  I thought maybe I'd make an application with unnecessary animations and sounds for fun, perhaps allow you to sort friends and setup notifcations that are not available from the PSN.]]></content:encoded>
      <dz:linkId>97449</dz:linkId>
      <dz:submitDate>2008-07-23T14:10:17Z</dz:submitDate>
      <dz:voteUpCount>1</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>1</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/97449.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>mswatcher</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/225256.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>What NEW Windows SDK Features do you want?</title>
      <link>http://www.dzone.com/links/rss/what_new_windows_sdk_features_do_you_want.html</link>
      <description>How would you spend $100 on NEW Windows SDK features? We're planning our next version and subsequent releases of the SDK. In that spirit, we’re running a quick poll of Windows SDK users to help us keep our "vision" for the SDK aligned with yours. If you had a hypothetical $100 to spend on the list of brainstormed features below, how would you allocate the dollars?</description>
      <category>.net</category>
      <category>microsoft</category>
      <category>research</category>
      <category>windows</category>
      <pubDate>Wed, 23 Jul 2008 12:17:13 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/97425.html</guid>
      <dc:creator>AlvinAshcraft</dc:creator>
      <dc:date>2008-07-23T12:17:13Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/rss/what_new_windows_sdk_features_do_you_want.html'><img src='http://www.dzone.com/links/images/thumbs/120x90/97425.jpg' style='width:120;height:90;margin:6;float:left;vertical-align:top;border:1px solid #ccc;' /></a> How would you spend $100 on NEW Windows SDK features? We're planning our next version and subsequent releases of the SDK. In that spirit, we’re running a quick poll of Windows SDK users to help us keep our "vision" for the SDK aligned with yours. If you had a hypothetical $100 to spend on the list of brainstormed features below, how would you allocate the dollars?]]></content:encoded>
      <dz:linkId>97425</dz:linkId>
      <dz:submitDate>2008-07-23T12:17:13Z</dz:submitDate>
      <dz:voteUpCount>3</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>1</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/97425.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>alashcraft</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/285573.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>25 Resources for Tuning Your .NET Application Performance</title>
      <link>http://www.dzone.com/links/rss/25_resources_for_tuning_your_net_application_perf.html</link>
      <description>A great list of resources, including MSDN links, guides and .NET blogs, about improving .NET performance.</description>
      <category>.net</category>
      <category>how-to</category>
      <category>microsoft</category>
      <pubDate>Wed, 23 Jul 2008 12:13:40 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/97424.html</guid>
      <dc:creator>Taron13</dc:creator>
      <dc:date>2008-07-23T12:13:40Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/rss/25_resources_for_tuning_your_net_application_perf.html'><img src='http://www.dzone.com/links/images/thumbs/120x90/97424.jpg' style='width:120;height:90;margin:6;float:left;vertical-align:top;border:1px solid #ccc;' /></a> A great list of resources, including MSDN links, guides and .NET blogs, about improving .NET performance.]]></content:encoded>
      <dz:linkId>97424</dz:linkId>
      <dz:submitDate>2008-07-23T12:13:40Z</dz:submitDate>
      <dz:voteUpCount>4</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>12</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/97424.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>Taron13</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/234332.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>Microsoft Windows Live and Developers</title>
      <link>http://www.dzone.com/links/rss/microsoft_windows_live_and_developers.html</link>
      <description>As part of its software plus services strategy, Microsoft is enabling third-party developers to build applications that access data from its user-facing Windows Live online services and is rolling out online services specifically for application development. These services offer access to valuable data, the chance to attract Microsoft's large base of online consumers, and lower costs through outsourcing. However, the technologies used to tap into each service vary, making it hard for developers to apply their skills across multiple services, and the instability of Microsoft's consumer online strategy and other factors mean an uncertain future for some of the services.</description>
      <category>.net</category>
      <category>microsoft</category>
      <category>trends</category>
      <category>web services</category>
      <pubDate>Wed, 23 Jul 2008 12:06:27 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/97420.html</guid>
      <dc:creator>AlvinAshcraft</dc:creator>
      <dc:date>2008-07-23T12:06:27Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/rss/microsoft_windows_live_and_developers.html'><img src='http://www.dzone.com/links/images/thumbs/120x90/97420.jpg' style='width:120;height:90;margin:6;float:left;vertical-align:top;border:1px solid #ccc;' /></a> As part of its software plus services strategy, Microsoft is enabling third-party developers to build applications that access data from its user-facing Windows Live online services and is rolling out online services specifically for application development. These services offer access to valuable data, the chance to attract Microsoft's large base of online consumers, and lower costs through outsourcing. However, the technologies used to tap into each service vary, making it hard for developers to apply their skills across multiple services, and the instability of Microsoft's consumer online strategy and other factors mean an uncertain future for some of the services.]]></content:encoded>
      <dz:linkId>97420</dz:linkId>
      <dz:submitDate>2008-07-23T12:06:27Z</dz:submitDate>
      <dz:voteUpCount>2</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>2</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/97420.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>alashcraft</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/285573.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>MS Visual Studio Middle School Power Toy</title>
      <link>http://www.dzone.com/links/rss/ms_visual_studio_middle_school_power_toy.html</link>
      <description>Microsoft Visual Studio Middle School Power Toy 1.0 is a software package particularly designed by Microsoft to help middle school students learn computer programming.</description>
      <category>.net</category>
      <category>microsoft</category>
      <category>tools</category>
      <pubDate>Wed, 23 Jul 2008 12:02:24 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/97419.html</guid>
      <dc:creator>AlvinAshcraft</dc:creator>
      <dc:date>2008-07-23T12:02:24Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/rss/ms_visual_studio_middle_school_power_toy.html'><img src='http://www.dzone.com/links/images/thumbs/120x90/97419.jpg' style='width:120;height:90;margin:6;float:left;vertical-align:top;border:1px solid #ccc;' /></a> Microsoft Visual Studio Middle School Power Toy 1.0 is a software package particularly designed by Microsoft to help middle school students learn computer programming.]]></content:encoded>
      <dz:linkId>97419</dz:linkId>
      <dz:submitDate>2008-07-23T12:02:24Z</dz:submitDate>
      <dz:voteUpCount>2</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>5</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/97419.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>alashcraft</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/285573.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>Download details: BizTalk Adapter Pack 2.0/WCF LOB Adapter SDK Poster</title>
      <link>http://www.dzone.com/links/rss/download_details_biztalk_adapter_pack_20wcf_lob_a.html</link>
      <description>This poster depicts the functionality, architecture, and usage/hosting scenarios of BizTalk Adapter Pack 2.0 and the WCF LOB Adapter SDK.</description>
      <category>.net</category>
      <category>microsoft</category>
      <category>server</category>
      <pubDate>Wed, 23 Jul 2008 11:58:02 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/97417.html</guid>
      <dc:creator>AlvinAshcraft</dc:creator>
      <dc:date>2008-07-23T11:58:02Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/rss/download_details_biztalk_adapter_pack_20wcf_lob_a.html'><img src='http://www.dzone.com/links/images/thumbs/120x90/97417.jpg' style='width:120;height:90;margin:6;float:left;vertical-align:top;border:1px solid #ccc;' /></a> This poster depicts the functionality, architecture, and usage/hosting scenarios of BizTalk Adapter Pack 2.0 and the WCF LOB Adapter SDK.]]></content:encoded>
      <dz:linkId>97417</dz:linkId>
      <dz:submitDate>2008-07-23T11:58:02Z</dz:submitDate>
      <dz:voteUpCount>2</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>2</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/97417.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>alashcraft</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/285573.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>A sneak peak at ASP.NET AJAX 4.0’s client-side templating</title>
      <link>http://www.dzone.com/links/rss/a_sneak_peak_at_aspnet_ajax_40s_clientside_templa.html</link>
      <description>Hot on the heels of the recent ASP.NET AJAX roadmap, Bertrand and team have released a limited preview of the new AJAX functionality coming in ASP.NET 4.0. To see how the new functionality stacks up, I decided to recreate my recent jTemplates example, using only ASP.NET AJAX and its new templating features. Eventually, I settled on using the DataView class, which offers more advanced, repeater-like functionality.</description>
      <category>.net</category>
      <category>ajax</category>
      <category>microsoft</category>
      <category>trends</category>
      <pubDate>Wed, 23 Jul 2008 11:49:07 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/97411.html</guid>
      <dc:creator>AlvinAshcraft</dc:creator>
      <dc:date>2008-07-23T11:49:07Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/rss/a_sneak_peak_at_aspnet_ajax_40s_clientside_templa.html'><img src='http://www.dzone.com/links/images/thumbs/120x90/97411.jpg' style='width:120;height:90;margin:6;float:left;vertical-align:top;border:1px solid #ccc;' /></a> Hot on the heels of the recent ASP.NET AJAX roadmap, Bertrand and team have released a limited preview of the new AJAX functionality coming in ASP.NET 4.0. To see how the new functionality stacks up, I decided to recreate my recent jTemplates example, using only ASP.NET AJAX and its new templating features. Eventually, I settled on using the DataView class, which offers more advanced, repeater-like functionality.]]></content:encoded>
      <dz:linkId>97411</dz:linkId>
      <dz:submitDate>2008-07-23T11:49:07Z</dz:submitDate>
      <dz:voteUpCount>3</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>1</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/97411.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>alashcraft</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/285573.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>My Thoughts on ASP.NET's MVC</title>
      <link>http://www.dzone.com/links/rss/my_thoughts_on_aspnets_mvc.html</link>
      <description>Like me, you might have been surprised that the foundation series didn't have a chapter on the MVC pattern. I'm no fan of the existing page model (I actually think it's horrible), and I've successfully used MonoRail on a few projects, so it would have made for a good topic. My reasons for not including something on MVC were simple: we were and continue to be flooded with MVC information (as though it's a brand new invention), and I didn't think I could explain MVC using MonoRail effectively (I find it has a steep learning curve). I considered using RoR, but figured that would confuse people even more.</description>
      <category>.net</category>
      <category>opinion</category>
      <category>tools</category>
      <category>trends</category>
      <pubDate>Wed, 23 Jul 2008 11:45:59 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/97407.html</guid>
      <dc:creator>AlvinAshcraft</dc:creator>
      <dc:date>2008-07-23T11:45:59Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/rss/my_thoughts_on_aspnets_mvc.html'><img src='http://www.dzone.com/links/images/thumbs/120x90/97407.jpg' style='width:120;height:90;margin:6;float:left;vertical-align:top;border:1px solid #ccc;' /></a> Like me, you might have been surprised that the foundation series didn't have a chapter on the MVC pattern. I'm no fan of the existing page model (I actually think it's horrible), and I've successfully used MonoRail on a few projects, so it would have made for a good topic. My reasons for not including something on MVC were simple: we were and continue to be flooded with MVC information (as though it's a brand new invention), and I didn't think I could explain MVC using MonoRail effectively (I find it has a steep learning curve). I considered using RoR, but figured that would confuse people even more.]]></content:encoded>
      <dz:linkId>97407</dz:linkId>
      <dz:submitDate>2008-07-23T11:45:59Z</dz:submitDate>
      <dz:voteUpCount>2</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>4</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/97407.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>alashcraft</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/285573.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>Building A Silverlight Application: A Designer's Perspective</title>
      <link>http://www.dzone.com/links/rss/building_a_silverlight_application_a_designers_pe.html</link>
      <description>RiaPalooza was a fun and engaging event that I had the opportunity to attend back in May of this year. It was focused on exploring and promoting the development of Rich Internet Applications (RIAs), and the best part for me was having the opportunity to meet some really amazing and talented designers and developers working in this space. I also did a co-presentation with Tim Heuer on the designer developer workflow; which was great. We didn't have enough time to cover all of the material we wanted to cover, so I decided to put together a few videos of both the stuff we covered and didn't cover; well, actually not all of the material because I primarily focus on the designer aspects here.</description>
      <category>.net</category>
      <category>ria</category>
      <category>trends</category>
      <pubDate>Wed, 23 Jul 2008 11:43:35 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/97405.html</guid>
      <dc:creator>AlvinAshcraft</dc:creator>
      <dc:date>2008-07-23T11:43:35Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/rss/building_a_silverlight_application_a_designers_pe.html'><img src='http://www.dzone.com/links/images/thumbs/120x90/97405.jpg' style='width:120;height:90;margin:6;float:left;vertical-align:top;border:1px solid #ccc;' /></a> RiaPalooza was a fun and engaging event that I had the opportunity to attend back in May of this year. It was focused on exploring and promoting the development of Rich Internet Applications (RIAs), and the best part for me was having the opportunity to meet some really amazing and talented designers and developers working in this space. I also did a co-presentation with Tim Heuer on the designer developer workflow; which was great. We didn't have enough time to cover all of the material we wanted to cover, so I decided to put together a few videos of both the stuff we covered and didn't cover; well, actually not all of the material because I primarily focus on the designer aspects here.]]></content:encoded>
      <dz:linkId>97405</dz:linkId>
      <dz:submitDate>2008-07-23T11:43:35Z</dz:submitDate>
      <dz:voteUpCount>2</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>6</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/97405.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>alashcraft</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/285573.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>Introducing Xbox LIVE Community Games</title>
      <link>http://www.dzone.com/links/rss/introducing_xbox_live_community_games.html</link>
      <description>You’ve played Xbox 360 games with the millions of gamers on Xbox LIVE. You’ve chatted, shared, and dominated in games of all kinds. But what if those millions could be playing your game? Better still – what if you were getting paid for it? Starting Holiday '08, Xbox LIVE Community Games is your ticket to fame – and possibly fortune as millions of Xbox LIVE users now have the opportunity to view, buy, and play games that you create.</description>
      <category>.net</category>
      <category>announcement</category>
      <category>games</category>
      <category>trends</category>
      <pubDate>Wed, 23 Jul 2008 11:41:15 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/97402.html</guid>
      <dc:creator>AlvinAshcraft</dc:creator>
      <dc:date>2008-07-23T11:41:15Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/rss/introducing_xbox_live_community_games.html'><img src='http://www.dzone.com/links/images/thumbs/120x90/97402.jpg' style='width:120;height:90;margin:6;float:left;vertical-align:top;border:1px solid #ccc;' /></a> You’ve played Xbox 360 games with the millions of gamers on Xbox LIVE. You’ve chatted, shared, and dominated in games of all kinds. But what if those millions could be playing your game? Better still – what if you were getting paid for it? Starting Holiday '08, Xbox LIVE Community Games is your ticket to fame – and possibly fortune as millions of Xbox LIVE users now have the opportunity to view, buy, and play games that you create.]]></content:encoded>
      <dz:linkId>97402</dz:linkId>
      <dz:submitDate>2008-07-23T11:41:15Z</dz:submitDate>
      <dz:voteUpCount>2</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>2</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/97402.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>alashcraft</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/285573.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>Running a x64 build server. Challenges overcome.</title>
      <link>http://www.dzone.com/links/rss/running_a_x64_build_server_challenges_overcome.html</link>
      <description>We just setup a new build server on my current project and with it came some of those little hiccups which made the setup take longer than planned.</description>
      <category>.net</category>
      <category>tools</category>
      <pubDate>Wed, 23 Jul 2008 11:40:23 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/97401.html</guid>
      <dc:creator>AlvinAshcraft</dc:creator>
      <dc:date>2008-07-23T11:40:23Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/rss/running_a_x64_build_server_challenges_overcome.html'><img src='http://www.dzone.com/links/images/thumbs/120x90/97401.jpg' style='width:120;height:90;margin:6;float:left;vertical-align:top;border:1px solid #ccc;' /></a> We just setup a new build server on my current project and with it came some of those little hiccups which made the setup take longer than planned.]]></content:encoded>
      <dz:linkId>97401</dz:linkId>
      <dz:submitDate>2008-07-23T11:40:23Z</dz:submitDate>
      <dz:voteUpCount>2</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>9</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/97401.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>alashcraft</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/285573.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>T4 Templates in Visual Studio for Code Generation Screencast</title>
      <link>http://www.dzone.com/links/rss/t4_templates_in_visual_studio_for_code_generation.html</link>
      <description>In this screencast I show how to leverage T4 Templates in Visual Studio 2008 for Code Generation. A sample T4 template is created by hand and then various T4 Templates are shown that generate Entities, Data Access Objects, and Factory Classes for each table in the Northwind Database. We discuss the T4 Editor to help with T4 Template Code Completion as well as various ADO.NET Classes to help pull schema from a SQL Server Database.</description>
      <category>.net</category>
      <category>how-to</category>
      <category>tools</category>
      <category>trends</category>
      <pubDate>Wed, 23 Jul 2008 11:32:19 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/97396.html</guid>
      <dc:creator>AlvinAshcraft</dc:creator>
      <dc:date>2008-07-23T11:32:19Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/rss/t4_templates_in_visual_studio_for_code_generation.html'><img src='http://www.dzone.com/links/images/thumbs/120x90/97396.jpg' style='width:120;height:90;margin:6;float:left;vertical-align:top;border:1px solid #ccc;' /></a> In this screencast I show how to leverage T4 Templates in Visual Studio 2008 for Code Generation. A sample T4 template is created by hand and then various T4 Templates are shown that generate Entities, Data Access Objects, and Factory Classes for each table in the Northwind Database. We discuss the T4 Editor to help with T4 Template Code Completion as well as various ADO.NET Classes to help pull schema from a SQL Server Database.]]></content:encoded>
      <dz:linkId>97396</dz:linkId>
      <dz:submitDate>2008-07-23T11:32:19Z</dz:submitDate>
      <dz:voteUpCount>2</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>2</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/97396.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>alashcraft</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/285573.gif</dz:userimage>
      </dz:submitter>
    </item>
  </channel>
</rss>

