<?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, 11 Feb 2012 18:13:17 GMT</pubDate>
    <dc:creator>The dzone.com community</dc:creator>
    <dc:date>2012-02-11T18:13:17Z</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>Template Method Pattern advanced example</title>
      <link>http://www.dzone.com/links/r/template_method_pattern_advanced_example.html</link>
      <description>So we’ve looked at the Template Method Pattern with an implementation as really simple example, and another real world implementation. We have additional requirements however. We also need to transform the template so that placeholders will contain the proper text, and have the value of the placeholders customized to our customers. Let’s first look again at the executing code, so we get an idea of what API we want.</description>
      <category>.net</category>
      <category>frameworks</category>
      <category>other languages</category>
      <pubDate>Sat, 11 Feb 2012 18:10:54 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/743615.html</guid>
      <dc:creator>mswatcher</dc:creator>
      <dc:date>2012-02-11T18:10:54Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/r/template_method_pattern_advanced_example.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/743615.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>So we’ve looked at the Template Method Pattern with an implementation as really simple example, and another real world implementation. We have additional requirements however. We also need to transform the template so that placeholders will contain the proper text, and have the value of the placeholders customized to our customers. Let’s first look again at the executing code, so we get an idea of what API we want.<br/><br/><a href='http://www.dzone.com/links/rss/template_method_pattern_advanced_example.html'><img src='http://www.dzone.com/links/voteCountImage?linkId=743615' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>743615</dz:linkId>
      <dz:submitDate>2012-02-11T18:10:54Z</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/743615.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>Limit your abstractions: Application Events–Proposed Solution #2–Cohesion</title>
      <link>http://www.dzone.com/links/r/limit_your_abstractions_application_eventspropose.html</link>
      <description>In my previous post, I spoke about ISP and how we can replace the following code with something that is easier to follow:</description>
      <category>.net</category>
      <category>how-to</category>
      <category>microsoft</category>
      <category>tools</category>
      <pubDate>Sat, 11 Feb 2012 18:00:23 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/743611.html</guid>
      <dc:creator>dotCore</dc:creator>
      <dc:date>2012-02-11T18:00:23Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/r/limit_your_abstractions_application_eventspropose.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/743611.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>In my previous post, I spoke about ISP and how we can replace the following code with something that is easier to follow:<br/><br/><a href='http://www.dzone.com/links/rss/limit_your_abstractions_application_eventspropose.html'><img src='http://www.dzone.com/links/voteCountImage?linkId=743611' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>743611</dz:linkId>
      <dz:submitDate>2012-02-11T18:00:23Z</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/743611.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>dotCore</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/448255.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>Re-inventing the Object</title>
      <link>http://www.dzone.com/links/r/reinventing_the_object.html</link>
      <description>Large part of the challenges we face are not direct problem solving, but rather configuration and setup of infrastructure. Try out the new open source IOG library for a new way of looking at objects and data.</description>
      <category>.net</category>
      <category>database</category>
      <category>open source</category>
      <pubDate>Sat, 11 Feb 2012 12:20:11 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/743505.html</guid>
      <dc:creator>nenad.sabo</dc:creator>
      <dc:date>2012-02-11T12:20:11Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/r/reinventing_the_object.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/743505.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>Large part of the challenges we face are not direct problem solving, but rather configuration and setup of infrastructure. Try out the new open source IOG library for a new way of looking at objects and data.<br/><br/><a href='http://www.dzone.com/links/rss/reinventing_the_object.html'><img src='http://www.dzone.com/links/voteCountImage?linkId=743505' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>743505</dz:linkId>
      <dz:submitDate>2012-02-11T12:20:11Z</dz:submitDate>
      <dz:voteUpCount>1</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/743505.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>nenad.sabo</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/944093.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>Unit Testing Custom Model Binders in MVC3</title>
      <link>http://www.dzone.com/links/r/unit_testing_custom_model_binders_in_mvc3.html</link>
      <description>A blog post on how to do unit testing with the Custom Model Binders in MVC3</description>
      <category>.net</category>
      <pubDate>Sat, 11 Feb 2012 11:37:57 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/743435.html</guid>
      <dc:creator>sweettam</dc:creator>
      <dc:date>2012-02-11T11:37:57Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/r/unit_testing_custom_model_binders_in_mvc3.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/743435.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>A blog post on how to do unit testing with the Custom Model Binders in MVC3<br/><br/><a href='http://www.dzone.com/links/rss/unit_testing_custom_model_binders_in_mvc3.html'><img src='http://www.dzone.com/links/voteCountImage?linkId=743435' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>743435</dz:linkId>
      <dz:submitDate>2012-02-11T11:37:57Z</dz:submitDate>
      <dz:voteUpCount>2</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/743435.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>sweettam</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/782961.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>Unified Ad for Windows Phone - Part 2 - Basic Usage</title>
      <link>http://www.dzone.com/links/r/unified_ad_for_windows_phone_part_2_basic_usage.html</link>
      <description>Time for Part 2 of the Unified Ad for Windows Phone series. Also read part 1 for the introduction of the Unified Ad for Windows Phone. We covered the reason why we want the Unified ad for Windows Phone control and also registered for a couple of Ad Providers. Let’s start with implementing the Unified ad control in our application.</description>
      <category>.net</category>
      <category>microsoft</category>
      <category>mobile</category>
      <pubDate>Sat, 11 Feb 2012 10:51:51 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/743261.html</guid>
      <dc:creator>Psant</dc:creator>
      <dc:date>2012-02-11T10:51:51Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/r/unified_ad_for_windows_phone_part_2_basic_usage.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/743261.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>Time for Part 2 of the Unified Ad for Windows Phone series. Also read part 1 for the introduction of the Unified Ad for Windows Phone. We covered the reason why we want the Unified ad for Windows Phone control and also registered for a couple of Ad Providers. Let’s start with implementing the Unified ad control in our application.
