<?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# ASP.NET</title>
	<atom:link href="http://michaelmerrell.com/tag/c-net/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>String.Format versus String Concatenation vs StringBuilder</title>
		<link>http://michaelmerrell.com/2011/11/string-format-versus-string-concatenation-vs-stringbuilder/#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
		<comments>http://michaelmerrell.com/2011/11/string-format-versus-string-concatenation-vs-stringbuilder/#comments</comments>
		<pubDate>Thu, 17 Nov 2011 02:28:59 +0000</pubDate>
		<dc:creator>Michael Merrell</dc:creator>
				<category><![CDATA[C# .NET]]></category>
		<category><![CDATA[.NET 4.0]]></category>
		<category><![CDATA[C# ASP.NET]]></category>
		<category><![CDATA[Concatenation]]></category>
		<category><![CDATA[String]]></category>
		<category><![CDATA[String.Format]]></category>
		<category><![CDATA[StringBuilder]]></category>
		<category><![CDATA[versus]]></category>

		<guid isPermaLink="false">http://michaelmerrell.com/?p=471</guid>
		<description><![CDATA[Given most programming problems there is an almost endless number of ways to implement a solution for even the most simple task. One of those tasks that many take for granted is string manipulation. When talking to a friend recently about this it brought up the question of which method is faster and better performing. <a href='http://michaelmerrell.com/2011/11/string-format-versus-string-concatenation-vs-stringbuilder/'>[Read More...]</a>]]></description>
		<wfw:commentRss>http://michaelmerrell.com/2011/11/string-format-versus-string-concatenation-vs-stringbuilder/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>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>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>

