<?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.com: queued links: .net</title>
    <link>http://www.dzone.com/links/queue/tag/.net.html</link>
    <description>dzone.com: fresh links for developers</description>
    <language>en-us</language>
    <copyright>Copyright (c) 2008 DZone, Inc.</copyright>
    <pubDate>Sat, 04 Jul 2009 19:05:01 GMT</pubDate>
    <dc:creator>The dzone.com community</dc:creator>
    <dc:date>2009-07-04T19:05:01Z</dc:date>
    <dc:language>en-us</dc:language>
    <dc:rights>Copyright (c) 2008 DZone, Inc.</dc:rights>
    <dz:selfLink>http://www.dzone.com/links/feed/queue/.net/rss.xml</dz:selfLink>
    <image>
      <title>dzone.com: 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>ASP.NET and Hierarchical Data</title>
      <link>http://www.dzone.com/links/rss/aspnet_and_hierarchical_data.html</link>
      <description>In addition to other new and interesting things ASP.NET also brought along controllers supporting representation of hierarchical data. This posting introduces IHierarchyData and IHierarchyEnumerable interfaces we can use to create wrappers for classes representing hierarchical data of the business logic layer.</description>
      <category>.net</category>
      <pubDate>Sat, 04 Jul 2009 16:44:00 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/199612.html</guid>
      <dc:creator>mswatcher</dc:creator>
      <dc:date>2009-07-04T16:44:00Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/rss/aspnet_and_hierarchical_data.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/199612.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>In addition to other new and interesting things ASP.NET also brought along controllers supporting representation of hierarchical data. This posting introduces IHierarchyData and IHierarchyEnumerable interfaces we can use to create wrappers for classes representing hierarchical data of the business logic layer.<br/><br/><a href='http://www.dzone.com/links/rss/aspnet_and_hierarchical_data.html'><img src='http://www.dzone.com/links/voteCountImage?linkId=199612' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>199612</dz:linkId>
      <dz:submitDate>2009-07-04T16:44:00Z</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/199612.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>Client Callbacks in ASP.Net</title>
      <link>http://www.dzone.com/links/rss/client_callbacks_in_aspnet.html</link>
      <description>By Default ASP.Net pages communicate with the server through a mechanism call “PostBack”. Postback is very useful and efficient, except for the cases, where 1) You have a huge page, with a lot of processing required at server, so doing all that processing on every postback is not only waste of resou</description>
      <category>.net</category>
      <category>how-to</category>
      <pubDate>Sat, 04 Jul 2009 15:30:01 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/199588.html</guid>
      <dc:creator>rick</dc:creator>
      <dc:date>2009-07-04T15:30:01Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/rss/client_callbacks_in_aspnet.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/199588.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>By Default ASP.Net pages communicate with the server through a mechanism call “PostBack”. Postback is very useful and efficient, except for the cases, where 1) You have a huge page, with a lot of processing required at server, so doing all that processing on every postback is not only waste of resou <br/><br/><a href='http://www.dzone.com/links/rss/client_callbacks_in_aspnet.html'><img src='http://www.dzone.com/links/voteCountImage?linkId=199588' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>199588</dz:linkId>
      <dz:submitDate>2009-07-04T15:30:01Z</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/199588.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>rick</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/1.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>ASP.NET WebForms: Taking Back the HTML</title>
      <link>http://www.dzone.com/links/rss/aspnet_webforms_taking_back_the_html.html</link>
      <description>There’s a lot of debate these days about the ASP.NET WebForms model vs. the newer ASP.NET MVC model. There are advantages to both. Disadvantages to both. Pick the one that best fits your needs. Nuff said. But sometimes that choice isn’t so obvious.</description>
      <category>.net</category>
      <category>css-html</category>
      <category>how-to</category>
      <pubDate>Sat, 04 Jul 2009 15:24:34 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/199581.html</guid>
      <dc:creator>rick</dc:creator>
      <dc:date>2009-07-04T15:24:34Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/rss/aspnet_webforms_taking_back_the_html.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/199581.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>There’s a lot of debate these days about the ASP.NET WebForms model vs. the newer ASP.NET MVC model. There are advantages to both. Disadvantages to both. Pick the one that best fits your needs. Nuff said. But sometimes that choice isn’t so obvious.<br/><br/><a href='http://www.dzone.com/links/rss/aspnet_webforms_taking_back_the_html.html'><img src='http://www.dzone.com/links/voteCountImage?linkId=199581' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>199581</dz:linkId>
      <dz:submitDate>2009-07-04T15:24:34Z</dz:submitDate>
      <dz:voteUpCount>3</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/199581.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>rick</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/1.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>Three IIS Concepts ASP.NET Developers Should Know</title>
      <link>http://www.dzone.com/links/rss/three_iis_concepts_aspnet_developers_should_know.html</link>
      <description>It’s possible to do a lot of work with ASP.NET and not know anything about IIS, particularly if you work with a large team where IT specialists keep the riff-raff away from production web applications. Ever since Visual Studio started shipping its own web server1, many people don’t rely on IIS for day to day development work (although many of us still do).</description>
      <category>.net</category>
      <category>how-to</category>
      <category>microsoft</category>
      <category>server</category>
      <pubDate>Sat, 04 Jul 2009 15:23:35 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/199580.html</guid>
      <dc:creator>rick</dc:creator>
      <dc:date>2009-07-04T15:23:35Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/rss/three_iis_concepts_aspnet_developers_should_know.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/199580.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>It’s possible to do a lot of work with ASP.NET and not know anything about IIS, particularly if you work with a large team where IT specialists keep the riff-raff away from production web applications. Ever since Visual Studio started shipping its own web server1, many people don’t rely on IIS for day to day development work (although many of us still do). <br/><br/><a href='http://www.dzone.com/links/rss/three_iis_concepts_aspnet_developers_should_know.html'><img src='http://www.dzone.com/links/voteCountImage?linkId=199580' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>199580</dz:linkId>
      <dz:submitDate>2009-07-04T15:23:35Z</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/199580.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>rick</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/1.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>Using Custom Objects with ASPxScheduler</title>
      <link>http://www.dzone.com/links/rss/using_custom_objects_with_aspxscheduler.html</link>
      <description>This blog post shows you how to use the ASPxScheduler with custom objects.</description>
      <category>.net</category>
      <category>how-to</category>
      <pubDate>Sat, 04 Jul 2009 14:06:47 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/199565.html</guid>
      <dc:creator>rick</dc:creator>
      <dc:date>2009-07-04T14:06:47Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/rss/using_custom_objects_with_aspxscheduler.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/199565.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>This blog post shows you how to use the ASPxScheduler with custom objects.<br/><br/><a href='http://www.dzone.com/links/rss/using_custom_objects_with_aspxscheduler.html'><img src='http://www.dzone.com/links/voteCountImage?linkId=199565' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>199565</dz:linkId>
      <dz:submitDate>2009-07-04T14:06:47Z</dz:submitDate>
      <dz:voteUpCount>3</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/199565.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>rick</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/1.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>Development Tip: How to use Host Header with Development Server</title>
      <link>http://www.dzone.com/links/rss/development_tip_how_to_use_host_header_with_devel.html</link>
      <description>If you are using “Asp.Net Development Server” One of the big problem of developing multiple web site at the same time is Development Server does not recognize and support Host Header. So you have to use different port for each web site. Problem with this solution is if you have hard coded links or templates pointing website you have to tweak code for testing and development.&#xD;
