<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" media="screen" href="/styles/xslt/rss.xslt"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:c9="http://channel9.msdn.com">
<channel>
	<title>Channel 9 - Discussions by Eric Falsken</title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Niners/Eric Falsken/Discussions/RSS"></atom:link>
	<image>
		<url>http://mschnlnine.vo.llnwd.net/d1/Dev/App_Themes/C9/images/feedimage.png</url>
		<title>Channel 9 - Discussions by Eric Falsken</title>
		<link>http://channel9.msdn.com/Niners/Eric Falsken/Discussions</link>
	</image>
	<description>Channel 9 keeps you up to date with the latest news and behind the scenes info from Microsoft that developers love to keep up with. From LINQ to SilverLight – Watch videos and hear about all the cool technologies coming and the people behind them.</description>
	<link>http://channel9.msdn.com/Niners/Eric Falsken/Discussions</link>
	<language>en</language>
	<pubDate>Mon, 20 May 2013 08:32:48 GMT</pubDate>
	<lastBuildDate>Mon, 20 May 2013 08:32:48 GMT</lastBuildDate>
	<generator>Rev9</generator>
	<c9:totalResults>0</c9:totalResults>
	<c9:pageCount>0</c9:pageCount>
	<c9:pageSize>0</c9:pageSize>
	<item>
		<title>Coffeehouse - What is the worst thing in .NET?</title>
		<description><![CDATA[<p><blockquote>
<div class="quoteAuthor">littleguru wrote:</div>
<div class="quoteBody">&#65279;
<blockquote>
<table class="quoteTable">
<tbody>
<tr>
<td valign="top" width="10"><img src="/Themes/AlmostGlass/images/icon-quote.gif"></td>
<td class="txt3"><strong>Klaus Enevoldsen wrote:</strong>
<hr size="1">
<i>&#65279;What about &quot;.Equals(object) : boolean&quot;? It is seriously the worst thing in the .NET Framework. It was only invented because we did not have operator overloading in .NET 1.0! Removing &quot;Equals&quot; from the framework would be an OK breaking change!</i></td>
</tr>
</tbody>
</table>
</blockquote>
<br>
<br>
Please not! I need Equals:<br>
<br>
<font face="Courier New">int i = 1;<br>
int j = 1;<br>
object o1 = i;<br>
object o2 = j;</font>
<p></p>
<p><font face="Courier New">bool r1 = (o1 == o2); // false<br>
bool r2 = o1.Equals(o2); // true</font></p>
</div>
</blockquote>
<br>
<br>
how about:<br>
<br>
bool r1 = (o1 == o2); //true<br>
bool r2 = (o1 === o2); //false<br>
<br>
That would be much better imho. Just like PHP. use === for identity equality, == for value equality, and = for assignment. Very standard and clear.
<p></p></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/256745-What-is-the-worst-thing-in-NET/7dbb8517583b40c0ac699dec009b15da#7dbb8517583b40c0ac699dec009b15da</link>
		<pubDate>Thu, 02 Aug 2007 19:56:58 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/256745-What-is-the-worst-thing-in-NET/7dbb8517583b40c0ac699dec009b15da#7dbb8517583b40c0ac699dec009b15da</guid>
		<dc:creator>Eric Falsken</dc:creator>
		<slash:comments>33</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/Eric Falsken/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - What is the worst thing in .NET?</title>
		<description><![CDATA[<p>Partial classes and extender methods are a start. now let's get some serious multiple inheritance. Pleeeeeese. I've had to subclass some poorly written parent classes that I had no control over....</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/256745-What-is-the-worst-thing-in-NET/885fb757a6b445d3bc969dec009b15ac#885fb757a6b445d3bc969dec009b15ac</link>
		<pubDate>Thu, 02 Aug 2007 19:53:22 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/256745-What-is-the-worst-thing-in-NET/885fb757a6b445d3bc969dec009b15ac#885fb757a6b445d3bc969dec009b15ac</guid>
		<dc:creator>Eric Falsken</dc:creator>
		<slash:comments>33</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/Eric Falsken/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - publishing code changes</title>
		<description><![CDATA[<p>I get to rework my server setups. To deploy code updates, I currently have to Remote Desktop onto my server and use Eclipse to syncronize my source code repository with the local server. The boss insists on it this way because sometimes he checks things
 into source control that he dosn't want to &quot;go live&quot; yet, or which need revision by another team member. I guess there's nothing really wrong with it, but in this day and age, it feels kind of &quot;wrong&quot; to have to access the server directly and interactively
 pull files onto the server.....that was so 1997-server-management-style.<br>
<br>
Does anyone have any better ideas?<br>
<br>
The only thing I can come up with is to force him to manually pull older versions of the files he does not want to publish, causing his system to appear &quot;as he wants it&quot;, and then doing an FTP, xcopy, or equivalent operation to publish to the live server. He
 won't like this, but the catch is that other users may accidentally download his unpublished changes and publish them.<br>
<br>
How can I make this work?</p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/252824-publishing-code-changes/252824#252824</link>
		<pubDate>Sat, 03 Mar 2007 03:31:44 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/252824-publishing-code-changes/252824#252824</guid>
		<dc:creator>Eric Falsken</dc:creator>
		<slash:comments>3</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/Eric Falsken/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - Does Visual Studio have an &amp;quot;advanced mode&amp;quot; now?</title>
		<description><![CDATA[<p>How do I load the other layouts?</p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/251639-Does-Visual-Studio-have-an-quotadvanced-modequot-now/64245298f0614a57b8aa9dea0150f17a#64245298f0614a57b8aa9dea0150f17a</link>
		<pubDate>Wed, 24 Jan 2007 02:21:41 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/251639-Does-Visual-Studio-have-an-quotadvanced-modequot-now/64245298f0614a57b8aa9dea0150f17a#64245298f0614a57b8aa9dea0150f17a</guid>
		<dc:creator>Eric Falsken</dc:creator>
		<slash:comments>4</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/Eric Falsken/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - Does Visual Studio have an &amp;quot;advanced mode&amp;quot; now?</title>
		<description><![CDATA[<p>I'm back on XP for a short time, but I had to reinstall Visual Studio. Now a bunch of the features I'm used to (like my Immediate Window) and the debug toolbar with &quot;step in&quot; &quot;step out&quot; &quot;step over&quot; are all missing. There are other things, but those are
 the most obvious. Where'd all the useful stuff go?<br>
<br>
To head off the obvious, I've tried resetting my profile, deleting my VS preferences folder(s), and looking through all the menus. I'm pretty sure most of the options are nowhere to be found except in the &quot;customize toolbar&quot; dialog.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/251639-Does-Visual-Studio-have-an-quotadvanced-modequot-now/251639#251639</link>
		<pubDate>Tue, 23 Jan 2007 16:34:31 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/251639-Does-Visual-Studio-have-an-quotadvanced-modequot-now/251639#251639</guid>
		<dc:creator>Eric Falsken</dc:creator>
		<slash:comments>4</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/Eric Falsken/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Tips for building online communities?</title>
		<description><![CDATA[<p>I would recommend against the forum, actually. Put your videos into a video blog ala Blogger or YouTube or any of the other blogging services. If people want to comment on videos, let them comment. Comments take a lot less effort for the occational visitor.
 Forums require more committment to register and check periodically, and are more appropriate for a community of people who are actively discussing a range of topics.<br>
<br>
There are hundreds of forums out there, and I hate registering for yet another site just to leave a comment. I typically leave without commenting. Especially if I'm not likely to come back.<br>
<br>
Blogs on the other hand allow me to subscribe in my RSS reader, and do not require registration before allowing me to comment.<br>
<br>
I've been running the db4o developer community: <a href="http://developer.db4o.com">
http://developer.db4o.com</a> for almost a year now. Active users love posting. But the blogs almost never get comments because they're registration-only. (working on loosening that up a bit) But the only reason people come to post in the forums is if they
 want help on an issue they are having.<br>
<br>
If you're expecting a lot more &quot;Help, X dosn't work&quot; posts, leave it on comments until you start getting enough repeat traffic to make real &quot;discussions&quot; possible.<br>
<br>
As for driving traffic, put your feed/blog url into your sig everywhere you post (for starters), and get your feed listed anywhere possible. Keep the content coming. Even shows like ARCast and Hanselminutes took 20 episodes before they caught on.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/250695-Tips-for-building-online-communities/4b659ff175b045ce95639dec00412914#4b659ff175b045ce95639dec00412914</link>
		<pubDate>Mon, 11 Dec 2006 07:43:00 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/250695-Tips-for-building-online-communities/4b659ff175b045ce95639dec00412914#4b659ff175b045ce95639dec00412914</guid>
		<dc:creator>Eric Falsken</dc:creator>
		<slash:comments>19</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/Eric Falsken/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - Script to recycle appDomain?</title>
		<description><![CDATA[<p>Does anyone have a script that can recycle an appDomain? I'm tired of running iisreset just to kick one misbehaving website.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/248397-Script-to-recycle-appDomain/248397#248397</link>
		<pubDate>Mon, 06 Nov 2006 08:58:40 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/248397-Script-to-recycle-appDomain/248397#248397</guid>
		<dc:creator>Eric Falsken</dc:creator>
		<slash:comments>2</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/Eric Falsken/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Microsoft website all screwd up this weekend</title>
		<description><![CDATA[<p>Right now, <a href="http://msdn.microsoft.com">http://msdn.microsoft.com</a> and downloads.microsoft.com are coming up with HTTP:500's. Passport was down a while ago. And other microsoft sites have been going up and down all weekend. I've noticed that
 their favicon changed too. What's going on? <br>
....<br>
And why hasn't slashdot picked up on it yet? I figured it would have been the top story of the day by now.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/245675-Microsoft-website-all-screwd-up-this-weekend/245675#245675</link>
		<pubDate>Mon, 30 Oct 2006 09:21:39 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/245675-Microsoft-website-all-screwd-up-this-weekend/245675#245675</guid>
		<dc:creator>Eric Falsken</dc:creator>
		<slash:comments>7</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/Eric Falsken/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - New Wiki for CommunityServer (Open-Source, Free)</title>
		<description><![CDATA[<p>Over at <a href="http://developer.db4o.com/ProjectSpaces">http://developer.db4o.com/ProjectSpaces</a> we've been eating our own dogfood for the last few months. I'm happy to say that the new CS-Wiki system is ready for public beta.<br>
<br>
<a href="http://developer.db4o.com/ProjectSpaces/view.aspx/Wiki">CS-Wiki</a> is Open Source and free (LGPL) add-on to
<a href="http://communityserver.org">Community Server</a> (the same system that runs Channel9)</p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/231561-New-Wiki-for-CommunityServer-Open-Source-Free/231561#231561</link>
		<pubDate>Thu, 21 Sep 2006 22:23:53 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/231561-New-Wiki-for-CommunityServer-Open-Source-Free/231561#231561</guid>
		<dc:creator>Eric Falsken</dc:creator>
		<slash:comments>1</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/Eric Falsken/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - What is your favorite Programming languages For Servers?</title>
		<description><![CDATA[<p>Why use different languages at all? C# is the only one you should be using.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/164802-What-is-your-favorite-Programming-languages-For-Servers/5a72aa82878245f2a3639deb0141bbff#5a72aa82878245f2a3639deb0141bbff</link>
		<pubDate>Tue, 07 Mar 2006 23:51:39 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/164802-What-is-your-favorite-Programming-languages-For-Servers/5a72aa82878245f2a3639deb0141bbff#5a72aa82878245f2a3639deb0141bbff</guid>
		<dc:creator>Eric Falsken</dc:creator>
		<slash:comments>6</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/Eric Falsken/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - C#&#39;s \n escape</title>
		<description><![CDATA[<p>Use Environment.NewLine instead</p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/165022-Cs-n-escape/181c8e0059004697bc659dea0138965d#181c8e0059004697bc659dea0138965d</link>
		<pubDate>Tue, 07 Mar 2006 23:50:51 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/165022-Cs-n-escape/181c8e0059004697bc659dea0138965d#181c8e0059004697bc659dea0138965d</guid>
		<dc:creator>Eric Falsken</dc:creator>
		<slash:comments>21</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/Eric Falsken/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - What is this project.web.xml file?</title>
		<description><![CDATA[<p>I was looking at a recent project that I had downloaded (it happened to be CommunityServer) and bumped into this file. I can't find anything about it in the visual studio help files, and MSDN is just lame....it won't search for &quot;&lt;assembly&gt;&quot; (including the
 tags). Here's the contents of the file:</p>
<pre>&lt;?xml version=&quot;1.0&quot;?&gt;
&lt;doc&gt;
&nbsp;&nbsp;&nbsp; &lt;assembly&gt;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;name&gt;CommunityServer.Web&lt;/name&gt;
&nbsp;&nbsp;&nbsp; &lt;/assembly&gt;
&nbsp;&nbsp;&nbsp; &lt;members&gt;
&nbsp;&nbsp;&nbsp; &lt;/members&gt;
&lt;/doc&gt;
</pre>
<p>I'd been struggling with ASP.NET and the assembly name when an assembly is compiled dynamically. Is this file a possible solution? Does it have something to do with references or dynamic compilation?</p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/152913-What-is-this-projectwebxml-file/152913#152913</link>
		<pubDate>Thu, 19 Jan 2006 23:39:08 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/152913-What-is-this-projectwebxml-file/152913#152913</guid>
		<dc:creator>Eric Falsken</dc:creator>
		<slash:comments>2</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/Eric Falsken/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - Macs are suddenly 4x faster with an Intel chip?</title>
		<description><![CDATA[<p>Where are all those mac dorks that have been saying for years that G6 Macs were faster than PCs? <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-4.gif' alt='Tongue Out' /><br>
<br>
Apple claims it on their own website: <a href="http://www.apple.com/macbookpro/intelcoreduo.html">
http://www.apple.com/macbookpro/intelcoreduo.html</a></p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/150495-Macs-are-suddenly-4x-faster-with-an-Intel-chip/150495#150495</link>
		<pubDate>Thu, 12 Jan 2006 11:12:16 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/150495-Macs-are-suddenly-4x-faster-with-an-Intel-chip/150495#150495</guid>
		<dc:creator>Eric Falsken</dc:creator>
		<slash:comments>7</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/Eric Falsken/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Data Access Layer</title>
		<description><![CDATA[<p><blockquote>
<div>leeappdalecom wrote:</div>
<div>Cool thanks for the links.<br>
<br>
One thing i don't get in these explanations is, what if you use binding in your presentation layer surely its easier to get your DAL or BLL to return datasets to the client for binding purposes?<br>
<br>
Also to note this is a winforms application not a ASP.net app<br>
</div>
</blockquote>
<br>
<br>
By far the easiest way of creating simple data applications is to use <a href="http://www.db4o.com">
db4o</a>. The DAL involved is so slim and easy to use, it's like it isn't even there. I've got a sample application
<a href="http://www.everylittlething.net/PartsAssembly/">on my website</a>, and an article in the upcoming .NET Developer's Journal (Jan `06) that demonstrates how to use the db4o object database.<br>
<br>
The sample application on my site makes extensive use of data binding. In fact, I think I only had to write 4 or 5 lines of database code. The rest of the application is done in design-time (with no Visual Studio plugins or code-automation tools), or it's for
 doing things like enabling/disabling buttons.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/148618-Data-Access-Layer/3f2a5257579743f8b3719deb012c0373#3f2a5257579743f8b3719deb012c0373</link>
		<pubDate>Sun, 08 Jan 2006 19:31:15 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/148618-Data-Access-Layer/3f2a5257579743f8b3719deb012c0373#3f2a5257579743f8b3719deb012c0373</guid>
		<dc:creator>Eric Falsken</dc:creator>
		<slash:comments>17</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/Eric Falsken/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Could anybody send me an wallop invite?</title>
		<description><![CDATA[<p>Probably this MS Research Project: <a href="http://mywallop.com">http://mywallop.com</a><br>
<br>
A Wired News article <a href="http://www.wired.com/news/culture/0,1284,61095,00.html">
comparing MS Wallop vs. Friendster</a></p>
<p>&nbsp;</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/146207-Could-anybody-send-me-an-wallop-invite/56be464767e44c1bb1479deb0128c0a0#56be464767e44c1bb1479deb0128c0a0</link>
		<pubDate>Thu, 29 Dec 2005 08:47:00 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/146207-Could-anybody-send-me-an-wallop-invite/56be464767e44c1bb1479deb0128c0a0#56be464767e44c1bb1479deb0128c0a0</guid>
		<dc:creator>Eric Falsken</dc:creator>
		<slash:comments>5</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/Eric Falsken/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - Any clue why my site crashes randomly?</title>
		<description><![CDATA[<p>Ever since upgrading to .net 2.0, my website randomly goes down every few days with an error like the one below. The only thing that changes is the letters/numbers in the filename. As far as I can tell, this filename is IIS dynamically compiling my application.
 No changes are made to the website, but it still dies every few days untill someone restarts W3SVC. Anyone have any ideas?
<h1>Server Error in '/' Application.
<hr width="100%" color="silver" size="1">
</h1>
<h2><i>Could not load file or assembly 'App_Web_gvvevrsq, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.</i>
</h2>
<font face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif "><b>Description:
</b>An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
<br>
<br>
<b>Exception Details: </b>System.IO.FileNotFoundException: Could not load file or assembly 'App_Web_gvvevrsq, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.<br>
</font></p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/139071-Any-clue-why-my-site-crashes-randomly/139071#139071</link>
		<pubDate>Sun, 04 Dec 2005 10:45:46 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/139071-Any-clue-why-my-site-crashes-randomly/139071#139071</guid>
		<dc:creator>Eric Falsken</dc:creator>
		<slash:comments>1</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/Eric Falsken/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - 32-bit or 64-bit?</title>
		<description><![CDATA[<p>DRM will be unavoidable, congress is seeing to that. Even with intel, you can turn off the processor ID. That shouldn't be part of your consideration.
<br>
<br>
AMD processors smoke when they overheat. Intel ones slow down and shut off. Other than that, the CPUs really are about equal. More importaintly, Intel-based motherboards are light-years ahead of non-Intel chipsets, so that's a strong vote for Intel CPU/MoBo
 combination. I think everyone will agree that Via and SiS motherboards are only good enough to wipe your a55 with. (ouch)<br>
<br>
Vista and future software will start to take advantage of 64-bit processing. Right now, it's almost&nbsp;pointless, unless you're one of those rare users who might actually utilize such functionality (engineering, databases, or 3D)</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/137709-32-bit-or-64-bit/7c76857d3e874cbe8d3f9deb0116f37f#7c76857d3e874cbe8d3f9deb0116f37f</link>
		<pubDate>Wed, 30 Nov 2005 04:45:52 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/137709-32-bit-or-64-bit/7c76857d3e874cbe8d3f9deb0116f37f#7c76857d3e874cbe8d3f9deb0116f37f</guid>
		<dc:creator>Eric Falsken</dc:creator>
		<slash:comments>10</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/Eric Falsken/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - ASP.NET 2.0 dynamic compilation is unstable?</title>
		<description><![CDATA[<p>Periodically, I get a FileNotFoundException. It appears that the ASP.NET runtime dynamic compilation of my site does something wierd and &quot;forgets&quot; that some of my pages are already compiled, or forgets where it compiled those pages too. Other pages continue
 working fine. Here's the full error:</p>
<blockquote dir="ltr">
<p>Could not load file or assembly 'App_Web_1ch9ntvd, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.
</p>
<p>Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
</p>
<p>Exception Details: System.IO.FileNotFoundException: Could not load file or assembly 'App_Web_1ch9ntvd, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.</p>
</blockquote>
<p>Does anyone have any ideas? This has happened on 3 different webservers... on 3 different machines ... Even on the ASP.NET Development Server. But on different pages at different times, with nothing being changed at all.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/137559-ASPNET-20-dynamic-compilation-is-unstable/137559#137559</link>
		<pubDate>Tue, 29 Nov 2005 20:08:40 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/137559-ASPNET-20-dynamic-compilation-is-unstable/137559#137559</guid>
		<dc:creator>Eric Falsken</dc:creator>
		<slash:comments>1</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/Eric Falsken/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - O/R Mapping - Techniques / Software</title>
		<description><![CDATA[<p>How about no O/R mapping at all? No O/R mapping solution can get even close to how fast
<a href="http://www.db4o.com">db4o</a> is when storing and retrieving objects. You're right... nHibernate, and their bloody mapping files are cumbersome. So that's why I elect to use db4o.... I just avoid all that hasstle and use a native
<a href="http://www.odbms.org">object database</a>.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/136963-OR-Mapping-Techniques--Software/b26670b8de3d43afbc719dea0130b8d0#b26670b8de3d43afbc719dea0130b8d0</link>
		<pubDate>Mon, 28 Nov 2005 03:13:18 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/136963-OR-Mapping-Techniques--Software/b26670b8de3d43afbc719dea0130b8d0#b26670b8de3d43afbc719dea0130b8d0</guid>
		<dc:creator>Eric Falsken</dc:creator>
		<slash:comments>9</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/Eric Falsken/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - Making an aplication for .NET 1.1 When Using .NET 2.x</title>
		<description><![CDATA[<p><blockquote>
<div>Angus wrote:</div>
<div>Is there nything I can use to'downgrade' my application?</div>
</blockquote>
<br>
<br>
There's an easy way: Open the IIS manager on your local computer. Find the &quot;Default Website&quot; branch and open it's properties. Then, on the ASP.NET tab, tell your website to use ASP.NET v1.1.whatever...<br>
<br>
This is assuming you will also be using VS2003 to edit/compile your application. Worst case, you can use the command-line compiler or
<a href="http://www.asp.net/webmatrix/">WebMatrix</a>.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/136544-Making-an-aplication-for-NET-11-When-Using-NET-2x/ed015e451ba14336a0d79dea01309d41#ed015e451ba14336a0d79dea01309d41</link>
		<pubDate>Sat, 26 Nov 2005 05:52:36 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/136544-Making-an-aplication-for-NET-11-When-Using-NET-2x/ed015e451ba14336a0d79dea01309d41#ed015e451ba14336a0d79dea01309d41</guid>
		<dc:creator>Eric Falsken</dc:creator>
		<slash:comments>12</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/Eric Falsken/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - any cool .NETCF 2.0 apps around ?</title>
		<description><![CDATA[<p>You actually got it to work? All I've heard about is the trouble people are having trying to get it working.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/136176-any-cool-NETCF-20-apps-around-/6d259b52fe9b4a429fe09deb0113bb91#6d259b52fe9b4a429fe09deb0113bb91</link>
		<pubDate>Sat, 26 Nov 2005 05:43:50 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/136176-any-cool-NETCF-20-apps-around-/6d259b52fe9b4a429fe09deb0113bb91#6d259b52fe9b4a429fe09deb0113bb91</guid>
		<dc:creator>Eric Falsken</dc:creator>
		<slash:comments>4</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/Eric Falsken/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - with the 64-bits out are 32-bit systems are obsolete?</title>
		<description><![CDATA[<p>As newer software comes out which is 64-bit optimized, you'll see larger performance differences. But even then, don't expect a large difference unless applications suddenly start demanding a LOT more memory.</p>
<p>In all reality, right now, you'd have to be multi-tasking tons of large software, or doing some real hardcore data crunching (encoding video maybe?), or some serious engineering models (like 3D design software)&nbsp;to come out ahead after buying a 64-bit system.</p>
<p>That wouldn't stop me from buying one though, if I were in the market for a new workstation.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/135937-with-the-64-bits-out-are-32-bit-systems-are-obsolete/0e883785b5fe40bc91079dea01307430#0e883785b5fe40bc91079dea01307430</link>
		<pubDate>Thu, 24 Nov 2005 02:19:34 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/135937-with-the-64-bits-out-are-32-bit-systems-are-obsolete/0e883785b5fe40bc91079dea01307430#0e883785b5fe40bc91079dea01307430</guid>
		<dc:creator>Eric Falsken</dc:creator>
		<slash:comments>8</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/Eric Falsken/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Best Place for Exposure</title>
		<description><![CDATA[<p>Right here <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-4.gif' alt='Tongue Out' /></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/134422-Best-Place-for-Exposure/b278acf8242e40a4932f9deb01105b7e#b278acf8242e40a4932f9deb01105b7e</link>
		<pubDate>Fri, 18 Nov 2005 22:25:00 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/134422-Best-Place-for-Exposure/b278acf8242e40a4932f9deb01105b7e#b278acf8242e40a4932f9deb01105b7e</guid>
		<dc:creator>Eric Falsken</dc:creator>
		<slash:comments>7</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/Eric Falsken/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - Generic Type Casting - Unsolveable?</title>
		<description><![CDATA[<p>Makes sense to me. DerivedType[] can be cast to BaseType[], but List&lt;DerivedType&gt; can't be cast to List&lt;BaseType&gt; even though it should be able to, if I remember from what I read about generics.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/134254-Generic-Type-Casting-Unsolveable/f9decf8f65904868b3709dea01300cc6#f9decf8f65904868b3709dea01300cc6</link>
		<pubDate>Fri, 18 Nov 2005 04:41:56 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/134254-Generic-Type-Casting-Unsolveable/f9decf8f65904868b3709dea01300cc6#f9decf8f65904868b3709dea01300cc6</guid>
		<dc:creator>Eric Falsken</dc:creator>
		<slash:comments>9</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/Eric Falsken/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - A book about time?</title>
		<description><![CDATA[<p>I've had a book on my Amazon wishlist for a while called <a href="http://www.amazon.com/gp/product/0521777526/104-2566710-0940733?v=glance&amp;n=283155&amp;n=507846&amp;s=books&amp;v=glance">
Calendrical Calculations</a>. It basically breaks down all of the different ideas of calendars and date systems into easily explained concepts and ideas. I was wondering if anyone knows of a similar book which explains TIME, timezones, daylight savings in different
 parts of the world, calculating sunrise and sunset, why the second is as long as it is. Why AM and PM. How time was measured throughout history, and how its' measurement has changed. And the bigest question of all: How the hell did the whole world get standardized
 on the same mesurement of time when they can't seem to agree on the same calendar, or anything else?</p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/134093-A-book-about-time/134093#134093</link>
		<pubDate>Thu, 17 Nov 2005 18:14:28 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/134093-A-book-about-time/134093#134093</guid>
		<dc:creator>Eric Falsken</dc:creator>
		<slash:comments>10</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/Eric Falsken/Discussions/RSS</wfw:commentRss>
	</item>
</channel>
</rss>