<?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>Internet solutions team &#187; .net</title>
	<atom:link href="http://www.isolutionteam.co.uk/tag/net/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.isolutionteam.co.uk</link>
	<description>Write easy solutions, provide easy solutions</description>
	<lastBuildDate>Wed, 08 Sep 2010 15:53:01 +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>Remove extra spaces from string using regular expression, asp.net, c#</title>
		<link>http://www.isolutionteam.co.uk/remove-extra-spaces-from-string-using-regular-expression-aspnet-c/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://www.isolutionteam.co.uk/remove-extra-spaces-from-string-using-regular-expression-aspnet-c/#comments</comments>
		<pubDate>Thu, 09 Oct 2008 12:18:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Asp.net]]></category>
		<category><![CDATA[Web development and design]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[asp.net validation regex]]></category>
		<category><![CDATA[c#]]></category>
		<category><![CDATA[regular  epxression]]></category>

		<guid isPermaLink="false">http://www.isolutionteam.co.uk/?p=62</guid>
		<description><![CDATA[Removes extra space from the string using Regular expression. public static readonly RegexOptions Options =          RegexOptions.IgnorePatternWhitespace &#124; RegexOptions.Singleline; public string RemoveExtaSpaces(string text) { Regex regex = new Regex(@&#8221;\s{2,}&#8221;, Options); text = regex.Replace(text.Trim(), &#8221; &#8220;); //This line removes extra spaces and make space exactly one. //To remove the  space between the end of a word [...]]]></description>
		<wfw:commentRss>http://www.isolutionteam.co.uk/remove-extra-spaces-from-string-using-regular-expression-aspnet-c/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Power of CLR (Common Language Runtime) + SQL server 2005, Managed Assembly</title>
		<link>http://www.isolutionteam.co.uk/power-of-clr-common-language-runtime-sql-server-2005-managed-assembly/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://www.isolutionteam.co.uk/power-of-clr-common-language-runtime-sql-server-2005-managed-assembly/#comments</comments>
		<pubDate>Fri, 01 Aug 2008 19:30:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[SQL (Structured Query Language)]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[Asp.net]]></category>
		<category><![CDATA[c#]]></category>
		<category><![CDATA[clr]]></category>
		<category><![CDATA[common language runtime]]></category>
		<category><![CDATA[managed assembly]]></category>
		<category><![CDATA[RegEx]]></category>
		<category><![CDATA[regular expression]]></category>
		<category><![CDATA[sql server 2005]]></category>
		<category><![CDATA[vb.net]]></category>

		<guid isPermaLink="false">http://www.isolutionteam.co.uk/?p=38</guid>
		<description><![CDATA[Today I used Managed Assembly to use Regular Expression in SQL server 2005. I wanted to search for all records which contain special characters in my data and some foreign characters so I was using following SQL Query Select OrganisationId,organisationname from organisation Where organisationname like &#8216;%-%&#8217; OR OrganisationName like &#8216;%&#38;%&#8217; OR OrganisationName like &#8216;%(%&#8217; OR [...]]]></description>
		<wfw:commentRss>http://www.isolutionteam.co.uk/power-of-clr-common-language-runtime-sql-server-2005-managed-assembly/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free books on almost every topic</title>
		<link>http://www.isolutionteam.co.uk/free-books-on-almost-every-topic/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://www.isolutionteam.co.uk/free-books-on-almost-every-topic/#comments</comments>
		<pubDate>Thu, 21 Feb 2008 13:28:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Internet stuff]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[action script]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[asp]]></category>
		<category><![CDATA[business ebooks]]></category>
		<category><![CDATA[c#]]></category>
		<category><![CDATA[cisco network]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[desing]]></category>
		<category><![CDATA[dot net]]></category>
		<category><![CDATA[dreamweaver]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flash training]]></category>
		<category><![CDATA[graphics]]></category>
		<category><![CDATA[j2ee]]></category>
		<category><![CDATA[j2me]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mssql]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[networking training]]></category>
		<category><![CDATA[office]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[photoshop]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[ruby on rails]]></category>
		<category><![CDATA[SAP]]></category>
		<category><![CDATA[software development]]></category>
		<category><![CDATA[unix]]></category>
		<category><![CDATA[video training]]></category>
		<category><![CDATA[web construction]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[windows vista]]></category>

		<guid isPermaLink="false">http://www.isolutionteam.co.uk/2008/02/21/free-books-on-almost-every-topic/</guid>
		<description><![CDATA[http://knowfree.net/ You can find free books here on almost every topic. ajax, php, java, c#, asp, networking training, cisco network, photoshop, graphics, desing, web construction, business ebooks, SAP, oracle, mysql, mssql, .net, dot net, j2ee, j2me, linux, unix, windows, windows vista, office, database, programming, software development, video training, dreamweaver, flash, flash training, css, action script, [...]]]></description>
		<wfw:commentRss>http://www.isolutionteam.co.uk/free-books-on-almost-every-topic/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
