<?xml version="1.0" encoding="utf-8"?><rss version="2.0"><channel>
    <title>.net-Snippets.com (C#)</title>
    <link>http://www.dotnet-Snippets.com/dns/default.aspx</link>
    <description>New Snippets on .NET-Snippets.com</description>
    <language>en-us</language>
    <copyright>copyright by Jan Welker</copyright>
    <image>
      <url>http://dotnet-Snippets.com/dns/bilder/dotnet-snippets.com.gif</url>
      <title>.NET-Snippets.com</title>
    <link>http://www.dotnet-Snippets.com/dns/default.aspx</link>
    </image>
    <item>
    <pubDate>Thu, 17 Dec 2009 06:48:28 GMT</pubDate>
      <title>C#, Pay Pal IPN</title>
        <description>A complete paypal IPN system in ASP.NET. A readme file for testing on sandbox. 
Download more codes at http://www25.brinkster.com/vipinsharma/pages/downloads.asp
	    </description>      <link>http://www.dotnet-Snippets.com/dns/pay-pal-ipn-SID614.aspx</link>
      <author>webmaster@dotnet-Snippets.com</author>
     <guid>http://www.dotnet-Snippets.com/dns/pay-pal-ipn-SID614.aspx</guid>
   </item>
    <item>
    <pubDate>Tue, 13 Oct 2009 21:46:05 GMT</pubDate>
      <title>C#, Euclidean Algorithm for GCD</title>
        <description>Implementation of the Euclidean Algorithm for finding the Greatest Common Denominator between 2 integers.
	    </description>      <link>http://www.dotnet-Snippets.com/dns/euclidean-algorithm-for-gcd-SID613.aspx</link>
      <author>webmaster@dotnet-Snippets.com</author>
     <guid>http://www.dotnet-Snippets.com/dns/euclidean-algorithm-for-gcd-SID613.aspx</guid>
   </item>
    <item>
    <pubDate>Sat, 14 Feb 2009 10:23:45 GMT</pubDate>
      <title>C#, Compress and Decompress Strings</title>
        <description>With this class you can compress and decompress Strings.

This snippet is a reworked version of this code: http://www.csharphelp.com/archives4/archive689.html from Mads Kristensen.
	    </description>      <link>http://www.dotnet-Snippets.com/dns/compress-and-decompress-strings-SID612.aspx</link>
      <author>webmaster@dotnet-Snippets.com</author>
     <guid>http://www.dotnet-Snippets.com/dns/compress-and-decompress-strings-SID612.aspx</guid>
   </item>
    <item>
    <pubDate>Sat, 14 Feb 2009 10:20:01 GMT</pubDate>
      <title>C#, Get all Outlook Contacts</title>
        <description>This function allows you, to read out all saved contacts from Microsoft Outlook. To run this console application, you have to add two references to your project:

- right click to your project
- select  the com tab
- add Microsoft Office 12.0 Object Library and  Microsoft Outlook 12.0 Object Library

If you use Outlook 2003 choose version 11.

	    </description>      <link>http://www.dotnet-Snippets.com/dns/get-all-outlook-contacts-SID611.aspx</link>
      <author>webmaster@dotnet-Snippets.com</author>
     <guid>http://www.dotnet-Snippets.com/dns/get-all-outlook-contacts-SID611.aspx</guid>
   </item>
    <item>
    <pubDate>Mon, 03 Nov 2008 16:05:41 GMT</pubDate>
      <title>C#, How to get properties from a local network cards</title>
        <description>How to get properties from a local network cards
	    </description>      <link>http://www.dotnet-Snippets.com/dns/how-to-get-properties-from-a-local-network-cards-SID610.aspx</link>
      <author>webmaster@dotnet-Snippets.com</author>
     <guid>http://www.dotnet-Snippets.com/dns/how-to-get-properties-from-a-local-network-cards-SID610.aspx</guid>
   </item>
    <item>
    <pubDate>Tue, 16 Sep 2008 11:18:00 GMT</pubDate>
      <title>C#, IsPositiveInteger as Extension Method</title>
        <description>Determines whether the given string is a positive integer.
	    </description>      <link>http://www.dotnet-Snippets.com/dns/ispositiveinteger-as-extension-method-SID609.aspx</link>
      <author>webmaster@dotnet-Snippets.com</author>
     <guid>http://www.dotnet-Snippets.com/dns/ispositiveinteger-as-extension-method-SID609.aspx</guid>
   </item>
    <item>
    <pubDate>Tue, 16 Sep 2008 00:11:01 GMT</pubDate>
      <title>C#, Determines whether the character is printable</title>
        <description>Determines whether the character is printable
	    </description>      <link>http://www.dotnet-Snippets.com/dns/determines-whether-the-character-is-printable-SID608.aspx</link>
      <author>webmaster@dotnet-Snippets.com</author>
     <guid>http://www.dotnet-Snippets.com/dns/determines-whether-the-character-is-printable-SID608.aspx</guid>
   </item>
    <item>
    <pubDate>Tue, 16 Sep 2008 00:06:24 GMT</pubDate>
      <title>C#, Determines whether the specified string is an IP address</title>
        <description>Determines whether the specified string is an IP address using Regex.

Example:

&quot;0.0.0.0&quot; bis &quot;255.255.255.255&quot; valid
&quot;1.2.3.256&quot; oder &quot;0.0.2&quot; invalid

	    </description>      <link>http://www.dotnet-Snippets.com/dns/determines-whether-the-specified-string-is-an-ip-address-SID607.aspx</link>
      <author>webmaster@dotnet-Snippets.com</author>
     <guid>http://www.dotnet-Snippets.com/dns/determines-whether-the-specified-string-is-an-ip-address-SID607.aspx</guid>
   </item>
    <item>
    <pubDate>Mon, 15 Sep 2008 22:35:32 GMT</pubDate>
      <title>C#, Convert Emailaddress in JavaScript to avoid Spam</title>
        <description>Convert Emailaddress in JavaScript to avoid Spam

Place this Javascript on your website and your contact address is protected against spam

needed namespaces:

using System.Net.Mail;
using System.Text;
	    </description>      <link>http://www.dotnet-Snippets.com/dns/convert-emailaddress-in-javascript-to-avoid-spam-SID606.aspx</link>
      <author>webmaster@dotnet-Snippets.com</author>
     <guid>http://www.dotnet-Snippets.com/dns/convert-emailaddress-in-javascript-to-avoid-spam-SID606.aspx</guid>
   </item>
    <item>
    <pubDate>Mon, 15 Sep 2008 22:31:43 GMT</pubDate>
      <title>C#, Gets the current wallpaper path</title>
        <description>Gets the current wallpaper path

needed namespace: Microsoft.Win32;
	    </description>      <link>http://www.dotnet-Snippets.com/dns/gets-the-current-wallpaper-path-SID605.aspx</link>
      <author>webmaster@dotnet-Snippets.com</author>
     <guid>http://www.dotnet-Snippets.com/dns/gets-the-current-wallpaper-path-SID605.aspx</guid>
   </item>
    <item>
    <pubDate>Mon, 15 Sep 2008 22:23:54 GMT</pubDate>
      <title>C#, Check if the printer is online</title>
        <description>Check if the printer is online
	    </description>      <link>http://www.dotnet-Snippets.com/dns/check-if-the-printer-is-online-SID604.aspx</link>
      <author>webmaster@dotnet-Snippets.com</author>
     <guid>http://www.dotnet-Snippets.com/dns/check-if-the-printer-is-online-SID604.aspx</guid>
   </item>
    <item>
    <pubDate>Mon, 15 Sep 2008 22:19:17 GMT</pubDate>
      <title>C#, Change the Encoding of an XmlDocument </title>
        <description>Example:

before: &lt;xml version=&quot;1.0&quot; encoding=&quot;utf-16&quot;?&gt;
after: &lt;xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot;?&gt;

needed namespace: System.Xml;
	    </description>      <link>http://www.dotnet-Snippets.com/dns/change-the-encoding-of-an-xmldocument-SID603.aspx</link>
      <author>webmaster@dotnet-Snippets.com</author>
     <guid>http://www.dotnet-Snippets.com/dns/change-the-encoding-of-an-xmldocument-SID603.aspx</guid>
   </item>
    <item>
    <pubDate>Mon, 15 Sep 2008 22:16:09 GMT</pubDate>
      <title>C#, Searching for files using LINQ</title>
        <description>Searching for files using LINQ

Needed Namespaces:
using System.IO;
using System.Linq;

&lt;a href=&quot;http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdotnet-snippets.com%2fdns%2fsearching-for-files-using-linq-SID602.aspx&quot;&gt;&lt;img src=&quot;http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdotnet-snippets.com%2fdns%2fsearching-for-files-using-linq-SID602.aspx&quot; border=&quot;0&quot; alt=&quot;kick it on DotNetKicks.com&quot; /&gt;&lt;/a&gt;
	    </description>      <link>http://www.dotnet-Snippets.com/dns/searching-for-files-using-linq-SID602.aspx</link>
      <author>webmaster@dotnet-Snippets.com</author>
     <guid>http://www.dotnet-Snippets.com/dns/searching-for-files-using-linq-SID602.aspx</guid>
   </item>
    <item>
    <pubDate>Mon, 15 Sep 2008 22:10:31 GMT</pubDate>
      <title>C#, Gets the second level domain from URI</title>
        <description>Gets the second level domain from the given URI

Example:

Uri uri = new Uri(&quot;http://blog.jan-welker.de/2008/07/28/DieCommunityTermineImmerImBlick.aspx&quot;);
string secondLevelDomain = GetSecondLevelDomain(uri);

The result is: &quot;jan-welker.de&quot;
	    </description>      <link>http://www.dotnet-Snippets.com/dns/gets-the-second-level-domain-from-uri-SID601.aspx</link>
      <author>webmaster@dotnet-Snippets.com</author>
     <guid>http://www.dotnet-Snippets.com/dns/gets-the-second-level-domain-from-uri-SID601.aspx</guid>
   </item>
    <item>
    <pubDate>Mon, 15 Sep 2008 22:07:23 GMT</pubDate>
      <title>C#, Image rotation by angle</title>
        <description>Rotates the image by angle.
	    </description>      <link>http://www.dotnet-Snippets.com/dns/image-rotation-by-angle-SID600.aspx</link>
      <author>webmaster@dotnet-Snippets.com</author>
     <guid>http://www.dotnet-Snippets.com/dns/image-rotation-by-angle-SID600.aspx</guid>
   </item>
    <item>
    <pubDate>Mon, 17 Dec 2007 16:55:01 GMT</pubDate>
      <title>C#, Using Sharp Zip Lib to compress files</title>
        <description>You have to include the ICSharpCode.SharpZipLib.dll to your project:

http://www.icsharpcode.net/OpenSource/SharpZipLib/Download.aspx

Required namespaces:

using System;
using System.IO;
using System.Collections.Generic;
using ICSharpCode.SharpZipLib.Checksums;
using ICSharpCode.SharpZipLib.Zip;

	    </description>      <link>http://www.dotnet-Snippets.com/dns/using-sharp-zip-lib-to-compress-files-SID586.aspx</link>
      <author>webmaster@dotnet-Snippets.com</author>
     <guid>http://www.dotnet-Snippets.com/dns/using-sharp-zip-lib-to-compress-files-SID586.aspx</guid>
   </item>
    <item>
    <pubDate>Sat, 03 Nov 2007 21:41:12 GMT</pubDate>
      <title>C#, Gets the whois information.</title>
        <description>Gets the whois information.
	    </description>      <link>http://www.dotnet-Snippets.com/dns/gets-the-whois-information-SID581.aspx</link>
      <author>webmaster@dotnet-Snippets.com</author>
     <guid>http://www.dotnet-Snippets.com/dns/gets-the-whois-information-SID581.aspx</guid>
   </item>
    <item>
    <pubDate>Sat, 27 Oct 2007 14:48:51 GMT</pubDate>
      <title>C#, Show Network Traffic (sent and received)</title>
        <description>Shows the networktraffic in the console
	    </description>      <link>http://www.dotnet-Snippets.com/dns/show-network-traffic-sent-and-received-SID580.aspx</link>
      <author>webmaster@dotnet-Snippets.com</author>
     <guid>http://www.dotnet-Snippets.com/dns/show-network-traffic-sent-and-received-SID580.aspx</guid>
   </item>
    <item>
    <pubDate>Fri, 05 Oct 2007 12:37:55 GMT</pubDate>
      <title>C#, Loads an embedded resource file of the calling assembly.</title>
        <description>Loads an embedded resource file of the calling assembly.
	    </description>      <link>http://www.dotnet-Snippets.com/dns/loads-an-embedded-resource-file-of-the-calling-assembly-SID579.aspx</link>
      <author>webmaster@dotnet-Snippets.com</author>
     <guid>http://www.dotnet-Snippets.com/dns/loads-an-embedded-resource-file-of-the-calling-assembly-SID579.aspx</guid>
   </item>
    <item>
    <pubDate>Fri, 05 Oct 2007 12:35:35 GMT</pubDate>
      <title>C#, ASCII to Hex </title>
        <description>Converted an ASCII-Text to an String with Hex-Values.
	    </description>      <link>http://www.dotnet-Snippets.com/dns/ascii-to-hex-SID578.aspx</link>
      <author>webmaster@dotnet-Snippets.com</author>
     <guid>http://www.dotnet-Snippets.com/dns/ascii-to-hex-SID578.aspx</guid>
   </item>
 </channel>
</rss>