&#xD;
Here is the solution</description>
      <category>.net</category>
      <category>methodology</category>
      <category>tools</category>
      <pubDate>Sat, 04 Jul 2009 09:00:05 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/199515.html</guid>
      <dc:creator>sibersonic</dc:creator>
      <dc:date>2009-07-04T09:00:05Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/rss/development_tip_how_to_use_host_header_with_devel.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/199515.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>If you are using “Asp.Net Development Server” One of the big problem of developing multiple web site at the same time is Development Server does not recognize and support Host Header. So you have to use different port for each web site. Problem with this solution is if you have hard coded links or templates pointing website you have to tweak code for testing and development.

Here is the solution<br/><br/><a href='http://www.dzone.com/links/rss/development_tip_how_to_use_host_header_with_devel.html'><img src='http://www.dzone.com/links/voteCountImage?linkId=199515' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>199515</dz:linkId>
      <dz:submitDate>2009-07-04T09:00:05Z</dz:submitDate>
      <dz:voteUpCount>3</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>7</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/199515.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>sibersonic</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/435898.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>HandleUnknownAction in ASP.NET MVC – Be Careful</title>
      <link>http://www.dzone.com/links/rss/handleunknownaction_in_aspnet_mvc_be_careful.html</link>
      <description>“The following example shows how to render views that do not have a matching ActionResult method. For example, if you have a Details.aspx view but no corresponding method exists that returns an ActionResult instance, the following example displays the Details view when a request to for the Details action is made on the controller. If there is no matching view, the error page displays a message.”</description>
      <category>.net</category>
      <category>frameworks</category>
      <category>reviews</category>
      <pubDate>Sat, 04 Jul 2009 05:07:17 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/199446.html</guid>
      <dc:creator>mswatcher</dc:creator>
      <dc:date>2009-07-04T05:07:17Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/rss/handleunknownaction_in_aspnet_mvc_be_careful.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/199446.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>“The following example shows how to render views that do not have a matching ActionResult method. For example, if you have a Details.aspx view but no corresponding method exists that returns an ActionResult instance, the following example displays the Details view when a request to for the Details action is made on the controller. If there is no matching view, the error page displays a message.”<br/><br/><a href='http://www.dzone.com/links/rss/handleunknownaction_in_aspnet_mvc_be_careful.html'><img src='http://www.dzone.com/links/voteCountImage?linkId=199446' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>199446</dz:linkId>
      <dz:submitDate>2009-07-04T05:07:17Z</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/199446.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>SubSonic 3.0 is Released</title>
      <link>http://www.dzone.com/links/rss/subsonic_30_is_released.html</link>
      <description>At some point you need to stop polishing and let it go already – so I did just that today: SubSonic 3.0 is released. This thing took me just about a year to finish up, and a lot of work has gone into it.&#xD;
