<?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>The Blog of Travis Gneiting &#187; Patterns &amp; Practices</title>
	<atom:link href="http://www.blog.travisgneiting.com/category/software-engineering/asp_net/patterns-practices/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.blog.travisgneiting.com</link>
	<description></description>
	<lastBuildDate>Mon, 30 Jan 2012 03:45:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	
	
	<!-- google ad injected by adsense-optimizer http://www.adsenseoptimizer.de -->
	<div  style="padding:7px; float: right; padding-right: 0; margin: 3px;"><!-- Ad number: 1 --><script type="text/javascript"><!--
    	 
    	google_ad_client = "pub-3961093531196233"; google_alternate_color = "FFFFFF";
		google_ad_width = 468; google_ad_height = 60;
		google_ad_format = "468x60_as"; google_ad_type = "text_image";
		google_ad_channel ="1685894941"; google_color_border = "336699";
		google_color_link = "0000FF"; google_color_bg = "FFFFFF";
		google_color_text = "000000"; google_color_url = "008000";
		google_ui_features = "rc:0"; //--></script>
		<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script></div>	<item>
		<title>A better way to get a querystring</title>
		<link>http://www.blog.travisgneiting.com/2008/08/01/a-better-way-to-get-a-querystring/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=a-better-way-to-get-a-querystring</link>
		<comments>http://www.blog.travisgneiting.com/2008/08/01/a-better-way-to-get-a-querystring/#comments</comments>
		<pubDate>Fri, 01 Aug 2008 19:04:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Patterns & Practices]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[querystring]]></category>

		<guid isPermaLink="false">http://www.blog.travisgneiting.com/?p=13</guid>
		<description><![CDATA[If (Not String.IsNullOrEmpty(Request.QueryString(&#34;qString&#34;))) Then qString = Request.QueryString(&#34;qString&#34;) End if]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><p><code>
<pre class="brush: vb.net">If (Not String.IsNullOrEmpty(Request.QueryString(&quot;qString&quot;))) Then qString = Request.QueryString(&quot;qString&quot;)
End if</pre>
<p></code></p>
<!-- google_ad_section_end -->]]></content:encoded>
			<wfw:commentRss>http://www.blog.travisgneiting.com/2008/08/01/a-better-way-to-get-a-querystring/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Software Development: Patterns And Practices</title>
		<link>http://www.blog.travisgneiting.com/2008/07/31/software-development-patterns-and-practices/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=software-development-patterns-and-practices</link>
		<comments>http://www.blog.travisgneiting.com/2008/07/31/software-development-patterns-and-practices/#comments</comments>
		<pubDate>Thu, 31 Jul 2008 16:11:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Patterns & Practices]]></category>
		<category><![CDATA[Software Engineering]]></category>

		<guid isPermaLink="false">http://www.blog.travisgneiting.com/?p=12</guid>
		<description><![CDATA[http://msdn.microsoft.com/en-us/practices/default.aspx http://msdn.microsoft.com/en-us/library/cc467894.aspx http://www.codeplex.com/AppArchGuide According to Microsoft P&#38;P (Patterns and Practices) were created to meet the demands of architects and application developers. By following proven patterns and practices it is suggested that more sound applications will be the result. Included in P&#38;P How to design Develop Deploy Operate architecturally sound applications on a Microsoft platform. P&#38;P [...]]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><p class="MsoNormal"><a title="http://www.codeplex.com/AppArchGuide" href="http://www.codeplex.com/AppArchGuide" target="_blank">http://msdn.microsoft.com/en-us/practices/default.aspx</p>
<p>http://msdn.microsoft.com/en-us/library/cc467894.aspx</p>
<p>http://www.codeplex.com/AppArchGuide</a></p>
<p class="MsoNormal">According to Microsoft P&amp;P (Patterns and Practices) were created to meet the demands of architects and application developers.<span> </span>By following proven patterns and practices it is suggested that more sound applications will be the result. Included in P&amp;P</p>
<ul>
<li><!--[if !supportLists]-->How to design</li>
<li><!--[if !supportLists]-->Develop</li>
<li><!--[if !supportLists]--><span><span><span style="font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal; font-family: "> </span></span></span><!--[endif]-->Deploy</li>
<li><!--[if !supportLists]--><span><span><span style="font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal; font-family: "> </span></span></span><!--[endif]-->Operate architecturally sound applications on a Microsoft platform.</li>
</ul>
<p class="MsoNormal">P&amp;P for Web Applications<br />
<a href="http://msdn.microsoft.com/en-us/practices/bb969054.aspx#web_apps">http://msdn.microsoft.com/en-us/practices/bb969054.aspx#web_apps</a></p>
<p class="MsoNormal">
<p class="MsoNormal">
<p class="MsoNormal">
<p class="MsoNormal">
<p class="MsoNormal">PHP Patterns and Practices<br />
<a href="http://www.phppatterns.com/docs/start">http://www.phppatterns.com/docs/start</a></p>
<!-- google_ad_section_end -->]]></content:encoded>
			<wfw:commentRss>http://www.blog.travisgneiting.com/2008/07/31/software-development-patterns-and-practices/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

