<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Mark Scerri - Eye on the web &#187; C# .NET</title>
	<atom:link href="http://markscerri.com/category/c-net/feed/" rel="self" type="application/rss+xml" />
	<link>http://markscerri.com</link>
	<description></description>
	<lastBuildDate>Wed, 27 Jan 2010 10:03:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='markscerri.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://1.gravatar.com/blavatar/d6a4ebb38d27e2a192b813abc1662a02?s=96&#038;d=http://s2.wp.com/i/buttonw-com.png</url>
		<title>Mark Scerri - Eye on the web &#187; C# .NET</title>
		<link>http://markscerri.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://markscerri.com/osd.xml" title="Mark Scerri - Eye on the web" />
	<atom:link rel='hub' href='http://markscerri.com/?pushpress=hub'/>
		<item>
		<title>C# .NET Tutorial 9: Regular Expression in C#</title>
		<link>http://markscerri.com/2009/01/15/c-net-tutorial-9-regular-expression-in-c/</link>
		<comments>http://markscerri.com/2009/01/15/c-net-tutorial-9-regular-expression-in-c/#comments</comments>
		<pubDate>Thu, 15 Jan 2009 19:03:18 +0000</pubDate>
		<dc:creator>scerrimark</dc:creator>
				<category><![CDATA[C# .NET]]></category>

		<guid isPermaLink="false">http://markscerri.com/?p=224</guid>
		<description><![CDATA[The last post was dedicated to regular expressions. In this tutorial of the C# Tutorial series I am going to discus how you can use regular expressions in C#. Using Regular Expressions for Pattern Matching To help you understand let&#8217;s create a console application that accepts two strings as input and determines whether the first [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=markscerri.com&amp;blog=5929344&amp;post=224&amp;subd=scerrimark&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://markscerri.com/2009/01/15/c-net-tutorial-9-regular-expression-in-c/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">scerrimark</media:title>
		</media:content>
	</item>
		<item>
		<title>C# .NET Tutorial 8: Working with Isolated Storage</title>
		<link>http://markscerri.com/2009/01/08/c-net-tutorial-8-working-with-isolated-storage/</link>
		<comments>http://markscerri.com/2009/01/08/c-net-tutorial-8-working-with-isolated-storage/#comments</comments>
		<pubDate>Thu, 08 Jan 2009 22:20:10 +0000</pubDate>
		<dc:creator>scerrimark</dc:creator>
				<category><![CDATA[C# .NET]]></category>

		<guid isPermaLink="false">http://markscerri.com/?p=202</guid>
		<description><![CDATA[Welcome to number 8 of this C# tutorial series. Today we will discuss working with isolated storage. With the emergence of viruses, malware, and spyware developers know that applications working in a sandbox of limited access is better for users. However applications sometimes need to store state data and this represents a problem for applications [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=markscerri.com&amp;blog=5929344&amp;post=202&amp;subd=scerrimark&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://markscerri.com/2009/01/08/c-net-tutorial-8-working-with-isolated-storage/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">scerrimark</media:title>
		</media:content>
	</item>
		<item>
		<title>C# .NET Tutorial 7: Compressing Streams</title>
		<link>http://markscerri.com/2009/01/07/c-net-tutorial-7-compressing-streams/</link>
		<comments>http://markscerri.com/2009/01/07/c-net-tutorial-7-compressing-streams/#comments</comments>
		<pubDate>Wed, 07 Jan 2009 07:46:16 +0000</pubDate>
		<dc:creator>scerrimark</dc:creator>
				<category><![CDATA[C# .NET]]></category>

		<guid isPermaLink="false">http://markscerri.com/?p=197</guid>
		<description><![CDATA[By now you have got used to the C# tutorials. If not you can view all of them here. This tutorial will focus on stream classes that support compression of data. In the .NET Framework there are two such streams. In the I/O system of the .NET Framework that are two method of compressing data: [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=markscerri.com&amp;blog=5929344&amp;post=197&amp;subd=scerrimark&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://markscerri.com/2009/01/07/c-net-tutorial-7-compressing-streams/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">scerrimark</media:title>
		</media:content>
	</item>
		<item>
		<title>C# .NET Tutorial 6: Reading and Writing Files</title>
		<link>http://markscerri.com/2009/01/05/c-net-tutorial-6-reading-and-writing-files/</link>
		<comments>http://markscerri.com/2009/01/05/c-net-tutorial-6-reading-and-writing-files/#comments</comments>
		<pubDate>Mon, 05 Jan 2009 15:00:10 +0000</pubDate>
		<dc:creator>scerrimark</dc:creator>
				<category><![CDATA[C# .NET]]></category>

		<guid isPermaLink="false">http://markscerri.com/?p=183</guid>
		<description><![CDATA[In the last couple of week I have been writing a number of C# tutorials. This is number 6 and today we will discuss reading and writing of files, two very common tasks in development. For those who are new the previous 5 tutorials can be found here. Streams Streams are used to write and [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=markscerri.com&amp;blog=5929344&amp;post=183&amp;subd=scerrimark&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://markscerri.com/2009/01/05/c-net-tutorial-6-reading-and-writing-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">scerrimark</media:title>
		</media:content>
	</item>
		<item>
		<title>C# .NET Tutorial 5: Navigating the File System</title>
		<link>http://markscerri.com/2009/01/02/c-net-tutorial-5-navigating-the-file-system/</link>
		<comments>http://markscerri.com/2009/01/02/c-net-tutorial-5-navigating-the-file-system/#comments</comments>
		<pubDate>Fri, 02 Jan 2009 14:03:56 +0000</pubDate>
		<dc:creator>scerrimark</dc:creator>
				<category><![CDATA[C# .NET]]></category>
		<category><![CDATA[C#]]></category>

		<guid isPermaLink="false">http://markscerri.com/?p=126</guid>
		<description><![CDATA[Hello hope you are feeling fine and hope that you are looking forward for the new year. For those who are new this is number 5 of a series of C# tutorials. If you want to start from the beginning click on the C# category on the right and you will have all the tutorials [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=markscerri.com&amp;blog=5929344&amp;post=126&amp;subd=scerrimark&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://markscerri.com/2009/01/02/c-net-tutorial-5-navigating-the-file-system/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">scerrimark</media:title>
		</media:content>
	</item>
		<item>
		<title>C# .NET Tutorial 4: Converting between Types</title>
		<link>http://markscerri.com/2008/12/30/c-net-tutorial-4-converting-between-types/</link>
		<comments>http://markscerri.com/2008/12/30/c-net-tutorial-4-converting-between-types/#comments</comments>
		<pubDate>Tue, 30 Dec 2008 08:57:44 +0000</pubDate>
		<dc:creator>scerrimark</dc:creator>
				<category><![CDATA[C# .NET]]></category>

		<guid isPermaLink="false">http://scerrimark.wordpress.com/?p=78</guid>
		<description><![CDATA[Hello there! How are you? I hope you are all well. In this tutorial I will explain how we can convert between different types. It is important that you read tutorial 3 before attempting to read this tutorial. So let&#8217;s start. C# unlike Visual Basic prohibits implicit conversion that lose precision. This means that in [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=markscerri.com&amp;blog=5929344&amp;post=78&amp;subd=scerrimark&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://markscerri.com/2008/12/30/c-net-tutorial-4-converting-between-types/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">scerrimark</media:title>
		</media:content>
	</item>
		<item>
		<title>C# .NET Tutorial 3: Classes</title>
		<link>http://markscerri.com/2008/12/29/c-net-tutorial-3-classes/</link>
		<comments>http://markscerri.com/2008/12/29/c-net-tutorial-3-classes/#comments</comments>
		<pubDate>Mon, 29 Dec 2008 13:47:32 +0000</pubDate>
		<dc:creator>scerrimark</dc:creator>
				<category><![CDATA[C# .NET]]></category>

		<guid isPermaLink="false">http://scerrimark.wordpress.com/?p=65</guid>
		<description><![CDATA[Hey welcome back to the third tutorial to this series on C#. To be able to follow this tutorial I am assuming that you have a basic grasp of the C# syntax and most importantly that you have good knowledge of the object oriented approach. I also recommend that you go through my first and [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=markscerri.com&amp;blog=5929344&amp;post=65&amp;subd=scerrimark&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://markscerri.com/2008/12/29/c-net-tutorial-3-classes/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">scerrimark</media:title>
		</media:content>
	</item>
		<item>
		<title>C# .NET Tutorial 2: Reference Types</title>
		<link>http://markscerri.com/2008/12/27/c-net-tutorial-2-reference-types/</link>
		<comments>http://markscerri.com/2008/12/27/c-net-tutorial-2-reference-types/#comments</comments>
		<pubDate>Sat, 27 Dec 2008 12:23:46 +0000</pubDate>
		<dc:creator>scerrimark</dc:creator>
				<category><![CDATA[C# .NET]]></category>

		<guid isPermaLink="false">http://scerrimark.wordpress.com/?p=51</guid>
		<description><![CDATA[Hello there welcome to the second tutorial on C#. If you haven&#8217;t read the first tutorial then I suggest that you read it. So let&#8217;s start straight away. Reference types provide a lot of flexibility and offer better performance when they are passed to methods. But what is really a reference type? Unlike value-types reference [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=markscerri.com&amp;blog=5929344&amp;post=51&amp;subd=scerrimark&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://markscerri.com/2008/12/27/c-net-tutorial-2-reference-types/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">scerrimark</media:title>
		</media:content>
	</item>
		<item>
		<title>C# .Net Tutorial 1: Value Types</title>
		<link>http://markscerri.com/2008/12/26/c-net-tutorial-1-value-types/</link>
		<comments>http://markscerri.com/2008/12/26/c-net-tutorial-1-value-types/#comments</comments>
		<pubDate>Fri, 26 Dec 2008 11:08:12 +0000</pubDate>
		<dc:creator>scerrimark</dc:creator>
				<category><![CDATA[C# .NET]]></category>

		<guid isPermaLink="false">http://scerrimark.wordpress.com/?p=26</guid>
		<description><![CDATA[Value types are the simplest type in the .NET Framework. Value types are variables that contain data not a reference to data stored somewhere else. The data stored in value types are kept in the stack. The .NET Framework has 3 general value types: Built-in types, User-defined types, and Enumerations. All these types are derived [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=markscerri.com&amp;blog=5929344&amp;post=26&amp;subd=scerrimark&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://markscerri.com/2008/12/26/c-net-tutorial-1-value-types/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">scerrimark</media:title>
		</media:content>
	</item>
		<item>
		<title>C# .NET Tutorial: Introduction</title>
		<link>http://markscerri.com/2008/12/24/c-net-tutorial-introduction/</link>
		<comments>http://markscerri.com/2008/12/24/c-net-tutorial-introduction/#comments</comments>
		<pubDate>Wed, 24 Dec 2008 08:27:41 +0000</pubDate>
		<dc:creator>scerrimark</dc:creator>
				<category><![CDATA[C# .NET]]></category>

		<guid isPermaLink="false">http://scerrimark.wordpress.com/?p=22</guid>
		<description><![CDATA[As I promised in my first post I will start uploading a series of C# tutorials for those of you who want to dirty their hands in this fabulous language. In this introductory post I will explain how I will divide this series of tutorials. But before I do that I will tell you what you will gain after reading this series of tutorials.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=markscerri.com&amp;blog=5929344&amp;post=22&amp;subd=scerrimark&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://markscerri.com/2008/12/24/c-net-tutorial-introduction/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">scerrimark</media:title>
		</media:content>
	</item>
	</channel>
</rss>