&#xD;
So, what’s new? Well…</description>
      <category>.net</category>
      <category>frameworks</category>
      <category>tools</category>
      <category>web design</category>
      <pubDate>Sat, 04 Jul 2009 02:18:18 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/199408.html</guid>
      <dc:creator>AlvinAshcraft</dc:creator>
      <dc:date>2009-07-04T02:18:18Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/rss/subsonic_30_is_released.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/199408.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>At some point you need to stop polishing and let it go already – so I did just that today: SubSonic 3.0 is released. This thing took me just about a year to finish up, and a lot of work has gone into it.

So, what’s new? Well…<br/><br/><a href='http://www.dzone.com/links/rss/subsonic_30_is_released.html'><img src='http://www.dzone.com/links/voteCountImage?linkId=199408' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>199408</dz:linkId>
      <dz:submitDate>2009-07-04T02:18:18Z</dz:submitDate>
      <dz:voteUpCount>3</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>13</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/199408.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>Joshua Bloch’s Builder Pattern in C#</title>
      <link>http://www.dzone.com/links/rss/joshua_blochs_builder_pattern_in_c.html</link>
      <description>Recently, I’ve started a fairly large project in C# 3.0. As it happens, there came a point where I wanted to use a pattern similar to Bloch’s Builder. However, as anyone who tries to use his pattern in C# will quickly find out, Bloch’s Builder doesn’t translate perfectly to C#.&#xD;
&#xD;
Here is how Bloch’s Builder looks in C# (with changes made only for syntax):</description>
      <category>.net</category>
      <category>news</category>
      <pubDate>Sat, 04 Jul 2009 01:34:30 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/199391.html</guid>
      <dc:creator>CodeJustin</dc:creator>
      <dc:date>2009-07-04T01:34:30Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/rss/joshua_blochs_builder_pattern_in_c.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/199391.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>Recently, I’ve started a fairly large project in C# 3.0. As it happens, there came a point where I wanted to use a pattern similar to Bloch’s Builder. However, as anyone who tries to use his pattern in C# will quickly find out, Bloch’s Builder doesn’t translate perfectly to C#.

