<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Tips n Tracks &#187; VB.NET</title>
	<atom:link href="http://www.tipsntracks.com/category/vbnet/feed" rel="self" type="application/rss+xml" />
	<link>http://www.tipsntracks.com</link>
	<description>knowledge Is Power</description>
	<lastBuildDate>Tue, 01 Jun 2010 17:23:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Pause a Console Application for User Input</title>
		<link>http://www.tipsntracks.com/308/pause-a-console-application-for-user-input.html</link>
		<comments>http://www.tipsntracks.com/308/pause-a-console-application-for-user-input.html#comments</comments>
		<pubDate>Sat, 19 Dec 2009 18:46:31 +0000</pubDate>
		<dc:creator>Chetankumar Akarte</dc:creator>
				<category><![CDATA[C# Language]]></category>
		<category><![CDATA[VB.NET]]></category>

		<guid isPermaLink="false">http://www.tipsntracks.com/?p=308</guid>
		<description><![CDATA[Pause a Console Application for User Input or Pause Command in a Console Application While working with C# or VB.NET Console Applications, you may require to pause for the user input or display a message to the user. Console application window get exit as the program execution finished. Following Piece of code will do it [...]]]></description>
		<wfw:commentRss>http://www.tipsntracks.com/308/pause-a-console-application-for-user-input.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Finding Last line in the text using regular expressions with .net</title>
		<link>http://www.tipsntracks.com/301/finding-last-line-in-the-text-using-regular-expressions-with-net.html</link>
		<comments>http://www.tipsntracks.com/301/finding-last-line-in-the-text-using-regular-expressions-with-net.html#comments</comments>
		<pubDate>Wed, 16 Dec 2009 07:20:13 +0000</pubDate>
		<dc:creator>Chetankumar Akarte</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[C# Language]]></category>
		<category><![CDATA[Regular Expression]]></category>
		<category><![CDATA[VB.NET]]></category>

		<guid isPermaLink="false">http://www.tipsntracks.com/?p=301</guid>
		<description><![CDATA[Finding Last line in the text using regular expressions with .net In this regular expressions, we are going to find last line in the text. Regular Expression Pattern .+Z$ A description of the regular expression: Any character, one or more repetitions End of string or before new line at end of string End of line [...]]]></description>
		<wfw:commentRss>http://www.tipsntracks.com/301/finding-last-line-in-the-text-using-regular-expressions-with-net.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Finding First line in the text using regular expressions with .net</title>
		<link>http://www.tipsntracks.com/299/finding-first-line-in-the-text-using-regular-expressions-with-net.html</link>
		<comments>http://www.tipsntracks.com/299/finding-first-line-in-the-text-using-regular-expressions-with-net.html#comments</comments>
		<pubDate>Wed, 16 Dec 2009 07:16:53 +0000</pubDate>
		<dc:creator>Chetankumar Akarte</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[C# Language]]></category>
		<category><![CDATA[Regular Expression]]></category>
		<category><![CDATA[VB.NET]]></category>

		<guid isPermaLink="false">http://www.tipsntracks.com/?p=299</guid>
		<description><![CDATA[Finding First line in the text using regular expressions with .net In this regular expressions, we are going to find first line in the text. Regular Expression Pattern \A.* A description of the regular expression: Beginning of string Any character, any number of repetitions How It Works This regular expression will check for Beginning of [...]]]></description>
		<wfw:commentRss>http://www.tipsntracks.com/299/finding-first-line-in-the-text-using-regular-expressions-with-net.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Finding each line in the text using regular expressions with .net</title>
		<link>http://www.tipsntracks.com/297/finding-each-line-in-the-text-using-regular-expressions-with-net.html</link>
		<comments>http://www.tipsntracks.com/297/finding-each-line-in-the-text-using-regular-expressions-with-net.html#comments</comments>
		<pubDate>Wed, 16 Dec 2009 06:35:49 +0000</pubDate>
		<dc:creator>Chetankumar Akarte</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[C# Language]]></category>
		<category><![CDATA[Regular Expression]]></category>
		<category><![CDATA[VB.NET]]></category>

		<guid isPermaLink="false">http://www.tipsntracks.com/?p=297</guid>
		<description><![CDATA[Finding each line in the text using regular expressions with .net In this regular expressions, we are going to find each line in the text. Regular Expression Pattern ^.*$ A description of the regular expression: Beginning of line or string Any character, any number of repetitions End of line or strin Sucessful Matches This is [...]]]></description>
		<wfw:commentRss>http://www.tipsntracks.com/297/finding-each-line-in-the-text-using-regular-expressions-with-net.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Finding Sentence using regular expressions with .net</title>
		<link>http://www.tipsntracks.com/294/finding-sentence-using-regular-expressions-with-net.html</link>
		<comments>http://www.tipsntracks.com/294/finding-sentence-using-regular-expressions-with-net.html#comments</comments>
		<pubDate>Sun, 13 Dec 2009 18:39:06 +0000</pubDate>
		<dc:creator>Chetankumar Akarte</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[C# Language]]></category>
		<category><![CDATA[Regular Expression]]></category>
		<category><![CDATA[VB.NET]]></category>

		<guid isPermaLink="false">http://www.tipsntracks.com/294/finding-sentence-using-regular-expressions-with-net.html</guid>
		<description><![CDATA[Finding Sentence using regular expressions with .net In the field of linguistics, a sentence —an expression in natural language— is often defined to indicate a grammatical and lexical unit consisting of one or more words that represent distinct concepts. A sentence can include words grouped meaningfully to express a statement, question, exclamation, request or command. [...]]]></description>
		<wfw:commentRss>http://www.tipsntracks.com/294/finding-sentence-using-regular-expressions-with-net.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Finding Similar Words (like bat, cat, mat)using regular expressions with .net</title>
		<link>http://www.tipsntracks.com/283/finding-similar-wordslike-bat-cat-matusing-regular-expressions-with-net.html</link>
		<comments>http://www.tipsntracks.com/283/finding-similar-wordslike-bat-cat-matusing-regular-expressions-with-net.html#comments</comments>
		<pubDate>Sat, 21 Nov 2009 18:14:21 +0000</pubDate>
		<dc:creator>Chetankumar Akarte</dc:creator>
				<category><![CDATA[C# Language]]></category>
		<category><![CDATA[Regular Expression]]></category>
		<category><![CDATA[VB.NET]]></category>

		<guid isPermaLink="false">http://www.tipsntracks.com/?p=283</guid>
		<description><![CDATA[Finding Similar Words (like bat, cat, mat)using regular expressions with .net In this regular expression we are going to find out Similar Words like bat, cat, mat, and rat. Just take a look at above words they all same ending &#34;at&#34;. Regular Expression Pattern \b[a-zA-Z](at\b) A description of the regular expression: First or last character [...]]]></description>
		<wfw:commentRss>http://www.tipsntracks.com/283/finding-similar-wordslike-bat-cat-matusing-regular-expressions-with-net.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Finding Variations in a Words using regular expressions with .net</title>
		<link>http://www.tipsntracks.com/197/finding-variations-in-a-words-using-regular-expressions-with-net.html</link>
		<comments>http://www.tipsntracks.com/197/finding-variations-in-a-words-using-regular-expressions-with-net.html#comments</comments>
		<pubDate>Mon, 20 Jul 2009 15:49:39 +0000</pubDate>
		<dc:creator>Chetankumar Akarte</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[C# Language]]></category>
		<category><![CDATA[Regular Expression]]></category>
		<category><![CDATA[VB.NET]]></category>

		<guid isPermaLink="false">http://www.tipsntracks.com/?p=197</guid>
		<description><![CDATA[Finding Variations in a Words (like John, Johny, Jon, Jonathan) using regular expressions with .net In this regular expression we are going to find out variations in a Words like John, Johny, Jon, Jonathan. Just take a look at above words they all same begining &#34;jo&#34;. Regular Expression Pattern \b[jJ]o\w*\b A description of the regular [...]]]></description>
		<wfw:commentRss>http://www.tipsntracks.com/197/finding-variations-in-a-words-using-regular-expressions-with-net.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Finding words or String with same beginning and end using regular expressions with .net</title>
		<link>http://www.tipsntracks.com/193/finding-words-or-string-with-same-beginning-and-end-using-regular-expressions-with-net.html</link>
		<comments>http://www.tipsntracks.com/193/finding-words-or-string-with-same-beginning-and-end-using-regular-expressions-with-net.html#comments</comments>
		<pubDate>Wed, 03 Jun 2009 17:59:48 +0000</pubDate>
		<dc:creator>Chetankumar Akarte</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[C# Language]]></category>
		<category><![CDATA[Regular Expression]]></category>
		<category><![CDATA[VB.NET]]></category>

		<guid isPermaLink="false">http://www.tipsntracks.com/?p=193</guid>
		<description><![CDATA[Finding words or String with same beginning and end using regular expressions with .net In this regular expression we are going to find words or String with same beginning and end. Means we are going to search words like xerox with same beginning and end &#34;x&#34;. Regular Expression Pattern \b(?&#60;First&#62;\w{1,})(?&#60;Second&#62;\w+)(?(Second)\k&#60;First&#62;)\b A description of the regular [...]]]></description>
		<wfw:commentRss>http://www.tipsntracks.com/193/finding-words-or-string-with-same-beginning-and-end-using-regular-expressions-with-net.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Finding all words starting with &#8220;re&#8221; using regular expressions with .net</title>
		<link>http://www.tipsntracks.com/187/finding-all-words-starting-with-re-using-regular-expressions-with-net.html</link>
		<comments>http://www.tipsntracks.com/187/finding-all-words-starting-with-re-using-regular-expressions-with-net.html#comments</comments>
		<pubDate>Tue, 02 Jun 2009 07:44:36 +0000</pubDate>
		<dc:creator>Chetankumar Akarte</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[C# Language]]></category>
		<category><![CDATA[Regular Expression]]></category>
		<category><![CDATA[VB.NET]]></category>

		<guid isPermaLink="false">http://www.tipsntracks.com/?p=187</guid>
		<description><![CDATA[Finding all words starting with &#34;re&#34; using regular expressions with .net In this regular expression we are going to find all words starting with &#34;re&#34;. Means we are going to search words beginning(first two character) will be &#34;re&#34;. Regular Expression Pattern (\bre)\w+\b A description of the regular expression: [1]: A numbered capture group. [\bre] \bre [...]]]></description>
		<wfw:commentRss>http://www.tipsntracks.com/187/finding-all-words-starting-with-re-using-regular-expressions-with-net.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Finding all words ending with &#8220;ing&#8221; using regular expressions with .net</title>
		<link>http://www.tipsntracks.com/184/finding-all-words-ending-with-ing-using-regular-expressions-with-net.html</link>
		<comments>http://www.tipsntracks.com/184/finding-all-words-ending-with-ing-using-regular-expressions-with-net.html#comments</comments>
		<pubDate>Mon, 01 Jun 2009 17:41:08 +0000</pubDate>
		<dc:creator>Chetankumar Akarte</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[C# Language]]></category>
		<category><![CDATA[Regular Expression]]></category>
		<category><![CDATA[VB.NET]]></category>

		<guid isPermaLink="false">http://www.tipsntracks.com/?p=184</guid>
		<description><![CDATA[Finding all words ending with &#34;ing&#34; using regular expressions with .net In this regular expression we are going to find all words ending with &#34;ing&#34;. Means we are going to search words ending(last three character) will be &#34;ing&#34;. Regular Expression Pattern \b\w+(ing\b) A description of the regular expression: \b\w+ First or last character in a [...]]]></description>
		<wfw:commentRss>http://www.tipsntracks.com/184/finding-all-words-ending-with-ing-using-regular-expressions-with-net.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Regular Expressions Hexadecimal RGB color code validation with .net</title>
		<link>http://www.tipsntracks.com/153/regular-expressions-hexadecimal-rgb-color-code-validation-with-net.html</link>
		<comments>http://www.tipsntracks.com/153/regular-expressions-hexadecimal-rgb-color-code-validation-with-net.html#comments</comments>
		<pubDate>Fri, 08 May 2009 05:15:09 +0000</pubDate>
		<dc:creator>Chetankumar Akarte</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[C# Language]]></category>
		<category><![CDATA[Regular Expression]]></category>
		<category><![CDATA[VB.NET]]></category>

		<guid isPermaLink="false">http://www.tipsntracks.com/?p=153</guid>
		<description><![CDATA[Regular Expressions Hexadecimal RGB color code validation with .net Hexadecimal RGB color also known as Web colors are colors used in designing web pages. Authors of web pages have a variety of options available for specifying colors for elements of web documents. Colors may be specified as an RGB triplet in hexadecimal format (a hex [...]]]></description>
		<wfw:commentRss>http://www.tipsntracks.com/153/regular-expressions-hexadecimal-rgb-color-code-validation-with-net.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Regular Expressions Hexadecimal number validation with .net</title>
		<link>http://www.tipsntracks.com/150/regular-expressions-hexadecimal-number-validation-with-net.html</link>
		<comments>http://www.tipsntracks.com/150/regular-expressions-hexadecimal-number-validation-with-net.html#comments</comments>
		<pubDate>Thu, 07 May 2009 04:37:04 +0000</pubDate>
		<dc:creator>Chetankumar Akarte</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[C# Language]]></category>
		<category><![CDATA[Regular Expression]]></category>
		<category><![CDATA[VB.NET]]></category>

		<guid isPermaLink="false">http://www.tipsntracks.com/?p=150</guid>
		<description><![CDATA[Regular Expressions Hexadecimal number validation with .net In mathematics and computer science, hexadecimal (also base-16, hexa, or hex) is a numeral system with a radix, or base, of 16. It uses sixteen distinct symbols, most often the symbols 0–9 to represent values zero to nine, and A, B, C, D, E, F (or a through [...]]]></description>
		<wfw:commentRss>http://www.tipsntracks.com/150/regular-expressions-hexadecimal-number-validation-with-net.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How we open a File in its Associated Application ?</title>
		<link>http://www.tipsntracks.com/140/how-we-open-a-file-in-its-associated-application.html</link>
		<comments>http://www.tipsntracks.com/140/how-we-open-a-file-in-its-associated-application.html#comments</comments>
		<pubDate>Mon, 04 May 2009 08:27:11 +0000</pubDate>
		<dc:creator>Chetankumar Akarte</dc:creator>
				<category><![CDATA[VB.NET]]></category>

		<guid isPermaLink="false">http://www.tipsntracks.com/?p=140</guid>
		<description><![CDATA[How we open a File in its Associated Application ? To open a file in its associated application we have to add namespace to System.Diagnostics.Process to our application. The System.Diagnostics namespace provides classes that allow interacting with system processes, event logs, and performance counters. Now add below piece of code to any event&#8230; Try Start(Filename) [...]]]></description>
		<wfw:commentRss>http://www.tipsntracks.com/140/how-we-open-a-file-in-its-associated-application.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Browsing files in a folder using VB.NET</title>
		<link>http://www.tipsntracks.com/142/browsing-files-in-a-folder-using-vbnet.html</link>
		<comments>http://www.tipsntracks.com/142/browsing-files-in-a-folder-using-vbnet.html#comments</comments>
		<pubDate>Mon, 04 May 2009 07:30:20 +0000</pubDate>
		<dc:creator>Chetankumar Akarte</dc:creator>
				<category><![CDATA[VB.NET]]></category>

		<guid isPermaLink="false">http://www.tipsntracks.com/?p=142</guid>
		<description><![CDATA[Browsing files in a folder using VB.NET This small piece of code will give an idea to browse file in a given folder. Start your VB.NET application and create a new project (Ctrl+Shift+N) in Windows Application and design your form as you like. I have design my form as below (Figure 1.): Now drag a [...]]]></description>
		<wfw:commentRss>http://www.tipsntracks.com/142/browsing-files-in-a-folder-using-vbnet.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Finding Four and(or) Six letter words using regular expressions</title>
		<link>http://www.tipsntracks.com/132/finding-four-andor-six-letter-words-using-regular-expressions.html</link>
		<comments>http://www.tipsntracks.com/132/finding-four-andor-six-letter-words-using-regular-expressions.html#comments</comments>
		<pubDate>Sun, 03 May 2009 11:40:36 +0000</pubDate>
		<dc:creator>Chetankumar Akarte</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[C# Language]]></category>
		<category><![CDATA[Regular Expression]]></category>
		<category><![CDATA[VB.NET]]></category>

		<guid isPermaLink="false">http://www.tipsntracks.com/?p=132</guid>
		<description><![CDATA[Finding Four and(or) Six letter words using regular expressions In this regular expression we are going to find out All Four to Six letter words. A word is a unit (member) of language that represents a concept which can be expressively communicated with meaning. A word consists of one or more morphemes which are linked [...]]]></description>
		<wfw:commentRss>http://www.tipsntracks.com/132/finding-four-andor-six-letter-words-using-regular-expressions.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Finding Four to Six letter words using regular expressions</title>
		<link>http://www.tipsntracks.com/129/finding-four-to-six-letter-words-using-regular-expressions.html</link>
		<comments>http://www.tipsntracks.com/129/finding-four-to-six-letter-words-using-regular-expressions.html#comments</comments>
		<pubDate>Sat, 02 May 2009 11:34:26 +0000</pubDate>
		<dc:creator>Chetankumar Akarte</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[C# Language]]></category>
		<category><![CDATA[Regular Expression]]></category>
		<category><![CDATA[VB.NET]]></category>

		<guid isPermaLink="false">http://www.tipsntracks.com/?p=129</guid>
		<description><![CDATA[Finding Four to Six letter words using regular expressions In this regular expression we are going to find out All Four to Six letter words. A word is a unit (member) of language that represents a concept which can be expressively communicated with meaning. A word consists of one or more morphemes which are linked [...]]]></description>
		<wfw:commentRss>http://www.tipsntracks.com/129/finding-four-to-six-letter-words-using-regular-expressions.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Finding Words using regular expressions</title>
		<link>http://www.tipsntracks.com/125/finding-words-using-regular-expressions.html</link>
		<comments>http://www.tipsntracks.com/125/finding-words-using-regular-expressions.html#comments</comments>
		<pubDate>Fri, 01 May 2009 07:00:48 +0000</pubDate>
		<dc:creator>Chetankumar Akarte</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[C# Language]]></category>
		<category><![CDATA[Regular Expression]]></category>
		<category><![CDATA[VB.NET]]></category>

		<guid isPermaLink="false">http://www.tipsntracks.com/?p=125</guid>
		<description><![CDATA[In this regular expression we are going to find out All Words. A word is a unit (member) of language that represents a concept which can be expressively communicated with meaning. A word consists of one or more morphemes which are linked more or less tightly together, and has a phonetic value. Regular Expression Pattern [...]]]></description>
		<wfw:commentRss>http://www.tipsntracks.com/125/finding-words-using-regular-expressions.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Finding Blank Lines using regular expressions</title>
		<link>http://www.tipsntracks.com/122/finding-blank-lines-using-regular-expressions.html</link>
		<comments>http://www.tipsntracks.com/122/finding-blank-lines-using-regular-expressions.html#comments</comments>
		<pubDate>Tue, 28 Apr 2009 17:56:11 +0000</pubDate>
		<dc:creator>Chetankumar Akarte</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[C# Language]]></category>
		<category><![CDATA[Regular Expression]]></category>
		<category><![CDATA[VB.NET]]></category>

		<guid isPermaLink="false">http://www.tipsntracks.com/?p=122</guid>
		<description><![CDATA[Finding Blank Lines using regular expressions In this regular expression we are going to find out blank lines. Means we are going to search lines containing only spaces (or Whitespace) and end of line. Regular Expression Pattern ^\s*$ A description of the regular expression: Beginning of line or string Whitespace, any number of repetitions End [...]]]></description>
		<wfw:commentRss>http://www.tipsntracks.com/122/finding-blank-lines-using-regular-expressions.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Validate an email address using regular expressions</title>
		<link>http://www.tipsntracks.com/117/validate-an-email-address-using-regular-expressions.html</link>
		<comments>http://www.tipsntracks.com/117/validate-an-email-address-using-regular-expressions.html#comments</comments>
		<pubDate>Thu, 23 Apr 2009 13:22:52 +0000</pubDate>
		<dc:creator>Chetankumar Akarte</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[C# Language]]></category>
		<category><![CDATA[Regular Expression]]></category>
		<category><![CDATA[VB.NET]]></category>

		<guid isPermaLink="false">http://www.tipsntracks.com/?p=117</guid>
		<description><![CDATA[Validate an email address using regular expressions email address are the means of communication with people around the world. While processing forms email address validation plays an important. Proper email validation strengthen our contact list, ban spamming and protect us from robot form filling (Form AutoFill). Here we are going to design a regular expression [...]]]></description>
		<wfw:commentRss>http://www.tipsntracks.com/117/validate-an-email-address-using-regular-expressions.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Regular Expressions IP Address Validation with .net</title>
		<link>http://www.tipsntracks.com/112/regular-expressions-ip-address-validation-with-net.html</link>
		<comments>http://www.tipsntracks.com/112/regular-expressions-ip-address-validation-with-net.html#comments</comments>
		<pubDate>Wed, 22 Apr 2009 17:59:43 +0000</pubDate>
		<dc:creator>Chetankumar Akarte</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[C# Language]]></category>
		<category><![CDATA[Regular Expression]]></category>
		<category><![CDATA[VB.NET]]></category>

		<guid isPermaLink="false">http://www.tipsntracks.com/?p=112</guid>
		<description><![CDATA[Regular Expressions IP Address Validation with .net An Internet Protocol (IP) address is a numerical identification (logical address) that is assigned to devices participating in a computer network utilizing the Internet Protocol for communication between its nodes. IP Address Classes: IP addresses are categories into five classes: Class A, Class B, Class C, Class D [...]]]></description>
		<wfw:commentRss>http://www.tipsntracks.com/112/regular-expressions-ip-address-validation-with-net.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
