<?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 links by vort3x</title>
    <link>http://www.dzone.com/links/users/links/283653.html</link>
    <description>DZone: fresh links for developers</description>
    <language>en-us</language>
    <copyright>Copyright (c) 2006 DZone, Inc.</copyright>
    <pubDate>Fri, 22 Aug 2008 04:43:11 GMT</pubDate>
    <dc:creator>The DZone community</dc:creator>
    <dc:date>2008-08-22T04:43:11Z</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/user/283653/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>Web developers. You suck.</title>
      <link>http://www.dzone.com/links/rss/web_developers_you_suck.html</link>
      <description>In order to aid in development of my own websites, I enabled JavaScript debugging in Internet Explorer a few weeks back. To my horror, I have quickly experienced what seems to be complete disregard for serving syntactically correct JavaScript on the open internet. No, I’m not just talking about a few niche websites, run by amateur programmers. I am talking about industry-leading nerd-friendly powerhouse websites that should know better.</description>
      <category>ajax</category>
      <category>javascript</category>
      <pubDate>Tue, 15 Jul 2008 21:54:23 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/95315.html</guid>
      <dc:creator>vort3x</dc:creator>
      <dc:date>2008-07-15T21:54:23Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/rss/web_developers_you_suck.html'><img src='http://www.dzone.com/links/images/thumbs/120x90/95315.jpg' style='width:120;height:90;margin:6;float:left;vertical-align:top;border:1px solid #ccc;' /></a> In order to aid in development of my own websites, I enabled JavaScript debugging in Internet Explorer a few weeks back. To my horror, I have quickly experienced what seems to be complete disregard for serving syntactically correct JavaScript on the open internet. No, I’m not just talking about a few niche websites, run by amateur programmers. I am talking about industry-leading nerd-friendly powerhouse websites that should know better.]]></content:encoded>
      <dz:linkId>95315</dz:linkId>
      <dz:submitDate>2008-07-15T21:54:23Z</dz:submitDate>
      <dz:voteUpCount>1</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>33</dz:clickCount>
      <dz:commentCount>2</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/95315.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>vort3x</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/283653.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>enum to friendly string extension method</title>
      <link>http://www.dzone.com/links/rss/enum_to_friendly_string_extension_method.html</link>
      <description>We use enums quite extensively in our application as they are a great for representing integral values in a strongly typed way using symbolic names. The enum names are not very friendly to the user and I recently read a some good articles which tried to solve this problem. However, I think i've found a better solution to this problem using extension methods.</description>
      <category>.net</category>
      <pubDate>Tue, 03 Jun 2008 12:37:30 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/84722.html</guid>
      <dc:creator>vort3x</dc:creator>
      <dc:date>2008-06-03T12:37:30Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/rss/enum_to_friendly_string_extension_method.html'><img src='http://www.dzone.com/links/images/thumbs/120x90/84722.jpg' style='width:120;height:90;margin:6;float:left;vertical-align:top;border:1px solid #ccc;' /></a> We use enums quite extensively in our application as they are a great for representing integral values in a strongly typed way using symbolic names. The enum names are not very friendly to the user and I recently read a some good articles which tried to solve this problem. However, I think i've found a better solution to this problem using extension methods.]]></content:encoded>
      <dz:linkId>84722</dz:linkId>
      <dz:submitDate>2008-06-03T12:37:30Z</dz:submitDate>
      <dz:voteUpCount>2</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>11</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/84722.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>vort3x</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/283653.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>the LinqToSQL is a lie</title>
      <link>http://www.dzone.com/links/rss/the_linqtosql_is_a_lie.html</link>
      <description>LinqToSql is amazing! I've been working with it for the past week and loving every moment. However i've noticed somethig weird, it lies to me about the SQL it's generating. Here is my example...</description>
      <category>.net</category>
      <category>database</category>
      <pubDate>Thu, 08 May 2008 22:37:47 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/80032.html</guid>
      <dc:creator>vort3x</dc:creator>
      <dc:date>2008-05-08T22:37:47Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/rss/the_linqtosql_is_a_lie.html'><img src='http://www.dzone.com/links/images/thumbs/120x90/80032.jpg' style='width:120;height:90;margin:6;float:left;vertical-align:top;border:1px solid #ccc;' /></a> LinqToSql is amazing! I've been working with it for the past week and loving every moment. However i've noticed somethig weird, it lies to me about the SQL it's generating. Here is my example...]]></content:encoded>
      <dz:linkId>80032</dz:linkId>
      <dz:submitDate>2008-05-08T22:37:47Z</dz:submitDate>
      <dz:voteUpCount>2</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>29</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/80032.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>vort3x</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/283653.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>A C# Operator I would like to see.</title>
      <link>http://www.dzone.com/links/rss/a_c_operator_i_would_like_to_see.html</link>
      <description>You could argue there are too many operators in C# as it is; however, I feel having an acute knowledge of the available operators is like knowing CTRL + B will bold the selected text in most word processing software. To put it simply, it hurts no-one, whilst providing shortcuts to advanced users...</description>
      <category>.net</category>
      <pubDate>Wed, 30 Apr 2008 13:25:37 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/78536.html</guid>
      <dc:creator>vort3x</dc:creator>
      <dc:date>2008-04-30T13:25:37Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/rss/a_c_operator_i_would_like_to_see.html'><img src='http://www.dzone.com/links/images/thumbs/120x90/78536.jpg' style='width:120;height:90;margin:6;float:left;vertical-align:top;border:1px solid #ccc;' /></a> You could argue there are too many operators in C# as it is; however, I feel having an acute knowledge of the available operators is like knowing CTRL + B will bold the selected text in most word processing software. To put it simply, it hurts no-one, whilst providing shortcuts to advanced users...]]></content:encoded>
      <dz:linkId>78536</dz:linkId>
      <dz:submitDate>2008-04-30T13:25:37Z</dz:submitDate>
      <dz:voteUpCount>1</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>16</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/78536.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>vort3x</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/283653.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>Implementing Generic Caching</title>
      <link>http://www.dzone.com/links/rss/implementing_generic_caching.html</link>
      <description>I develop for a large, high-availability website, with hundreds of thousands of daily users. As such, we need to cache a lot of data in our web-server memory (which is cheap) to save numerous hits to our main database cluster (which is very expensive). I would imagine the desire to improve performance by saving on database hits is common across many web applications – and caching frequently used data is often seen as one of the best ways to solve this problem.</description>
      <category>.net</category>
      <pubDate>Mon, 28 Apr 2008 12:55:59 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/78062.html</guid>
      <dc:creator>vort3x</dc:creator>
      <dc:date>2008-04-28T12:55:59Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/rss/implementing_generic_caching.html'><img src='http://www.dzone.com/links/images/thumbs/120x90/78062.jpg' style='width:120;height:90;margin:6;float:left;vertical-align:top;border:1px solid #ccc;' /></a> I develop for a large, high-availability website, with hundreds of thousands of daily users. As such, we need to cache a lot of data in our web-server memory (which is cheap) to save numerous hits to our main database cluster (which is very expensive). I would imagine the desire to improve performance by saving on database hits is common across many web applications – and caching frequently used data is often seen as one of the best ways to solve this problem.]]></content:encoded>
      <dz:linkId>78062</dz:linkId>
      <dz:submitDate>2008-04-28T12:55:59Z</dz:submitDate>
      <dz:voteUpCount>2</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>31</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/78062.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>vort3x</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/283653.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>Enum TryParse Extension Method</title>
      <link>http://www.dzone.com/links/rss/enum_tryparse_extension_method.html</link>
      <description>TryParse method is very helpful if you need to convert string representation of a value to a value itself. TryParse is better than Parse method because it doesn’t throw any exceptions and just returns a Boolean value to indicate weather the parsing was successful. Surprisingly there is no TryParse method available to use for Enum and this is where extension method can be extremely useful.</description>
      <category>.net</category>
      <pubDate>Fri, 25 Apr 2008 14:16:07 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/77655.html</guid>
      <dc:creator>vort3x</dc:creator>
      <dc:date>2008-04-25T14:16:07Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/rss/enum_tryparse_extension_method.html'><img src='http://www.dzone.com/links/images/thumbs/120x90/77655.jpg' style='width:120;height:90;margin:6;float:left;vertical-align:top;border:1px solid #ccc;' /></a> TryParse method is very helpful if you need to convert string representation of a value to a value itself. TryParse is better than Parse method because it doesn’t throw any exceptions and just returns a Boolean value to indicate weather the parsing was successful. Surprisingly there is no TryParse method available to use for Enum and this is where extension method can be extremely useful.]]></content:encoded>
      <dz:linkId>77655</dz:linkId>
      <dz:submitDate>2008-04-25T14:16:07Z</dz:submitDate>
      <dz:voteUpCount>1</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>14</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/77655.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>vort3x</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/283653.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>To Extension Method</title>
      <link>http://www.dzone.com/links/rss/to_extension_method.html</link>
      <description>Many times you find yourself having to convert the type of an object to another. The ToString() method is probably one of the most useful methods, it's great for easy conversion of objects to string, but what if you want to do it the other way round or even an int to a decimal?</description>
      <category>.net</category>
      <pubDate>Fri, 25 Apr 2008 14:15:15 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/77654.html</guid>
      <dc:creator>vort3x</dc:creator>
      <dc:date>2008-04-25T14:15:15Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/rss/to_extension_method.html'><img src='http://www.dzone.com/links/images/thumbs/120x90/77654.jpg' style='width:120;height:90;margin:6;float:left;vertical-align:top;border:1px solid #ccc;' /></a> Many times you find yourself having to convert the type of an object to another. The ToString() method is probably one of the most useful methods, it's great for easy conversion of objects to string, but what if you want to do it the other way round or even an int to a decimal?]]></content:encoded>
      <dz:linkId>77654</dz:linkId>
      <dz:submitDate>2008-04-25T14:15:15Z</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/77654.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>vort3x</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/283653.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>Select Text or Value From DropDownList Extension Method</title>
      <link>http://www.dzone.com/links/rss/select_text_or_value_from_dropdownlist_extension.html</link>
      <description>Here is a very usefull extension method that allows you to select an item from a DropDownList using the text or value of the item without needing to know the index of the item.</description>
      <category>.net</category>
      <pubDate>Fri, 25 Apr 2008 14:14:32 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/77653.html</guid>
      <dc:creator>vort3x</dc:creator>
      <dc:date>2008-04-25T14:14:32Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/rss/select_text_or_value_from_dropdownlist_extension.html'><img src='http://www.dzone.com/links/images/thumbs/120x90/77653.jpg' style='width:120;height:90;margin:6;float:left;vertical-align:top;border:1px solid #ccc;' /></a> Here is a very usefull extension method that allows you to select an item from a DropDownList using the text or value of the item without needing to know the index of the item.]]></content:encoded>
      <dz:linkId>77653</dz:linkId>
      <dz:submitDate>2008-04-25T14:14:32Z</dz:submitDate>
      <dz:voteUpCount>0</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/77653.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>vort3x</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/283653.gif</dz:userimage>
      </dz:submitter>
    </item>
  </channel>
</rss>