<br/><br/><a href='http://www.dzone.com/links/rss/unified_ad_for_windows_phone_part_2_basic_usage.html'><img src='http://www.dzone.com/links/voteCountImage?linkId=743261' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>743261</dz:linkId>
      <dz:submitDate>2012-02-11T10:51:51Z</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/743261.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>Psant</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/976429.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>TeamCitySharp now builds with Mono</title>
      <link>http://www.dzone.com/links/r/teamcitysharp_now_builds_with_mono.html</link>
      <description>I am pleased to be able to say that TeamCitySharp is now supports mono. In order to get the project supported I had to change a few parts of the system.</description>
      <category>.net</category>
      <category>announcement</category>
      <category>microsoft</category>
      <category>news</category>
      <pubDate>Sat, 11 Feb 2012 05:25:27 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/743437.html</guid>
      <dc:creator>dotCore</dc:creator>
      <dc:date>2012-02-11T05:25:27Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/r/teamcitysharp_now_builds_with_mono.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/743437.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>I am pleased to be able to say that TeamCitySharp is now supports mono. In order to get the project supported I had to change a few parts of the system.<br/><br/><a href='http://www.dzone.com/links/rss/teamcitysharp_now_builds_with_mono.html'><img src='http://www.dzone.com/links/voteCountImage?linkId=743437' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>743437</dz:linkId>
      <dz:submitDate>2012-02-11T05:25:27Z</dz:submitDate>
      <dz:voteUpCount>2</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>11</dz:clickCount>
      <dz:commentCount>1</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/743437.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>dotCore</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/448255.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>Populate DetailsView From GridView Select Using DataKeyNames</title>
      <link>http://www.dzone.com/links/r/populate_detailsview_from_gridview_select_using_d.html</link>
      <description>Populate Multiple DetailsView From GridView Select Using DataKeyNames</description>
      <category>.net</category>
      <pubDate>Sat, 11 Feb 2012 05:13:34 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/743433.html</guid>
      <dc:creator>amiT jaiN</dc:creator>
      <dc:date>2012-02-11T05:13:34Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/r/populate_detailsview_from_gridview_select_using_d.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/743433.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>Populate Multiple DetailsView From GridView Select Using DataKeyNames<br/><br/><a href='http://www.dzone.com/links/rss/populate_detailsview_from_gridview_select_using_d.html'><img src='http://www.dzone.com/links/voteCountImage?linkId=743433' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>743433</dz:linkId>
      <dz:submitDate>2012-02-11T05:13:34Z</dz:submitDate>
      <dz:voteUpCount>1</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/743433.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>amit.jain</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/373975.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>Pinpointing a Static GC Root with SOS</title>
      <link>http://www.dzone.com/links/r/pinpointing_a_static_gc_root_with_sos.html</link>
      <description>NOTE: if you’re not familiar with SOS (a WinDbg extension for managed code) and leak detection with !gcroot, start by reading an introductory post on the subject.</description>
      <category>.net</category>
      <category>how-to</category>
      <category>microsoft</category>
      <category>tools</category>
      <pubDate>Sat, 11 Feb 2012 02:55:40 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/743419.html</guid>
      <dc:creator>dotCore</dc:creator>
      <dc:date>2012-02-11T02:55:40Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/r/pinpointing_a_static_gc_root_with_sos.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/743419.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>NOTE: if you’re not familiar with SOS (a WinDbg extension for managed code) and leak detection with !gcroot, start by reading an introductory post on the subject.<br/><br/><a href='http://www.dzone.com/links/rss/pinpointing_a_static_gc_root_with_sos.html'><img src='http://www.dzone.com/links/voteCountImage?linkId=743419' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>743419</dz:linkId>
      <dz:submitDate>2012-02-11T02:55:40Z</dz:submitDate>
      <dz:voteUpCount>1</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>21</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/743419.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>dotCore</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/448255.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>URL–New HTML5 input element</title>
      <link>http://www.dzone.com/links/r/urlnew_html5_input_element.html</link>
      <description>In earlier post we have seen how the email input tag work in the browser. HTML5 comes with lots of new goodies and today we are going to see one of another new html5 input types URL. In most of the sites once you fill your contact and personal information...</description>
      <category>.net</category>
      <category>how-to</category>
      <category>microsoft</category>
      <category>server</category>
      <pubDate>Fri, 10 Feb 2012 18:45:52 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/743307.html</guid>
      <dc:creator>jincyv</dc:creator>
      <dc:date>2012-02-10T18:45:52Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/r/urlnew_html5_input_element.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/743307.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>In earlier post we have seen how the email input tag work in the browser. HTML5 comes with lots of new goodies and today we are going to see one of another new html5 input types URL. In most of the sites once you fill your contact and personal information...<br/><br/><a href='http://www.dzone.com/links/rss/urlnew_html5_input_element.html'><img src='http://www.dzone.com/links/voteCountImage?linkId=743307' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>743307</dz:linkId>
      <dz:submitDate>2012-02-10T18:45:52Z</dz:submitDate>
      <dz:voteUpCount>1</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>41</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/743307.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>jincyv</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/744593.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>Code Migrations Evolved: EF 4.3 Released</title>
      <link>http://www.dzone.com/links/r/code_migrations_evolved_ef_43_released.html</link>
      <description>The folks on the ADO.NET team have finally released their Code First Migrations work as part of EF 4.3.  But what exactly sets apart this release from the previous one: 4.2?</description>
      <category>.net</category>
      <category>server</category>
      <pubDate>Fri, 10 Feb 2012 15:44:13 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/743113.html</guid>
      <dc:creator>Psant</dc:creator>
      <dc:date>2012-02-10T15:44:13Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/r/code_migrations_evolved_ef_43_released.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/743113.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>The folks on the ADO.NET team have finally released their Code First Migrations work as part of EF 4.3.  But what exactly sets apart this release from the previous one: 4.2?<br/><br/><a href='http://www.dzone.com/links/rss/code_migrations_evolved_ef_43_released.html'><img src='http://www.dzone.com/links/voteCountImage?linkId=743113' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>743113</dz:linkId>
      <dz:submitDate>2012-02-10T15:44:13Z</dz:submitDate>
      <dz:voteUpCount>2</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/743113.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>Psant</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/976429.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>What is Serialization? May be Star Trek analogy could help..</title>
      <link>http://www.dzone.com/links/r/what_is_serialization_may_be_star_trek_analogy_co.html</link>
      <description>What is Serialization? May be Star Trek analogy could help..</description>
      <category>.net</category>
      <category>xml</category>
      <pubDate>Fri, 10 Feb 2012 09:24:33 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/742885.html</guid>
      <dc:creator>parasdoshi.com</dc:creator>
      <dc:date>2012-02-10T09:24:33Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/r/what_is_serialization_may_be_star_trek_analogy_co.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/742885.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>What is Serialization? May be Star Trek analogy could help..<br/><br/><a href='http://www.dzone.com/links/rss/what_is_serialization_may_be_star_trek_analogy_co.html'><img src='http://www.dzone.com/links/voteCountImage?linkId=742885' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>742885</dz:linkId>
      <dz:submitDate>2012-02-10T09:24:33Z</dz:submitDate>
      <dz:voteUpCount>2</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>32</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/742885.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>parasdoshi.com</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/911425.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>Naming Conventions in JustCode</title>
      <link>http://www.dzone.com/links/r/naming_conventions_in_justcode.html</link>
      <description>Choosing appropriate identifiers for the constructs in your code provides better readability and maintainability. With the latest build of Telerik JustCode you can now easily set naming conventions for all your code elements.</description>
      <category>.net</category>
      <category>microsoft</category>
      <category>tools</category>
      <pubDate>Fri, 10 Feb 2012 06:09:39 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/742845.html</guid>
      <dc:creator>KodefuGuru</dc:creator>
      <dc:date>2012-02-10T06:09:39Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/r/naming_conventions_in_justcode.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/742845.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>Choosing appropriate identifiers for the constructs in your code provides better readability and maintainability. With the latest build of Telerik JustCode you can now easily set naming conventions for all your code elements. <br/><br/><a href='http://www.dzone.com/links/rss/naming_conventions_in_justcode.html'><img src='http://www.dzone.com/links/voteCountImage?linkId=742845' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>742845</dz:linkId>
      <dz:submitDate>2012-02-10T06:09:39Z</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/742845.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>KodefuGuru</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/411104.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>Cross page posting Submit Form Server.Transfer methods ASP.NET</title>
      <link>http://www.dzone.com/links/r/cross_page_posting_submit_form_servertransfer_met.html</link>
      <description>Cross page posting in ASP.NET&#xD;
