<?xml version="1.0"?>
<rss version="2.0">
  <channel>
	<title>Matthew Lefevre Blog</title>
	<link>http://www.matthewlefevre.com</link>
	<description>Strategies for Internet citizens</description>
	<generator>yo mama</generator>
	<language>en</language>
    <pubDate>Fri, 30 Jul 2010 23:50:44 -0400</pubDate>
<item>
<title>Shifting Gears</title>
<link>http://www.matthewlefevre.com/blog/entry.php/shifting-gears/386</link>
<pubDate>Thu, 05 Mar 2009 06:52:00 -0500</pubDate>
<description><![CDATA[Taking a time out from blogging.<br />
I'm doing a site upgrade to ASP.NET MVC.<br />
<br />
In the meantime, follow me over on Twitter.<br />
<a href="http://twitter.com/mjlefevre">http://twitter.com/mjlefevre</a>]]></description>
</item>
<item>
<title>Best of C# on StackOverflow</title>
<link>http://www.matthewlefevre.com/blog/entry.php/best-of-c-on-stackoverflow/385</link>
<pubDate>Sat, 24 Jan 2009 00:40:00 -0500</pubDate>
<description><![CDATA[<a href="http://stackoverflow.com/questions/9033/">
Hidden Features of C#</a><br />
<a href="http://stackoverflow.com/questions/271398/">Post your extension goodies for C#</a><br />
<a href="http://stackoverflow.com/questions/380819">Common programming mistakes for .NET developers to avoid?</a><br />
<a href="http://stackoverflow.com/questions/138367/">Most wanted feature for C# 4.0</a><br />
<a href="http://stackoverflow.com/questions/215548">
What's the hardest or most misunderstood aspect of LINQ?</a><br />
<a href="http://stackoverflow.com/questions/144833/">
Most Useful Attributes in C#</a><br />
<a href="http://stackoverflow.com/questions/143088/">
Open source C# projects that have very high code quality to learn from</a><br />

<a href="http://stackoverflow.com/questions/194484">What's the strangest corner case you’ve seen in C# or .NET?</a><br />

<a href="http://stackoverflow.com/questions/361271/">Best Free Controls for .NET</a><br />

<a href="http://stackoverflow.com/questions/331786/">Since .NET has a garbage collector why do we need finalizers/destructors/dispose-pattern?</a><br />

<a href="http://stackoverflow.com/questions/143405/">C#: Interfaces - Implicit and Explicit implementation</a><br />

<a href="http://stackoverflow.com/questions/19147/">What is the correct way to create a single instance application?</a><br />

<a href="http://stackoverflow.com/questions/43711/">What's a good way to overwrite DateTime.Now during testing?</a><br />

<a href="http://stackoverflow.com/questions/181701/">Should I use Mono on a real project?</a><br />

<a href="http://stackoverflow.com/questions/14967/">C# Coding standard / Best practices</a><br />

<a href="http://stackoverflow.com/questions/160774">.NET WTF?s</a><br />

<a href="http://stackoverflow.com/questions/169378/">
C# method can be made static, but should it?</a><br />

<a href="http://stackoverflow.com/questions/268132">Invert "if" statement to reduce nesting</a><br />
<a href="http://stackoverflow.com/questions/241134">What is the worst C#/.NET gotcha?</a><br />

<a href="http://stackoverflow.com/questions/203695/">Structure versus Class in C#</a><br />

<a href="http://stackoverflow.com/questions/191691/">Should C# include multiple inheritance?</a><br />

<a href="http://stackoverflow.com/questions/132676/">Which ORM for .net would you recommend?</a><br />

<a href="http://stackoverflow.com/questions/398224/">
How to mix colors "naturally" with C#?</a><br />

<a href="http://stackoverflow.com/questions/198079/">Where can I learn about the various types of .NET lists?</a><br />

<a href="http://stackoverflow.com/questions/70763/">Good C# Interview Questions for a Senior Dev Position</a><br />

<a href="http://stackoverflow.com/questions/31693">Differences in Generics (Java/C#)</a><br />

<a href="http://stackoverflow.com/questions/20346/">C#: What are attributes?</a><br />

<a href="http://stackoverflow.com/questions/20156/">Ordinals in C#</a><br />

<a href="http://stackoverflow.com/questions/244302/">What do you think of the new C# 4.0 'dynamic' keyword?</a><br />

<a href="http://stackoverflow.com/questions/21715/">List&lt;BusinessObject&gt; or BusinessObjectCollection?</a><br />
<a href="http://stackoverflow.com/questions/129389/">
How do you do a deep copy an object in .Net (C# specifically)?</a><br />
<a href="http://stackoverflow.com/questions/124871/">
What is Castle Windsor, and why should I care?</a><br />
<a href="http://stackoverflow.com/questions/930/">
How do I connect to a database and loop over a recordset in C#?</a><br />
<a href="http://stackoverflow.com/questions/400135/">
C# - List&lt;T&gt; or IList&lt;T&gt;</a><br />

<a href="http://stackoverflow.com/questions/194147/">Are there good reasons not to use an ORM?</a><br />
<a href="">
How can I manage the onslaught of null checks?</a><br />
<a href="">
Preventive vs Reactive C# programming</a><br />
<a href="http://stackoverflow.com/questions/1760/">
.NET Unit Testing packages?</a><br />
<a href="http://stackoverflow.com/questions/446835/">What do two question marks together mean in C#?</a><br />

<br />
<em>Bonus:</em><br />
<a href="http://blog.excastle.com/2007/01/31/blog-event-the-31-days-of-resharper/">The 31 Days of ReSharper</a><br />]]></description>
</item>
<item>
<title>100 Best Companies to Work For</title>
<link>http://www.matthewlefevre.com/blog/entry.php/100-best-companies-to-work-for/384</link>
<pubDate>Thu, 22 Jan 2009 06:17:00 -0500</pubDate>
<description><![CDATA[Fortune has released their annual <a href="http://money.cnn.com/magazines/fortune/bestcompanies/2009/full_list/">100 best companies to work for</a> data.]]></description>
</item>
<item>
<title>Application Heartbeat (or How to Run Background Tasks)</title>
<link>http://www.matthewlefevre.com/blog/entry.php/application-heartbeat-or-how-to-run-background-tasks/383</link>
<pubDate>Tue, 20 Jan 2009 19:12:00 -0500</pubDate>
<description><![CDATA[<a href="http://www.codinghorror.com">Jeff Atwood</a> and 
<a href="">Joel Spolsky</a> discussed application "heartbeats" on recent episode of the StackOverflow podcast. This is something that I have struggled with in the past. They mentioned some nice and simple ideas.<br />
<br />
<a href="http://itc.conversationsnetwork.org/audio/download/ITC.SO-Episode015-2008.07.22.mp3">The Podcast - StackOverflow 15 (mp3)</a><br />
<a href="http://blog.stackoverflow.com/2008/07/easy-background-tasks-in-aspnet/">A Jeff Atwood Post - Easy Background Tasks in ASP.NET</a><br />
<br />
Bonus Random Links:<br />
<a href="http://steve.yegge.googlepages.com/five-essential-phone-screen-questions">The Five Essential Phone-Screen Questions</a><br />
<a href="http://www.noop.nl/2008/12/top-100-blogs-for-developers-q4-2008.html">
Top 100 Blogs for Developers (Q4 2008)</a>]]></description>
</item>
<item>
<title>Norton Internet Security</title>
<link>http://www.matthewlefevre.com/blog/entry.php/norton-internet-security/382</link>
<pubDate>Fri, 16 Jan 2009 21:51:00 -0500</pubDate>
<description><![CDATA[Norton Internet Security - worst dialog box ever. Where is the "stop freaking bugging me option"? No wonder their software stinks.<br />
<br />
<img src="/content/images/norton-internet-security.png" />
]]></description>
</item>
<item>
<title>Television Shows and Story Arcs</title>
<link>http://www.matthewlefevre.com/blog/entry.php/television-shows-and-story-arcs/381</link>
<pubDate>Mon, 12 Jan 2009 20:31:00 -0500</pubDate>
<description><![CDATA[So what was the first television show to use the story arc model?<br />

To my knowledge the first show I can remember to do this was 
<a href="http://en.wikipedia.org/wiki/Wiseguy">Wiseguy</a>.<br />

Anyone know of a show to do this before 1987?]]></description>
</item>
<item>
<title>Garbage Collection and Dispose</title>
<link>http://www.matthewlefevre.com/blog/entry.php/garbage-collection-and-dispose/380</link>
<pubDate>Mon, 12 Jan 2009 19:54:00 -0500</pubDate>
<description><![CDATA[I've been getting into deep into some .NET compiler details lately.<br />
The post below links to some good details about Garbage Collection and the IDisposable interface.<br >
<a href="http://bloggingabout.net/blogs/jschreuder/archive/2006/01/19/10814.aspx">Jan Schreuder - Dispose and the Garbage collector</a><br />
<br />
<a href="http://en.wikipedia.org/wiki/Garbage_collection_(computer_science)">Wikipedia - Garbage Collection (computer science)</a>]]></description>
</item>
<item>
<title>Laugh Tracks</title>
<link>http://www.matthewlefevre.com/blog/entry.php/laugh-tracks/379</link>
<pubDate>Wed, 17 Dec 2008 22:44:00 -0500</pubDate>
<description><![CDATA[I couldn't agree with this blog post more:<br />
<a href="http://etrainingtrenches.blogspot.com/2006/10/seinfeld-killed-laugh-track.html">
Seinfeld killed the "laugh track"</a>]]></description>
</item>
<item>
<title>Programmer Jokes</title>
<link>http://www.matthewlefevre.com/blog/entry.php/programmer-jokes/378</link>
<pubDate>Sun, 23 Nov 2008 10:28:00 -0500</pubDate>
<description><![CDATA[So if your a programmer who hasn't seen the site 
<a href="http://www.stackoverflow.com">StackOverflow.com</a> yet, you're missing out.<br />
<br />
This was a good post I found there:<br />
<a href="http://stackoverflow.com/questions/234075/programmer-jokes-whats-your-best-one">Programmer Jokes - what's your best one?
</a>]]></description>
</item>
<item>
<title>The Quantum of Star Trek</title>
<link>http://www.matthewlefevre.com/blog/entry.php/the-quantum-of-star-trek/377</link>
<pubDate>Wed, 19 Nov 2008 06:26:00 -0500</pubDate>
<description><![CDATA[The second movie trailer for Star Trek is finally here:<br />
<a href="http://www.apple.com/trailers/paramount/startrek/index.html">Star Trek Trailers</a><br />
<br />
In other remake news - I see there is a Friday the 13th remake coming soon.]]></description>
</item>
<item>
<title>Vista Hack - Quick Launch Bar on the Side</title>
<link>http://www.matthewlefevre.com/blog/entry.php/vista-hack-quick-launch-bar-on-the-side/376</link>
<pubDate>Sun, 16 Nov 2008 21:34:00 -0500</pubDate>
<description><![CDATA[I'm glad someone figured out how to do this. I used to love running the Quick Launch Bar along the right side of my screen in Windows XP. If you are running a Vista machine then you might know that Microsoft Vista prevents you from just dragging the Quick Launch off the Taskbar. As Microsoft starts making the "Start Bar" more and more useless, its nice to have a bar of 10 to 15 shortcuts at your finger tips without going to the Start Button. By putting the Quick Launch on the right-hand side of your screen, you are keeping it closer to other window controls (min, max, close) which will reduce your mouse movements.<br />
<br />
<a href="http://showmedo.com/videos/video?name=vistaKirkQuickLaunch1&fromSeriesID=53">Vista: Move Quick Launch to Side of Screen tutorial video</a><br />
<br />
Update: I've gotten word that this hack does not work in Windows 7. In addition Windows 7 removes the option to go back to the classic start menu. lame.]]></description>
</item>
<item>
<title>My Wishlist - First Update</title>
<link>http://www.matthewlefevre.com/blog/entry.php/my-wishlist-first-update/375</link>
<pubDate>Wed, 12 Nov 2008 00:19:00 -0500</pubDate>
<description><![CDATA[So I finally started a wishlist. A place to list all the things I need to take my software development and business ideas to the next stage.<br />
<br />
So for this very first update - think LAMP, Facebook, Android, Web Design and Insects<br />
<br />
<strong>
<a href="http://www.matthewlefevre.com/wiki/article.php/Wishlist">My Wishlist</a>
</strong>]]></description>
</item>
<item>
<title>Google Android and the T-Mobile G1</title>
<link>http://www.matthewlefevre.com/blog/entry.php/google-android-and-the-t-mobile-g1/374</link>
<pubDate>Sun, 09 Nov 2008 19:27:00 -0500</pubDate>
<description><![CDATA[<a href="http://www.youtube.com/watch?v=1FJHYqE0RDg">Android Demo with Sergey Brin and Steve Horowitz</a><br />
<a href="http://www.youtube.com/watch?v=cG7ciSVMChQ">
Android - first time setup</a>
<a href="http://www.youtube.com/watch?v=I6ObTqIiYfE">A first hand look at building an Android application (video)</a><br />
<a href="http://www.youtube.com/watch?v=i293O69nuRo">Android Developer Tips - Easy To Write Modular Code</a><br />
<br />
Architecture:<br />
<a href="http://www.youtube.com/watch?v=QBGfUs9mQYY">
Androidology - Part 1 of 3 - Architecture Overview</a><br />
<a href="http://www.youtube.com/watch?v=fL6gSd4ugSI">Androidology - Part 2 of 3 - Application Lifecycle</a><br />
<a href="http://www.youtube.com/watch?v=MPukbH6D-lY">Androidology - Part 3 of 3 - APIs</a><br />

]]></description>
</item>
<item>
<title>Great Photos for Desktop Wallpaper</title>
<link>http://www.matthewlefevre.com/blog/entry.php/great-photos-for-desktop-wallpaper/373</link>
<pubDate>Sun, 09 Nov 2008 18:56:00 -0500</pubDate>
<description><![CDATA[I stumbled upon this guy's 
<a href="http://www.flickr.com">flickr</a> profile via <a href="http://www.reddit.com">reddit</a>:<br />
<a href="http://www.flickr.com/photos/ericrolph/">Eric Rolph's photostream</a><br />
About 90% of them are perfect for desktop wallpaper.
]]></description>
</item>
<item>
<title>First Digg Dialogg</title>
<link>http://www.matthewlefevre.com/blog/entry.php/first-digg-dialogg/372</link>
<pubDate>Sun, 09 Nov 2008 10:12:00 -0500</pubDate>
<description><![CDATA[This is such a cool concept. Current should do more "partnership" projects in the future.<br />
<br />
<a href="http://digg.com/dialogg/Al_Gore_1">Digg Dialogg: Al Gore</a>]]></description>
</item>
  </channel></rss>