Here is how Bloch’s Builder looks in C# (with changes made only for syntax):<br/><br/><a href='http://www.dzone.com/links/rss/joshua_blochs_builder_pattern_in_c.html'><img src='http://www.dzone.com/links/voteCountImage?linkId=199391' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>199391</dz:linkId>
      <dz:submitDate>2009-07-04T01:34:30Z</dz:submitDate>
      <dz:voteUpCount>2</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/199391.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>CodeJustin</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/410289.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>Peppy Custom Panel Control</title>
      <link>http://www.dzone.com/links/rss/peppy_custom_panel_control.html</link>
      <description>Problems in creating Custom panel control</description>
      <category>.net</category>
      <category>microsoft</category>
      <category>mobile</category>
      <category>web 2.0</category>
      <pubDate>Fri, 03 Jul 2009 21:08:33 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/199349.html</guid>
      <dc:creator>umeshmehra</dc:creator>
      <dc:date>2009-07-03T21:08:33Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/rss/peppy_custom_panel_control.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/199349.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>Problems in creating Custom panel control<br/><br/><a href='http://www.dzone.com/links/rss/peppy_custom_panel_control.html'><img src='http://www.dzone.com/links/voteCountImage?linkId=199349' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>199349</dz:linkId>
      <dz:submitDate>2009-07-03T21:08:33Z</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/199349.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>umeshmehra</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/429979.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>Hiding the Mouse Pointer (C#)</title>
      <link>http://www.dzone.com/links/rss/hiding_the_mouse_pointer_c.html</link>
      <description>Some applications require that the mouse pointer be hidden during use. Examples of such software include screen savers and graphical applications or games. Each may fundamentally change the manner of display or the general behaviour of the cursor.</description>
      <category>.net</category>
      <category>how-to</category>
      <category>other languages</category>
      <category>windows</category>
      <pubDate>Fri, 03 Jul 2009 20:40:38 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/199353.html</guid>
      <dc:creator>BlackWasp</dc:creator>
      <dc:date>2009-07-03T20:40:38Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/rss/hiding_the_mouse_pointer_c.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/199353.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>Some applications require that the mouse pointer be hidden during use. Examples of such software include screen savers and graphical applications or games. Each may fundamentally change the manner of display or the general behaviour of the cursor.<br/><br/><a href='http://www.dzone.com/links/rss/hiding_the_mouse_pointer_c.html'><img src='http://www.dzone.com/links/voteCountImage?linkId=199353' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>199353</dz:linkId>
      <dz:submitDate>2009-07-03T20:40:38Z</dz:submitDate>
      <dz:voteUpCount>3</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>3</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/199353.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>Moving the Mouse Pointer Programmatically (C#)</title>
      <link>http://www.dzone.com/links/rss/moving_the_mouse_pointer_programmatically_c.html</link>
      <description>Although rare, there are some situations where you may wish to reposition the mouse pointer programmatically to improve the user experience or to enhance accessibility. This can be easily achieved using standard .NET classes and properties.</description>
      <category>.net</category>
      <category>microsoft</category>
      <category>other languages</category>
      <category>windows</category>
      <pubDate>Fri, 03 Jul 2009 20:33:45 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/199352.html</guid>
      <dc:creator>BlackWasp</dc:creator>
      <dc:date>2009-07-03T20:33:45Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/rss/moving_the_mouse_pointer_programmatically_c.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/199352.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>Although rare, there are some situations where you may wish to reposition the mouse pointer programmatically to improve the user experience or to enhance accessibility. This can be easily achieved using standard .NET classes and properties.<br/><br/><a href='http://www.dzone.com/links/rss/moving_the_mouse_pointer_programmatically_c.html'><img src='http://www.dzone.com/links/voteCountImage?linkId=199352' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>199352</dz:linkId>
      <dz:submitDate>2009-07-03T20:33:45Z</dz:submitDate>
      <dz:voteUpCount>3</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/199352.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>Integrating jQuery in ASP.NET</title>
      <link>http://www.dzone.com/links/rss/integrating_jquery_in_aspnet.html</link>
      <description>Almost all of you have tried ASP.NET AJAX for Ajax related operations. But there are times when you need something more from ASP.NET AJAX, and unfortunately you cannot. These are the times you ask for alternatives.</description>
      <category>.net</category>
      <category>javascript</category>
      <pubDate>Fri, 03 Jul 2009 05:43:22 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/199167.html</guid>
      <dc:creator>mswatcher</dc:creator>
      <dc:date>2009-07-03T05:43:22Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/rss/integrating_jquery_in_aspnet.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/199167.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>Almost all of you have tried ASP.NET AJAX for Ajax related operations. But there are times when you need something more from ASP.NET AJAX, and unfortunately you cannot. These are the times you ask for alternatives.<br/><br/><a href='http://www.dzone.com/links/rss/integrating_jquery_in_aspnet.html'><img src='http://www.dzone.com/links/voteCountImage?linkId=199167' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>199167</dz:linkId>
      <dz:submitDate>2009-07-03T05:43:22Z</dz:submitDate>
      <dz:voteUpCount>3</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>10</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/199167.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>Best and simple approach to deal with JSON Dates problem</title>
      <link>http://www.dzone.com/links/rss/best_and_simple_approach_to_deal_with_json_dates.html</link>
      <description>This article will show you how to trick and overcome the JSON date problem when you are using jQuery, JSON callback alongwith asp.net</description>
      <category>.net</category>
      <category>ajax</category>
      <pubDate>Fri, 03 Jul 2009 02:28:53 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/199132.html</guid>
      <dc:creator>michal2008</dc:creator>
      <dc:date>2009-07-03T02:28:53Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/rss/best_and_simple_approach_to_deal_with_json_dates.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/199132.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>This article will show you how to trick and overcome the JSON date problem when you are using jQuery, JSON callback alongwith asp.net<br/><br/><a href='http://www.dzone.com/links/rss/best_and_simple_approach_to_deal_with_json_dates.html'><img src='http://www.dzone.com/links/voteCountImage?linkId=199132' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>199132</dz:linkId>
      <dz:submitDate>2009-07-03T02:28:53Z</dz:submitDate>
      <dz:voteUpCount>3</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>20</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/199132.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>michal2008</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/358646.gif</dz:userimage>
      </dz:submitter>
    </item>
  </channel>
</rss>