&#xD;
To transer data using cross page posting&#xD;
we need to use FindControl Method &#xD;
we can write code like this</description>
      <category>.net</category>
      <pubDate>Fri, 10 Feb 2012 05:10:49 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/742819.html</guid>
      <dc:creator>amiT jaiN</dc:creator>
      <dc:date>2012-02-10T05:10:49Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/r/cross_page_posting_submit_form_servertransfer_met.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/742819.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>Cross page posting in ASP.NET

To transer data using cross page posting
we need to use FindControl Method 
we can write code like this<br/><br/><a href='http://www.dzone.com/links/rss/cross_page_posting_submit_form_servertransfer_met.html'><img src='http://www.dzone.com/links/voteCountImage?linkId=742819' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>742819</dz:linkId>
      <dz:submitDate>2012-02-10T05:10:49Z</dz:submitDate>
      <dz:voteUpCount>2</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/742819.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>amit.jain</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/373975.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>Data Transfer Using QueryStrings Among Asp.Net Pages</title>
      <link>http://www.dzone.com/links/r/data_transfer_using_querystrings_among_aspnet_pag.html</link>
      <description>Several time while developing asp .NET applications we need to transfer data from&#xD;
one page to another, we can achieve this by several methods , some of them are&#xD;
&#xD;
1. Using QueryStrings</description>
      <category>.net</category>
      <pubDate>Fri, 10 Feb 2012 04:59:56 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/742811.html</guid>
      <dc:creator>amiT jaiN</dc:creator>
      <dc:date>2012-02-10T04:59:56Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/r/data_transfer_using_querystrings_among_aspnet_pag.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/742811.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>Several time while developing asp .NET applications we need to transfer data from
