<?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 offwhite</title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Niners/offwhite/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 offwhite</title>
		<link>http://channel9.msdn.com/Niners/offwhite/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/offwhite/Discussions</link>
	<language>en</language>
	<pubDate>Wed, 22 May 2013 05:22:29 GMT</pubDate>
	<lastBuildDate>Wed, 22 May 2013 05:22:29 GMT</lastBuildDate>
	<generator>Rev9</generator>
	<c9:totalResults>0</c9:totalResults>
	<c9:pageCount>0</c9:pageCount>
	<c9:pageSize>0</c9:pageSize>
	<item>
		<title>Tech Off - Thread Safe Singleton Pattern - C# ???</title>
		<description><![CDATA[<p>Use a private method with an attribute to handle the locking to create the instance.<br /><br />public static Singleton Instance<br />{<br />&nbsp; get<br />&nbsp; {<br />&nbsp;&nbsp;&nbsp; if (_instance == null)<br />&nbsp;&nbsp;&nbsp; {<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; InstantiateSingleton();<br />&nbsp;&nbsp;&nbsp; }<br />&nbsp;&nbsp;&nbsp; return _instance;<br />&nbsp; }<br />}<br /><br />// requires using System.Runtime.CompilerServices<br />[MethodImpl(MethodImplOptions.Synchronized)]<br />private static void InstantiateSingleton()<br />{<br />&nbsp; if (_singleton == null)<br />&nbsp; {<br />&nbsp;&nbsp;&nbsp; _singleton = new Singleton();<br />&nbsp; }<br />}<br /><br /></p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/256228-Thread-Safe-Singleton-Pattern-C-/597ab28b5e294dc793239dfa00ac0561#597ab28b5e294dc793239dfa00ac0561</link>
		<pubDate>Sun, 15 Jul 2007 00:21:35 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/256228-Thread-Safe-Singleton-Pattern-C-/597ab28b5e294dc793239dfa00ac0561#597ab28b5e294dc793239dfa00ac0561</guid>
		<dc:creator>offwhite</dc:creator>
		<slash:comments>10</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/offwhite/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - VS 2005 vs 2003 - Backwards Compatible / Worth It?</title>
		<description><![CDATA[<p><a href="http://weblogs.asp.net/scottgu/archive/2007/06/20/vs-2008-multi-targeting-support.aspx">http://weblogs.asp.net/scottgu/archive/2007/06/20/vs-2008-multi-targeting-support.aspx</a><br /><br />You may want to just jump to Visual Studio 2008 once it comes out. It has a multi-targeting feature that allows you to target .NET 2.0, 3.0 and 3.5. I expect they will try to keep this going for future versions of the framework.<br /><br />Also, if you like ASP.NET 1.1 projects you can use Web Application Projects which were included with the latest service pack for VS 2005.<br /><br />Look that here...<br /><br /><a href="http://www.asp.net/downloads/default.aspx?tabid=62">http://www.asp.net/downloads/default.aspx?tabid=62</a><br /><br />You may want to give the Website Projects (not Web Application) a try. That was the model that was intended for ASP.NET 2.0 and it does have some features that you cannot get the other way. One is page-level compilation which is great during development. You
 can work on a single page at a time and when you want to preview it you do not have to wait for the whole website to compile.<br /><br /></p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/256123-VS-2005-vs-2003-Backwards-Compatible--Worth-It/c7352e6a98ed4dd8b5719dfa00ab94f8#c7352e6a98ed4dd8b5719dfa00ab94f8</link>
		<pubDate>Tue, 10 Jul 2007 04:37:10 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/256123-VS-2005-vs-2003-Backwards-Compatible--Worth-It/c7352e6a98ed4dd8b5719dfa00ab94f8#c7352e6a98ed4dd8b5719dfa00ab94f8</guid>
		<dc:creator>offwhite</dc:creator>
		<slash:comments>3</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/offwhite/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Google’s monopoly</title>
		<description><![CDATA[<p>The point of forcing MS to open up Windows to competition is because MS can make it hard for competitors to offer the alternatives. By locking out products they fortify their monopoly.<br>
<br>
But with Google, there is absolutely nothing forcing you to use their website. You can just as easily go to Live.com. And in Firefox you can add your own custom search provider. It is very easy to do and you could even add one for Live.com and make it your
 default. I set up one to search MSDN.<br>
<br>
The problem with the monopoly is that it kills competition.<br></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/255645-Googles-monopoly/dd7eaf9f89ef49158feb9dec00894e6a#dd7eaf9f89ef49158feb9dec00894e6a</link>
		<pubDate>Thu, 21 Jun 2007 16:04:55 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/255645-Googles-monopoly/dd7eaf9f89ef49158feb9dec00894e6a#dd7eaf9f89ef49158feb9dec00894e6a</guid>
		<dc:creator>offwhite</dc:creator>
		<slash:comments>43</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/offwhite/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - I soooo need to get out more...</title>
		<description><![CDATA[<p>That is from the Legend of Ron Burgundy. The character Brick looked around the room for things when he was asked if he loved anything. One was lamp.<br>
<br>
<a href="http://imdb.com/title/tt0357413/">http://imdb.com/title/tt0357413/</a><br>
<br>
Then they started singing &quot;Sweet Afternoon Delight&quot; together which was just very weird. But that is what you get from Will Ferrell.<br>
<br>
Check out his new video website at FunnyOrDie.com.<br>
<br></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/255603-I-soooo-need-to-get-out-more/ed3e9f15e8fe4be88a869dec0088c519#ed3e9f15e8fe4be88a869dec0088c519</link>
		<pubDate>Tue, 19 Jun 2007 21:41:47 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/255603-I-soooo-need-to-get-out-more/ed3e9f15e8fe4be88a869dec0088c519#ed3e9f15e8fe4be88a869dec0088c519</guid>
		<dc:creator>offwhite</dc:creator>
		<slash:comments>2</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/offwhite/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Orcas and System.Web.Extensions</title>
		<description><![CDATA[<p>And remember that ASP.NET AJAX Extentions was not a part of .NET 3.0. It is an add-on to the framework so it was not treated like WCF, WF and CardSpace which is installed with .NET 3.0. Your hosting provider may just need to install the AJAX Extensions
 and drop the assembly into the GAC.<br></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/255549-Orcas-and-SystemWebExtensions/a1c061fa44ae415d94ce9dec00880842#a1c061fa44ae415d94ce9dec00880842</link>
		<pubDate>Sun, 17 Jun 2007 02:39:24 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/255549-Orcas-and-SystemWebExtensions/a1c061fa44ae415d94ce9dec00880842#a1c061fa44ae415d94ce9dec00880842</guid>
		<dc:creator>offwhite</dc:creator>
		<slash:comments>6</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/offwhite/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Orcas and System.Web.Extensions</title>
		<description><![CDATA[<p>Try putting the assembly into the bin folder of your website and referencing it locally. If you eventually get an error about an ambiguous reference you will need to remove the one in the bin folder.<br></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/255549-Orcas-and-SystemWebExtensions/3e3997281f9741c095549dec00880818#3e3997281f9741c095549dec00880818</link>
		<pubDate>Sun, 17 Jun 2007 02:37:40 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/255549-Orcas-and-SystemWebExtensions/3e3997281f9741c095549dec00880818#3e3997281f9741c095549dec00880818</guid>
		<dc:creator>offwhite</dc:creator>
		<slash:comments>6</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/offwhite/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Visual Studio 2008: Impressions.</title>
		<description><![CDATA[<p>I agree about opening multiple solutions in a single running copy of VS, although I would only want to do that if 1) it saves overall memory from running muliple copies of VS and 2) if it was easy to switch between the solutions. I assume that if multiple
 copies of VS are running it does not need to load the same assemblies into memory which takes up more memory. But I would not want them to attempt this if it complicated the IDE too much. I know they are already juggling a million features. I will take performance
 and stability over a few more features.<br></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/255283-Visual-Studio-2008-Impressions/b1367d94dd45496b81ee9dec008382f1#b1367d94dd45496b81ee9dec008382f1</link>
		<pubDate>Wed, 06 Jun 2007 04:22:39 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/255283-Visual-Studio-2008-Impressions/b1367d94dd45496b81ee9dec008382f1#b1367d94dd45496b81ee9dec008382f1</guid>
		<dc:creator>offwhite</dc:creator>
		<slash:comments>33</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/offwhite/Discussions/RSS</wfw:commentRss>
	</item>
</channel>
</rss>