<?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>Michael Merrell . com &#187; C#</title>
	<atom:link href="http://michaelmerrell.com/tag/c/feed/" rel="self" type="application/rss+xml" />
	<link>http://michaelmerrell.com</link>
	<description>This website is devoted to web development and my technology opinions.</description>
	<lastBuildDate>Thu, 17 Nov 2011 13:57:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>In-line If Else Statements Performance Vs Standard If Else Statement Blocks</title>
		<link>http://michaelmerrell.com/2011/04/in-line-if-else-statements-performance-vs-standard-if-else-statement-blocks/#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
		<comments>http://michaelmerrell.com/2011/04/in-line-if-else-statements-performance-vs-standard-if-else-statement-blocks/#comments</comments>
		<pubDate>Sat, 16 Apr 2011 01:15:23 +0000</pubDate>
		<dc:creator>Michael Merrell</dc:creator>
				<category><![CDATA[C# .NET]]></category>
		<category><![CDATA[Blocks]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[C# ASP.NET]]></category>
		<category><![CDATA[Else]]></category>
		<category><![CDATA[Else If]]></category>
		<category><![CDATA[If]]></category>
		<category><![CDATA[In-line]]></category>
		<category><![CDATA[Statements]]></category>
		<category><![CDATA[versus]]></category>

		<guid isPermaLink="false">http://michaelmerrell.com/?p=440</guid>
		<description><![CDATA[While writing a large series of in-line if / else statements I came across a very fundamental question.  Which one is faster, in-line if / else statements or your standard if / else statement block?  No matter who I asked no one seemed to have a good answer, so I took it upon myself to <a href='http://michaelmerrell.com/2011/04/in-line-if-else-statements-performance-vs-standard-if-else-statement-blocks/'>[Read More...]</a>]]></description>
		<wfw:commentRss>http://michaelmerrell.com/2011/04/in-line-if-else-statements-performance-vs-standard-if-else-statement-blocks/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Converting a Linq Object to a Similar Object</title>
		<link>http://michaelmerrell.com/2010/08/converting-a-linq-object-to-a-similar-object/#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
		<comments>http://michaelmerrell.com/2010/08/converting-a-linq-object-to-a-similar-object/#comments</comments>
		<pubDate>Fri, 20 Aug 2010 02:56:10 +0000</pubDate>
		<dc:creator>Michael Merrell</dc:creator>
				<category><![CDATA[Linq]]></category>
		<category><![CDATA[.NET 4.0]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Entity Framework]]></category>
		<category><![CDATA[LINQ]]></category>
		<category><![CDATA[Object Conversion]]></category>
		<category><![CDATA[Reflection]]></category>

		<guid isPermaLink="false">http://michaelmerrell.com/?p=339</guid>
		<description><![CDATA[Recently, I was working on a project when I came into a problem that I hadn’t dealt with before.  You see I was working with a rather large table (200+ fields) and a corresponding archive table for it.  The goal was to be able to populate a form with fields from either of the object <a href='http://michaelmerrell.com/2010/08/converting-a-linq-object-to-a-similar-object/'>[Read More...]</a>]]></description>
		<wfw:commentRss>http://michaelmerrell.com/2010/08/converting-a-linq-object-to-a-similar-object/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Global Error logging in MVC or ASP .NET using C#</title>
		<link>http://michaelmerrell.com/2010/04/global-error-logging-in-mvc-or-asp-net-using-c/#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
		<comments>http://michaelmerrell.com/2010/04/global-error-logging-in-mvc-or-asp-net-using-c/#comments</comments>
		<pubDate>Sat, 03 Apr 2010 04:00:04 +0000</pubDate>
		<dc:creator>Michael Merrell</dc:creator>
				<category><![CDATA[C# ASP.NET]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Entity Framework]]></category>
		<category><![CDATA[Error]]></category>
		<category><![CDATA[Error Handling]]></category>
		<category><![CDATA[Error Logging]]></category>
		<category><![CDATA[Error Table]]></category>
		<category><![CDATA[Exception]]></category>
		<category><![CDATA[Global Error]]></category>
		<category><![CDATA[MVC]]></category>

		<guid isPermaLink="false">http://michaelmerrell.com/?p=280</guid>
		<description><![CDATA[With the implementation of MVC there is a lot more room for unhanded global exceptions because in MVC you are encouraged to write more in line code to accompany the back end code. So what happens when an exception is thrown within the front end code? Well you&#8217;ll have an exception that will bubble up <a href='http://michaelmerrell.com/2010/04/global-error-logging-in-mvc-or-asp-net-using-c/'>[Read More...]</a>]]></description>
		<wfw:commentRss>http://michaelmerrell.com/2010/04/global-error-logging-in-mvc-or-asp-net-using-c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Randomize Result Orders in T-SQL and LINQ to SQL</title>
		<link>http://michaelmerrell.com/2010/03/randomize-result-orders-in-t-sql-and-linq-to-sql/#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
		<comments>http://michaelmerrell.com/2010/03/randomize-result-orders-in-t-sql-and-linq-to-sql/#comments</comments>
		<pubDate>Sun, 21 Mar 2010 05:49:28 +0000</pubDate>
		<dc:creator>Michael Merrell</dc:creator>
				<category><![CDATA[Linq]]></category>
		<category><![CDATA[T-SQL]]></category>
		<category><![CDATA[.NET 4.0]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Entity Framework]]></category>
		<category><![CDATA[LINQ]]></category>
		<category><![CDATA[Random Results]]></category>
		<category><![CDATA[Randomization]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[TSQL]]></category>

		<guid isPermaLink="false">http://michaelmerrell.com/?p=273</guid>
		<description><![CDATA[There are a number of different reasons that you would want to get your database results in a random order. I&#8217;ve had a number of different reasons to do this so far throughout my career, the first of which was in a simple T-SQL statement that we were pulling up a list of items that <a href='http://michaelmerrell.com/2010/03/randomize-result-orders-in-t-sql-and-linq-to-sql/'>[Read More...]</a>]]></description>
		<wfw:commentRss>http://michaelmerrell.com/2010/03/randomize-result-orders-in-t-sql-and-linq-to-sql/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Dynamically modifying the ASP.NET GridView paging control.</title>
		<link>http://michaelmerrell.com/2010/01/dynamically-modifying-the-asp-net-gridview-paging-control/#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
		<comments>http://michaelmerrell.com/2010/01/dynamically-modifying-the-asp-net-gridview-paging-control/#comments</comments>
		<pubDate>Tue, 19 Jan 2010 14:21:18 +0000</pubDate>
		<dc:creator>Michael Merrell</dc:creator>
				<category><![CDATA[C# ASP.NET]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[GridView]]></category>
		<category><![CDATA[Paging]]></category>

		<guid isPermaLink="false">http://michaelmerrell.com/?p=231</guid>
		<description><![CDATA[Recently we had a client ask us to add a label in front of the paging control on an ASP.NET gridview numeric paging control so that users would know what the numbers meant. This seemed like a reasonable request as we were dealing with users who may not be the most tech savvy, plus it <a href='http://michaelmerrell.com/2010/01/dynamically-modifying-the-asp-net-gridview-paging-control/'>[Read More...]</a>]]></description>
		<wfw:commentRss>http://michaelmerrell.com/2010/01/dynamically-modifying-the-asp-net-gridview-paging-control/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