one page to another, we can achieve this by several methods , some of them are

1. Using QueryStrings
<br/><br/><a href='http://www.dzone.com/links/rss/data_transfer_using_querystrings_among_aspnet_pag.html'><img src='http://www.dzone.com/links/voteCountImage?linkId=742811' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>742811</dz:linkId>
      <dz:submitDate>2012-02-10T04:59:56Z</dz:submitDate>
      <dz:voteUpCount>2</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>17</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/742811.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>amit.jain</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/373975.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>Test Driving Model Validation in ASP.NET MVC3</title>
      <link>http://www.dzone.com/links/r/test_driving_model_validation_in_aspnet_mvc3.html</link>
      <description>A blog post on how to do unit testing with Model Validation in the context of ASP.NET MVC3</description>
      <category>.net</category>
      <pubDate>Thu, 09 Feb 2012 18:48:17 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/742657.html</guid>
      <dc:creator>sweettam</dc:creator>
      <dc:date>2012-02-09T18:48:17Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/r/test_driving_model_validation_in_aspnet_mvc3.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/742657.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>A blog post on how to do unit testing with Model Validation in the context of ASP.NET MVC3<br/><br/><a href='http://www.dzone.com/links/rss/test_driving_model_validation_in_aspnet_mvc3.html'><img src='http://www.dzone.com/links/voteCountImage?linkId=742657' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>742657</dz:linkId>
      <dz:submitDate>2012-02-09T18:48:17Z</dz:submitDate>
      <dz:voteUpCount>2</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>32</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/742657.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>sweettam</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/782961.gif</dz:userimage>
      </dz:submitter>
    </item>
  </channel>
</rss>


