<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com - Stories tagged with Strings</title>
    <description>the latest stories tagged with 'Strings' from DotNetKicks.com</description>
    <link>http://www.dotnetkicks.com/</link>
    <language>en-us</language>
    <copyright>Atweb Publishing Ltd.</copyright>
    <docs>http://backend.userland.com/rss</docs>
    <generator>DotNetKicks.com - .NET links, community driven</generator>
    <ttl>30</ttl>
    <item>
      <title>How to check if a string is empty</title>
      <description>Interesting article that shows different ways of checking if a string is empty and explains the pros and cons. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dotnettoad.com%2findex.php%3f%2farchives%2f19-How-to-check-if-a-string-is-empty.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dotnettoad.com%2findex.php%3f%2farchives%2f19-How-to-check-if-a-string-is-empty.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/How_to_check_if_a_string_is_empty</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/How_to_check_if_a_string_is_empty</guid>
      <pubDate>Fri, 16 May 2008 22:26:27 GMT</pubDate>
    </item>
    <item>
      <title>How to: Use strings in a secure manner with SecureString class</title>
      <description>The classic System.String type doesn't provide enough security for storing sensitive data like passwords, credit card numbers or personal information. If a String object contains sensitive information, there is a risk the information could be revealed after it is used because your application cannot delete the data from computer memory. Starting with the .NET Framework 2.0 the SecureString class is available. It was designed to provide encryption for sensitive data and other useful functions. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdotnetfacts.blogspot.com%2f2008%2f04%2fhow-to-use-strings-in-secure-manner.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdotnetfacts.blogspot.com%2f2008%2f04%2fhow-to-use-strings-in-secure-manner.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/How_to_Use_strings_in_a_secure_manner_with_SecureString_class</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/How_to_Use_strings_in_a_secure_manner_with_SecureString_class</guid>
      <pubDate>Wed, 09 Apr 2008 17:01:02 GMT</pubDate>
    </item>
    <item>
      <title>Compress strings in C#</title>
      <description>Compress the strings using a GZipStream and then decompress them later when needed. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.madskristensen.dk%2fblog%2fCompressStringsInC.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.madskristensen.dk%2fblog%2fCompressStringsInC.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Compress_strings_in_C</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Compress_strings_in_C</guid>
      <pubDate>Wed, 07 Mar 2007 17:09:37 GMT</pubDate>
    </item>
    <item>
      <title>String Formatting in C#</title>
      <description>A very nice little primer on using String.Format to conrol the generation of strings &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.stevex.net%2findex.php%2fstring-formatting-in-csharp%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.stevex.net%2findex.php%2fstring-formatting-in-csharp%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/String_Formatting_in_C</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/String_Formatting_in_C</guid>
      <pubDate>Mon, 17 Jul 2006 11:51:01 GMT</pubDate>
    </item>
  </channel>
</rss>