<?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>ASP Experts &#187; Back to Basics</title>
	<atom:link href="http://www.aspexperts.com/tag/back-to-basics/feed" rel="self" type="application/rss+xml" />
	<link>http://www.aspexperts.com</link>
	<description>.net programming, mssql, c#, vb.net....</description>
	<lastBuildDate>Tue, 07 Feb 2012 13:06:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>Back to Basics: Daylight Savings Time bugs strike again with SetLastModified</title>
		<link>http://www.aspexperts.com/back-to-basics-daylight-savings-time-bugs-strike-again-with-setlastmodified</link>
		<comments>http://www.aspexperts.com/back-to-basics-daylight-savings-time-bugs-strike-again-with-setlastmodified#comments</comments>
		<pubDate>Sun, 06 Nov 2011 07:14:05 +0000</pubDate>
		<dc:creator>Editor</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Reference]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[asp]]></category>
		<category><![CDATA[Back to Basics]]></category>
		<category><![CDATA[c#]]></category>
		<category><![CDATA[host]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[Learning .NET]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[vb.net]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[No matter how well you know a topic, or a codebase, it&#039;s never to late (or early) to get nailed by a latest bug a over a half-decade old. DasBlog , the ASP.NET 2 blog engine that powers this blog, is done. It&#039;s not dead, but it&#039;s done. It&#38;#...]]></description>
			<content:encoded><![CDATA[<p>No matter how well you know a topic, or a codebase, it&#39;s never to late (or early) to get nailed by a latest bug a over a half-decade old. DasBlog , the ASP.NET 2 blog engine that powers this blog, is done. It&#39;s not dead, but it&#39;s done. It&#39;s very stable. We had some commits last year, and I committed a bug fix in February, but it&#39;s really well understood and very baked. My blog hasn&#39;t been down for traffic spike reasons in literally years as DasBlog scales nicely on a single machine. It was 10:51pm PDT (that&#39;s Pacific Daylight Time) and I was writing a blog post about the clocks in my house, given that PST (that&#39;s Pacific Standard Time) was switching over soon. I wrote it up in Windows Live Writer, posted it to&#8230;(<a href="http://feedproxy.google.com/~r/ScottHanselmanASPNET/~3/iEA9EHWLD8Y/BackToBasicsDaylightSavingsTimeBugsStrikeAgainWithSetLastModified.aspx">read more</a>)<img src="http://weblogs.asp.net/aggbug.aspx?PostID=8035303" width="1" height="1"></p>
]]></content:encoded>
			<wfw:commentRss>http://www.aspexperts.com/back-to-basics-daylight-savings-time-bugs-strike-again-with-setlastmodified/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Back to Basics &#8211; Keep it Simple and Develop Your Sense of Smell &#8211; From Linq To CSV</title>
		<link>http://www.aspexperts.com/back-to-basics-keep-it-simple-and-develop-your-sense-of-smell-from-linq-to-csv</link>
		<comments>http://www.aspexperts.com/back-to-basics-keep-it-simple-and-develop-your-sense-of-smell-from-linq-to-csv#comments</comments>
		<pubDate>Thu, 04 Feb 2010 22:26:20 +0000</pubDate>
		<dc:creator>Editor</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Reference]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[asp]]></category>
		<category><![CDATA[Back to Basics]]></category>
		<category><![CDATA[c#]]></category>
		<category><![CDATA[host]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[vb.net]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I was working with a friend recently on a side thing they were doing. They wanted to create an &#34;Export&#34; function for some small bit of data and start it from their website. You&#39;d hit a URL after logging in Some data would come out of a database You&#39;d get a .CSV file downloaded You could open it in Excel or whatever. I spoke to my friend and they said it was cool to share their code for this post. This post isn&#39;t meant to be a WTF or OMG look at that code, as is it meant to talk about some of the underlying issues. There&#39;s few things going on here and it&#39;s not all their fault, but it smells . They are using a Page when a IHttpHandler will do. Not a huge deal, but there&#39;s overhead in making a Page, and they&#39;re...(<a href="http://feedproxy.google.com/~r/ScottHanselmanASPNET/~3/w-pfx803DyM/BackToBasicsKeepItSimpleAndDevelopYourSenseOfSmellFromLinqToCSV.aspx">read more</a>)<img src="http://weblogs.asp.net/aggbug.aspx?PostID=7334729" width="1" height="1">]]></description>
			<content:encoded><![CDATA[<p>I was working with a friend recently on a side thing they were doing. They wanted to create an &quot;Export&quot; function for some small bit of data and start it from their website. You&#39;d hit a URL after logging in Some data would come out of a database You&#39;d get a .CSV file downloaded You could open it in Excel or whatever. I spoke to my friend and they said it was cool to share their code for this post. This post isn&#39;t meant to be a WTF or OMG look at that code, as is it meant to talk about some of the underlying issues. There&#39;s few things going on here and it&#39;s not all their fault, but it smells . They are using a Page when a IHttpHandler will do. Not a huge deal, but there&#39;s overhead in making a Page, and they&#39;re&#8230;(<a href="http://feedproxy.google.com/~r/ScottHanselmanASPNET/~3/w-pfx803DyM/BackToBasicsKeepItSimpleAndDevelopYourSenseOfSmellFromLinqToCSV.aspx">read more</a>)<img src="http://weblogs.asp.net/aggbug.aspx?PostID=7334729" width="1" height="1"></p>
]]></content:encoded>
			<wfw:commentRss>http://www.aspexperts.com/back-to-basics-keep-it-simple-and-develop-your-sense-of-smell-from-linq-to-csv/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>2009 Blogged &#8211; Greatest Hits</title>
		<link>http://www.aspexperts.com/2009-blogged-greatest-hits</link>
		<comments>http://www.aspexperts.com/2009-blogged-greatest-hits#comments</comments>
		<pubDate>Fri, 01 Jan 2010 06:08:45 +0000</pubDate>
		<dc:creator>Editor</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[ASP.NET MVC]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Reference]]></category>
		<category><![CDATA[Speaking]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[Africa]]></category>
		<category><![CDATA[Agile]]></category>
		<category><![CDATA[asp]]></category>
		<category><![CDATA[Back to Basics]]></category>
		<category><![CDATA[c#]]></category>
		<category><![CDATA[channel9]]></category>
		<category><![CDATA[host]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[Musings]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Source Code]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[vb.net]]></category>
		<category><![CDATA[Win7]]></category>
		<category><![CDATA[Windows Client]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[While I (really) unplugged in December of 2009, you can access a nice calendar of all my 2009 posts (as well as other years) at this link . In 2008 I published a Greatest Hits post that I will keep updated, but here&#39;s a list of links to the posts I most enjoyed writing this last year. I hope you find some of them useful, and perhaps you missed one or two or you just started reading recently and this 2009 &#34;Greatest Hits&#34; Post will catch you up on the stuff I was thinking about this year. General Geekery Painful Reminder: Focus on Core Competencies (and Back Stuff Up) 10 Awesome Things I Remember About Computers FizzBin - The Technical Support Secret Handshake Paving my machine for a fresh 2009 - First-Pass Must-Haves Low Bandwidth...(<a href="http://feedproxy.google.com/~r/ScottHanselmanASPNET/~3/iNv4B5qlEnA/2009BloggedGreatestHits.aspx">read more</a>)<img src="http://weblogs.asp.net/aggbug.aspx?PostID=7296855" width="1" height="1">]]></description>
			<content:encoded><![CDATA[<p>While I (really) unplugged in December of 2009, you can access a nice calendar of all my 2009 posts (as well as other years) at this link . In 2008 I published a Greatest Hits post that I will keep updated, but here&#39;s a list of links to the posts I most enjoyed writing this last year. I hope you find some of them useful, and perhaps you missed one or two or you just started reading recently and this 2009 &quot;Greatest Hits&quot; Post will catch you up on the stuff I was thinking about this year. General Geekery Painful Reminder: Focus on Core Competencies (and Back Stuff Up) 10 Awesome Things I Remember About Computers FizzBin &#8211; The Technical Support Secret Handshake Paving my machine for a fresh 2009 &#8211; First-Pass Must-Haves Low Bandwidth&#8230;(<a href="http://feedproxy.google.com/~r/ScottHanselmanASPNET/~3/iNv4B5qlEnA/2009BloggedGreatestHits.aspx">read more</a>)<img src="http://weblogs.asp.net/aggbug.aspx?PostID=7296855" width="1" height="1"></p>
]]></content:encoded>
			<wfw:commentRss>http://www.aspexperts.com/2009-blogged-greatest-hits/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

