<?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 BitFlipper</title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Niners/BitFlipper/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 BitFlipper</title>
		<link>http://channel9.msdn.com/Niners/BitFlipper/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/BitFlipper/Discussions</link>
	<language>en</language>
	<pubDate>Tue, 21 May 2013 13:37:06 GMT</pubDate>
	<lastBuildDate>Tue, 21 May 2013 13:37:06 GMT</lastBuildDate>
	<generator>Rev9</generator>
	<c9:totalResults>0</c9:totalResults>
	<c9:pageCount>0</c9:pageCount>
	<c9:pageSize>0</c9:pageSize>
	<item>
		<title>Tech Off - .Net Remoting question - How do you disconnect!!??</title>
		<description><![CDATA[<p>@<a href="/Forums/TechOff/Net-Remoting-question-How-do-you-disconnect#c814e23f6d54742d593d1a1bd0115a845">itsnotabug</a>: Ah excellent, I'll check it out.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/Net-Remoting-question-How-do-you-disconnect/730c36d0afdd4aec8a29a1bf00e3c883#730c36d0afdd4aec8a29a1bf00e3c883</link>
		<pubDate>Wed, 15 May 2013 13:49:20 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/Net-Remoting-question-How-do-you-disconnect/730c36d0afdd4aec8a29a1bf00e3c883#730c36d0afdd4aec8a29a1bf00e3c883</guid>
		<dc:creator>BitFlipper</dc:creator>
		<slash:comments>6</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/BitFlipper/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - Getting current method name in C# similar to __FUNCTION__ in C</title>
		<description><![CDATA[<p>@<a href="/Forums/TechOff/Getting-current-method-name-in-C-similar-to-FUNCTION-in-C#c02781f87bd594c6e9415a1ba013a67f1">ScanIAm</a>: Yes that is exactly what I was looking for. I guess I just missed that, thanks! A much better solution for sure.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/Getting-current-method-name-in-C-similar-to-FUNCTION-in-C/63ef3aaec95049b1948ca1bb011e04c0#63ef3aaec95049b1948ca1bb011e04c0</link>
		<pubDate>Sat, 11 May 2013 17:21:21 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/Getting-current-method-name-in-C-similar-to-FUNCTION-in-C/63ef3aaec95049b1948ca1bb011e04c0#63ef3aaec95049b1948ca1bb011e04c0</guid>
		<dc:creator>BitFlipper</dc:creator>
		<slash:comments>11</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/BitFlipper/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - .Net Remoting question - How do you disconnect!!??</title>
		<description><![CDATA[<p></p><blockquote><div class="quoteText"><p></p><p><a class="permalink" title="Post Permalink" href="/Forums/TechOff/Net-Remoting-question-How-do-you-disconnect/2bb23c213c2049718bf4a1b80017a4ae">5 hours&nbsp;ago</a>, <a href="/Niners/cheong">cheong</a> wrote</p><p>Wrap your code with <strong>using</strong> block, when leaving the block it'd call dispose on the TcpClient underneath, which will close the connection.</p></div></blockquote><p></p><p>TcpClientChannel doesn't implement interface IDisposable so it can't be used in a using block.</p><p>It seems&nbsp;there is no clear way to disconnect explicitly. I think the idea is that the connection will be closed when the lease expires or&nbsp;the client interface instance&nbsp;is GC'ed.</p><p>This actually creates a problem for me because due to a complication of the code that the server PInvokes into, the server needs to restart itself between sessions. When this happens and I re-create the interface on the client side using Activator.GetObject, it somehow returns the previous interface instance (probably tries to re-use the previous one due to Singleton)&nbsp;but any calls to it&nbsp;will throw&nbsp;an exception because it isn't connected to the server anymore. I hacked around this problem by putting the code shown above into a loop and if the exception is thrown, try again. It always seems to succeed on the second try.</p><p>I'm just thinking there must be a way to close the connection explicitly but I can't figure out how.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/Net-Remoting-question-How-do-you-disconnect/2b3ed0e0551a42f0914fa1b800743724#2b3ed0e0551a42f0914fa1b800743724</link>
		<pubDate>Wed, 08 May 2013 07:03:07 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/Net-Remoting-question-How-do-you-disconnect/2b3ed0e0551a42f0914fa1b800743724#2b3ed0e0551a42f0914fa1b800743724</guid>
		<dc:creator>BitFlipper</dc:creator>
		<slash:comments>6</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/BitFlipper/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - Getting current method name in C# similar to __FUNCTION__ in C</title>
		<description><![CDATA[<p>Actually, it turns out StackFrame isn't that slow, less than 1 ms. And since I can't use C# 5.0, I'll stick with that for now.</p><p>But it is good to know this feature was added to 5.0.</p><p>BTW this is all my own code so I have full control over what happens where. However I need this because hand-coding each method is going to take a long time, vs simply copy/pasting the same thing everywhere.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/Getting-current-method-name-in-C-similar-to-FUNCTION-in-C/20897a9ed5df430f9117a1b701736235#20897a9ed5df430f9117a1b701736235</link>
		<pubDate>Tue, 07 May 2013 22:32:09 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/Getting-current-method-name-in-C-similar-to-FUNCTION-in-C/20897a9ed5df430f9117a1b701736235#20897a9ed5df430f9117a1b701736235</guid>
		<dc:creator>BitFlipper</dc:creator>
		<slash:comments>11</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/BitFlipper/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - .Net Remoting question - How do you disconnect!!??</title>
		<description><![CDATA[<p>OK previously I asked about WCF but I had to revert to .Net remoting for a reason that's too long to explain here.</p><p>Anyway, everything works well except... I' can't figure out how to disconnect from the client side. Specifically, I'm following the pattern where the server/client shares a common interface declaration, and there is no shared DLL. However on the client side, I have a reference to the interface, but since it isn't derived from MarshalByRefObject, I can't figure out how to initiate a clean disconnect from the client side.</p><p>On the client, I'm doing this:</p><p><pre class="brush: csharp">var channel = new TcpClientChannel();
var url = &quot;tcp://&quot; &#43; ipAddress.ToString() &#43; &quot;:&quot; &#43; port.ToString() &#43; &quot;/MyService&quot;;

ChannelServices.RegisterChannel(channel, false);

var remoteApi = (IMyInterface)Activator.GetObject(typeof(IMyInterface), url);
</pre></p><p>Anyone have an idea?</p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/Net-Remoting-question-How-do-you-disconnect/e1928e7eebea41d5833aa1b70150efa7#e1928e7eebea41d5833aa1b70150efa7</link>
		<pubDate>Tue, 07 May 2013 20:26:44 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/Net-Remoting-question-How-do-you-disconnect/e1928e7eebea41d5833aa1b70150efa7#e1928e7eebea41d5833aa1b70150efa7</guid>
		<dc:creator>BitFlipper</dc:creator>
		<slash:comments>6</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/BitFlipper/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - Getting current method name in C# similar to __FUNCTION__ in C</title>
		<description><![CDATA[<p>OK looks like StackFrame will do what I need. Just wondering how slow it will be since I want to use it for logging purposes. Something like:</p><p><pre class="brush: csharp">public void Foo()
{
    StartMethod(new StackFrame());
    ...
    ...
}</pre></p><p>StartMethod will then log whatever is passed in as the stack frame.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/Getting-current-method-name-in-C-similar-to-FUNCTION-in-C/4c4d6d30f0dd46ef9d46a1b5015fc094#4c4d6d30f0dd46ef9d46a1b5015fc094</link>
		<pubDate>Sun, 05 May 2013 21:20:41 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/Getting-current-method-name-in-C-similar-to-FUNCTION-in-C/4c4d6d30f0dd46ef9d46a1b5015fc094#4c4d6d30f0dd46ef9d46a1b5015fc094</guid>
		<dc:creator>BitFlipper</dc:creator>
		<slash:comments>11</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/BitFlipper/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - Getting current method name in C# similar to __FUNCTION__ in C</title>
		<description><![CDATA[<p>Is it possible to get the current method name in C# similar like you can get the current function name in C/C&#43;&#43; using&nbsp;__FUNCTION__?</p><p>I tried to do this once with reflection but I couldn't figure out how to do it.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/Getting-current-method-name-in-C-similar-to-FUNCTION-in-C/1a3418b8edba41f5b6c6a1b5015da5af#1a3418b8edba41f5b6c6a1b5015da5af</link>
		<pubDate>Sun, 05 May 2013 21:13:01 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/Getting-current-method-name-in-C-similar-to-FUNCTION-in-C/1a3418b8edba41f5b6c6a1b5015da5af#1a3418b8edba41f5b6c6a1b5015da5af</guid>
		<dc:creator>BitFlipper</dc:creator>
		<slash:comments>11</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/BitFlipper/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - A question for WCF gurus</title>
		<description><![CDATA[<p>Thanks everyone for the suggestions.</p><p></p><blockquote><div class="quoteText"><a class="permalink" title="Post Permalink" href="/Forums/TechOff/A-question-for-WCF-gurus/de544360f7434a51b8a5a1b3014503d3">1 day&nbsp;ago</a>, <a href="/Niners/myefforts2">myefforts2</a> wrote<p></p><p>This is totally possible. Add the contract files to the client project as a link (Add | Existing Item | Add As Link). If you're willing to create the ChannelFactory on the client yourself then you don't need any config either.</p></div></blockquote><p></p><p>Yes I ended up adding the common&nbsp;files as a link to the other project. This works well and is the best way to share common files between different projects. I remember using links to files in a previous version of VS (maybe it was VS 2008), but it was very flaky at that time. Sometimes VS would get confused and even end up crashing. But it seems to work flawlessly in VS 2012.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/A-question-for-WCF-gurus/132c2a520d1c45be8c69a1b5010512f5#132c2a520d1c45be8c69a1b5010512f5</link>
		<pubDate>Sun, 05 May 2013 15:50:32 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/A-question-for-WCF-gurus/132c2a520d1c45be8c69a1b5010512f5#132c2a520d1c45be8c69a1b5010512f5</guid>
		<dc:creator>BitFlipper</dc:creator>
		<slash:comments>7</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/BitFlipper/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - A question for WCF gurus</title>
		<description><![CDATA[<p>I'm not very familiar with WCF although a few years ago I did use it for IPC between two different processes on the same system. However in that case there was a DLL shared between the server/client which contained the interface.</p><p>This is what I want to do now:</p><p><strong>Server:</strong></p><ul><li>Define an interface and add ServiceContract, OperationContract, etc&nbsp;attributes. </li></ul><p><strong>Client:</strong></p><ul><li>Be able to consume the interface defined by the server without requiring a shared DLL or XML config file <strong>at runtime.</strong> </li></ul><p>Now the server and client are both projects within the same solution, and will&nbsp;never be compiled separately, but will run on different systems. So it is possible&nbsp;to&nbsp;share the same source files between the two projects (maybe that's all I need?). What I am looking for is to end up with both the server and client having a single *.exe file and not require a shared DLL or config file.</p><p>Is this possible with WCF?</p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/A-question-for-WCF-gurus/711d16ab78cf470aaf43a1b10147b2f7#711d16ab78cf470aaf43a1b10147b2f7</link>
		<pubDate>Wed, 01 May 2013 19:53:06 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/A-question-for-WCF-gurus/711d16ab78cf470aaf43a1b10147b2f7#711d16ab78cf470aaf43a1b10147b2f7</guid>
		<dc:creator>BitFlipper</dc:creator>
		<slash:comments>7</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/BitFlipper/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - There is Flat, and there is iFlat</title>
		<description><![CDATA[<p>And White. And Square. And Maps. And Aluminum. And Baubles.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/There-is-Flat-and-there-is-iFlat/d9c9635d143d46d1ac8aa1b10104b50d#d9c9635d143d46d1ac8aa1b10104b50d</link>
		<pubDate>Wed, 01 May 2013 15:49:12 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/There-is-Flat-and-there-is-iFlat/d9c9635d143d46d1ac8aa1b10104b50d#d9c9635d143d46d1ac8aa1b10104b50d</guid>
		<dc:creator>BitFlipper</dc:creator>
		<slash:comments>27</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/BitFlipper/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - More proof MS is becoming irrelevant (sorry)</title>
		<description><![CDATA[<p></p><blockquote><div class="quoteText"><p></p><p><a class="permalink" title="Post Permalink" href="/Forums/Coffeehouse/More-proof-MS-is-becoming-irrelevant-sorry/5c2d43daa18a48f8bf47a1b0015a25f4">1 hour&nbsp;ago</a>, <a href="/Niners/Bass">Bass</a> wrote</p><p>Let the hate out young padawan. We shall begin your training in a fortnight.</p><p></p></div></blockquote><p></p><p>It will be a long time before I jump ship though. I find the alternatives to be even worse.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/More-proof-MS-is-becoming-irrelevant-sorry/6a562c9d3fb04f51b819a1b001703535#6a562c9d3fb04f51b819a1b001703535</link>
		<pubDate>Tue, 30 Apr 2013 22:20:36 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/More-proof-MS-is-becoming-irrelevant-sorry/6a562c9d3fb04f51b819a1b001703535#6a562c9d3fb04f51b819a1b001703535</guid>
		<dc:creator>BitFlipper</dc:creator>
		<slash:comments>20</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/BitFlipper/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - More proof MS is becoming irrelevant (sorry)</title>
		<description><![CDATA[<p>Hmmm. So I installed the Kindle Cloud Reader for Windows 8. I get this message:</p><p></p><blockquote><div class="quoteText">Kindle Cloud Reader <span class="infoText">is not available for this browser on Windows 8. Please download the Kindle App from the Windows Store.</div></blockquote></span><p></p><p><span class="infoText">Note I'm Metro Land while I see this message. It then links to the Windows 8 app that I already installed.</span></p><p><span class="infoText">Fantastic.</span></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/More-proof-MS-is-becoming-irrelevant-sorry/2a6048a3c775447ea756a1b00148b96e#2a6048a3c775447ea756a1b00148b96e</link>
		<pubDate>Tue, 30 Apr 2013 19:56:50 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/More-proof-MS-is-becoming-irrelevant-sorry/2a6048a3c775447ea756a1b00148b96e#2a6048a3c775447ea756a1b00148b96e</guid>
		<dc:creator>BitFlipper</dc:creator>
		<slash:comments>20</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/BitFlipper/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - More proof MS is becoming irrelevant (sorry)</title>
		<description><![CDATA[<p></p><blockquote><div class="quoteText"><p></p><p><a class="permalink" title="Post Permalink" href="/Forums/Coffeehouse/More-proof-MS-is-becoming-irrelevant-sorry/27d1761dfcc64b96a30aa1b00144bfcd">8 minutes&nbsp;ago</a>, <a href="/Niners/cbae">cbae</a> wrote</p><p>*snip*</p><p>How many people actually read e-books&nbsp;using a PC? OTOH, reading books is one of the primary use cases for an iPad.</p><p></p></div></blockquote><p></p><p>Then what is the point of the &quot;Cloud Reader&quot; if no-one reads books on a PC?</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/More-proof-MS-is-becoming-irrelevant-sorry/bf818505be4b47e5aec0a1b001475a23#bf818505be4b47e5aec0a1b001475a23</link>
		<pubDate>Tue, 30 Apr 2013 19:51:51 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/More-proof-MS-is-becoming-irrelevant-sorry/bf818505be4b47e5aec0a1b001475a23#bf818505be4b47e5aec0a1b001475a23</guid>
		<dc:creator>BitFlipper</dc:creator>
		<slash:comments>20</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/BitFlipper/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - More proof MS is becoming irrelevant (sorry)</title>
		<description><![CDATA[<p></p><blockquote><div class="quoteText"><p></p><p><a class="permalink" title="Post Permalink" href="/Forums/Coffeehouse/More-proof-MS-is-becoming-irrelevant-sorry/d75fe851be57429c87daa1b0012d8d4a">1 hour&nbsp;ago</a>, <a href="/Niners/spivonious">spivonious</a> wrote</p><p><a href="http://thenextweb.com/mobile/2011/08/10/amazon-kindle-cloud-reader-to-support-additional-browsers-and-tablets-in-the-coming-months/">http://thenextweb.com/mobile/2011/08/10/amazon-kindle-cloud-reader-to-support-additional-browsers-and-tablets-in-the-coming-months/</a></p><p>&nbsp;Still pretty lame that they're excluding at least 40% of their visitors, especially when IE9&#43; supports the standards just fine.</p><p>&nbsp;</p></div></blockquote><p></p><p>That article was written on August 10 2011.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/More-proof-MS-is-becoming-irrelevant-sorry/a4001e11bc8d4826bd17a1b0014076cf#a4001e11bc8d4826bd17a1b0014076cf</link>
		<pubDate>Tue, 30 Apr 2013 19:26:46 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/More-proof-MS-is-becoming-irrelevant-sorry/a4001e11bc8d4826bd17a1b0014076cf#a4001e11bc8d4826bd17a1b0014076cf</guid>
		<dc:creator>BitFlipper</dc:creator>
		<slash:comments>20</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/BitFlipper/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - More proof MS is becoming irrelevant (sorry)</title>
		<description><![CDATA[<p></p><blockquote><div class="quoteText"><p></p><p><a class="permalink" title="Post Permalink" href="/Forums/Coffeehouse/More-proof-MS-is-becoming-irrelevant-sorry/c6e9d760c9b14e1b881ea1b0013ccb75">8 minutes&nbsp;ago</a>, <a href="/Niners/Charles">Charles</a> wrote</p><p>This has little to do with Microsoft's relevance... It's more about what platforms Amazon chooses to target. Given they have their own devices, it's sort of obvious that they'd target them first and foremost. Or, am I missing something?</p><p>C</p><p></p></div></blockquote><p></p><p>Yes, you are missing something. Windows 7 has a much larger install base that iPad, so why no Windows 7 support?</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/More-proof-MS-is-becoming-irrelevant-sorry/bc45675f685f489ebce3a1b0013fb726#bc45675f685f489ebce3a1b0013fb726</link>
		<pubDate>Tue, 30 Apr 2013 19:24:02 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/More-proof-MS-is-becoming-irrelevant-sorry/bc45675f685f489ebce3a1b0013fb726#bc45675f685f489ebce3a1b0013fb726</guid>
		<dc:creator>BitFlipper</dc:creator>
		<slash:comments>20</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/BitFlipper/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - More proof MS is becoming irrelevant (sorry)</title>
		<description><![CDATA[<p>I was looking for a game guide for Defiance, a game that has been released for Windows, Xbox 360 and PS3.&nbsp;So I went to Amazon and found <a href="http://www.amazon.com/Defiance-The-Essential-Guide-ebook/dp/B00CEKPL7Q/ref=sr_1_1?ie=UTF8&amp;qid=1367342442&amp;sr=8-1&amp;keywords=defiance&#43;game&#43;guide">this</a>. Great,&nbsp;exactly what I'm looking for. Except...</p><p>Only available on these devices:</p><ul><li>Kindle Fire </li><li>Kindle Fire HD </li><li>Kindle Cloud Reader </li><li>Kindle for iPad </li><li>Kindle for Android </li></ul><p>Hmmm, weird. Amazon&nbsp;has a Windows Phone Kindle app. Maybe someone just forgot to update the above list. Let me search for that book via the Windows Phone Kindle app... &quot;Sorry, not available on your device&quot;. Why? Why would the book not be compatible with the WP Kindle app?</p><p>Oh well, let's check out the &quot;Kindle Cloud Reader&quot; (this was on Windows 7 running the latest IE 10). Sorry, only available for Chrome, Safari and Firefox. So what happened&nbsp;to following web standards and if the browser doesn't support it, well then you can decide to change browsers at that point. As opposed to just hard-coding web browsers out?</p><p>I've been a long time supporter of MS but after MS got hit with Apple-envy, everything that I liked about MS have either been abandoned, Metrofied, dumbified, crippled, fuglified, castrated or became stagnant to the point where I can't even think of a single MS technology that excites me any more. None.</p><p>So in some way the above Amazon experience doesn't surprise me. I wonder how many people still think everything is&nbsp;just peachy&nbsp;in MS land?</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/More-proof-MS-is-becoming-irrelevant-sorry/3680def3f6ec4ba1b98ea1b001242aa6#3680def3f6ec4ba1b98ea1b001242aa6</link>
		<pubDate>Tue, 30 Apr 2013 17:43:44 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/More-proof-MS-is-becoming-irrelevant-sorry/3680def3f6ec4ba1b98ea1b001242aa6#3680def3f6ec4ba1b98ea1b001242aa6</guid>
		<dc:creator>BitFlipper</dc:creator>
		<slash:comments>20</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/BitFlipper/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Best Microsoft commercial evar!</title>
		<description><![CDATA[<p></p><blockquote><div class="quoteText"><p></p><p><a class="permalink" title="Post Permalink" href="/Forums/Coffeehouse/Best-Microsoft-commercial-evar/9b3345e6b1ed4d579ccea1af0181ab6d">17 hours&nbsp;ago</a>, <a href="/Niners/PopeDai">PopeDai</a> wrote</p><p>*snip*</p><p>The iPhone has the best picture-taking experience of every phone I've used - though it's a combination of having a great lens, great sensor, great screen to display pictures on, and a great processor to reduce latency and startup times. All of the other phones tend to get something wrong. (Disclaimer: I still haven't used a Windows Phone handset yet).</p><p></p></div></blockquote><p></p><p>Wow, have you even seen the reviews comparing different phone cameras? iPhone is average at best.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/Best-Microsoft-commercial-evar/42a9ab3e00fb4e85a20fa1b0011dac5b#42a9ab3e00fb4e85a20fa1b0011dac5b</link>
		<pubDate>Tue, 30 Apr 2013 17:20:06 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/Best-Microsoft-commercial-evar/42a9ab3e00fb4e85a20fa1b0011dac5b#42a9ab3e00fb4e85a20fa1b0011dac5b</guid>
		<dc:creator>BitFlipper</dc:creator>
		<slash:comments>23</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/BitFlipper/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - It&#39;s the start menu, stupid!</title>
		<description><![CDATA[<p>Here's a serious question...</p><p>Did anybody actually complain about the Windows 7 desktop?</p><p>Maybe I'm confused, but I vaguely remember Windows 7 being hugely popular, especially after Vista.</p><p>So I guess some people will continue to argue that&nbsp;Microsoft and customers are somehow&nbsp;better off&nbsp;today after the desktop castration in Windows 8, vs how it would have been if they instead just continuing to refine what we had with Windows 7.</p><p>So what's your answer? Are&nbsp;we better of with Windows 8 the way it is now or worse?</p><p>My vote is worse, since I hate the pile and just installed Classic Shell to get some form of productivity back again. It's still fugly though.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/Its-the-start-menu-stupid/21707b6b3c764fb88d0ea1a601290da6#21707b6b3c764fb88d0ea1a601290da6</link>
		<pubDate>Sat, 20 Apr 2013 18:01:32 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/Its-the-start-menu-stupid/21707b6b3c764fb88d0ea1a601290da6#21707b6b3c764fb88d0ea1a601290da6</guid>
		<dc:creator>BitFlipper</dc:creator>
		<slash:comments>30</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/BitFlipper/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Holy crap - 3 pages of Spam!! I guess this site got hacked...?</title>
		<description><![CDATA[<p>Or at least ban <a href="http://channel9.msdn.com/Niners/sabinaroi">this loser</a>.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/Holy-crap-3-pages-of-Spam-I-guess-this-site-got-hacked/c093cdef22c449e282a9a1a400667d73#c093cdef22c449e282a9a1a400667d73</link>
		<pubDate>Thu, 18 Apr 2013 06:13:09 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/Holy-crap-3-pages-of-Spam-I-guess-this-site-got-hacked/c093cdef22c449e282a9a1a400667d73#c093cdef22c449e282a9a1a400667d73</guid>
		<dc:creator>BitFlipper</dc:creator>
		<slash:comments>14</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/BitFlipper/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Holy crap - 3 pages of Spam!! I guess this site got hacked...?</title>
		<description><![CDATA[<p>Crazy</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/Holy-crap-3-pages-of-Spam-I-guess-this-site-got-hacked/0f811e3787094f2c80eca1a40065c14c#0f811e3787094f2c80eca1a40065c14c</link>
		<pubDate>Thu, 18 Apr 2013 06:10:28 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/Holy-crap-3-pages-of-Spam-I-guess-this-site-got-hacked/0f811e3787094f2c80eca1a40065c14c#0f811e3787094f2c80eca1a40065c14c</guid>
		<dc:creator>BitFlipper</dc:creator>
		<slash:comments>14</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/BitFlipper/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Windows 8 flops, and Microsoft are to blame</title>
		<description><![CDATA[<p></p><blockquote><div class="quoteText"><p></p><p><a class="permalink" title="Post Permalink" href="/Forums/Coffeehouse/Windows-8-flops-and-Microsoft-are-to-blame/54464ab3e342438e8c01a19e0025e3fb">13 hours&nbsp;ago</a>, <a href="/Niners/Charles">Charles</a> wrote</p><p>Love the honesty and openness. This is C9 in action. Thank you.<br><br>I'm curious how all of the innovation and investment in developer tools and platforms going on at Microsoft somehow equates to our losing touch with our developer base.</p><p>Are you still upset that we moved the spotlight from .NET <em>only</em> to include other models and tools? Did the demise of Silverlight mean it's all over? Do the investments in .NET AND native AND script AND IDE AND compiler technology AND... demonstrate a lack of focus or passion or direction?</p><p>Just out of curiosity, what's wrong with wanting more people to develop on our stack? When has this not been the case, historically? When you build a programmable platform, the idea is that you want people to&nbsp;program&nbsp;it.</p><p>C</p><p></p></div></blockquote><p></p><p>I think this points to one big problem. When you are on the &quot;inside&quot; you think everything is rosy and don't understand what the problem is. You get to go to meetings where the <em>plan</em> is discussed, explained. If you have a question, just go up to the right person and ask.</p><p>Contrast with those of us on the outside... We have no clue what is happening. We have to rely on rumors, confusing conferences that go gaga over HTML but has no info about the technologies we rely on today and whether they will still be there tomorrow. Slowly realizing some things are just going to die off due to no more development, etc etc. We don't get to go to meetings where this is explained or get to ask the right person. We do ask, we just don't get any concrete answers we can rely on.</p><p>Charles, are you still going to ignore the fact that we repeatedly say that we don't even know what we are supposed to use for desktop (read: real) applications anymore going forward? How could it possibly have gotten this bad?</p><p>So yea, excuse us for being confused/upset. The mentality that everything is rosy and we as outside developers have no reason to complain is just preposterous. Seems everyone in MS has a distorted view of how people currently view MS, especially developers. Developers Developers Developers are losing faith and MS is too blind to notice how they are going off to find alternatives.</p><p>It amazes me that MS can throw things away that obviously worked for them in the past. This new direction (based mostly on Apple-envy)&nbsp;isn't working and will be a big factor in what makes MS become irrelevant in the future.</p><p>&nbsp;</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/Windows-8-flops-and-Microsoft-are-to-blame/d4c8c02a5d144e8c906fa19e01073e04#d4c8c02a5d144e8c906fa19e01073e04</link>
		<pubDate>Fri, 12 Apr 2013 15:58:26 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/Windows-8-flops-and-Microsoft-are-to-blame/d4c8c02a5d144e8c906fa19e01073e04#d4c8c02a5d144e8c906fa19e01073e04</guid>
		<dc:creator>BitFlipper</dc:creator>
		<slash:comments>177</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/BitFlipper/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Windows 8 flops, and Microsoft are to blame</title>
		<description><![CDATA[<p>@<a href="/Forums/Coffeehouse/Windows-8-flops-and-Microsoft-are-to-blame#ca1d8df15b9dd4e4e9a7ea19d015588cc">Bass</a>: LOL, no.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/Windows-8-flops-and-Microsoft-are-to-blame/931da733b85541548394a19d015e0abe#931da733b85541548394a19d015e0abe</link>
		<pubDate>Thu, 11 Apr 2013 21:14:27 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/Windows-8-flops-and-Microsoft-are-to-blame/931da733b85541548394a19d015e0abe#931da733b85541548394a19d015e0abe</guid>
		<dc:creator>BitFlipper</dc:creator>
		<slash:comments>177</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/BitFlipper/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Windows 8 flops, and Microsoft are to blame</title>
		<description><![CDATA[<p></p><blockquote><div class="quoteText"><p></p><p><a class="permalink" title="Post Permalink" href="/Forums/Coffeehouse/Windows-8-flops-and-Microsoft-are-to-blame/0a09751964eb4e9ba988a19d0149754f">4 minutes&nbsp;ago</a>, <a href="/Niners/Bass">Bass</a> wrote</p><p>@<a href="/Forums/Coffeehouse/Windows-8-flops-and-Microsoft-are-to-blame#c54e9254c34a64a6a8f46a19d013c0951">BitFlipper</a>:</p><p>Funny, because my opinion of Microsoft has only increased over the past few years. Maybe Microsoft decided that the BitFlippers and the figuerreses of the world aren't worth paying attention to, and the Bass and fanbabies of the world are. <img src="http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-11.gif?v=c9" alt="Cool"></p><p></p></div></blockquote><p></p><p>Of course the opinion of trolls would increase - MS is in self-destruct mode.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/Windows-8-flops-and-Microsoft-are-to-blame/42c8d93f26934bcdaa39a19d014af768#42c8d93f26934bcdaa39a19d014af768</link>
		<pubDate>Thu, 11 Apr 2013 20:05:00 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/Windows-8-flops-and-Microsoft-are-to-blame/42c8d93f26934bcdaa39a19d014af768#42c8d93f26934bcdaa39a19d014af768</guid>
		<dc:creator>BitFlipper</dc:creator>
		<slash:comments>177</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/BitFlipper/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Windows 8 flops, and Microsoft are to blame</title>
		<description><![CDATA[<p>You know, releasing Windows 7 after Windows Vista redeemed MS and got them back into most people's good books. Now my opinion is that instead of releasing Windows 8 in the form they did, instead Windows 8 should have been a refinement of Windows 7, with the added Metro UI as an *option* but still 1st class citizen. It is because they threw everything that Windows 7 offered out the window due to Apple envy just so that they can set some sort of trend with &quot;Modern&quot; apps.</p><p>I'm no MS hater (see my older posts), yet I'm *starting* to hate them due to their bone-headed decisions. There was a time when I was excited about many MS technologies: Windows, .Net, WinForms, WPF (although this is where my interest started fading), Silverlight, Visual Studio, DirectX, XNA. Now almost every single one of those are in one or another state of being dead, going into some bizarre direction nobody asked for or wants, or is in some sort of limbo state where nobody knows what its future is - you know, due to Apple envy where MS no longer tells anyone about their roadmap like they used to. As a Windows developer I would not even know what MS technology I should choose for a new desktop project I plan to maintain for at least the next 5 years. Please don't tell me it should be a &quot;Modern&quot; app. I'm talking about a real application here.</p><p>Sad really. MS had a lot going but due to some mind-boggling dumb decisions, they've lost almost all of that.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/Windows-8-flops-and-Microsoft-are-to-blame/54e9254c34a64a6a8f46a19d013c0951#54e9254c34a64a6a8f46a19d013c0951</link>
		<pubDate>Thu, 11 Apr 2013 19:10:39 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/Windows-8-flops-and-Microsoft-are-to-blame/54e9254c34a64a6a8f46a19d013c0951#54e9254c34a64a6a8f46a19d013c0951</guid>
		<dc:creator>BitFlipper</dc:creator>
		<slash:comments>177</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/BitFlipper/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Visual Studio 2012: SLOW &amp; BUGGY.</title>
		<description><![CDATA[<p></p><blockquote><div class="quoteText"><p></p><p><a class="permalink" title="Post Permalink" href="/Forums/Coffeehouse/Visual-Studio-2012-SLOW--BUGGY/4672c22820c74b94859aa19d000c4412">2 hours&nbsp;ago</a>, <a href="/Niners/blowdart">blowdart</a> wrote</p><p>*snip*</p><p>Yea, but not for people used to drag and drop installer dev <img src="http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-1.gif?v=c9" alt="Smiley"></p><p></p></div></blockquote><p></p><p>It's not about whether it is easy or not. It's about how much time is wasted creating&nbsp;an installer for even a simple project, let alone a complex one (and learning how to do it - as if that is where I&nbsp;can afford&nbsp;to spend my time). You can go ahead and be sarcastic about people only knowing how to drag and drop, however I've wasted days now investigating various alternatives to something that literally used to take me 5 minutes. And I still need to spend more time on it to get it to the level where the VS 2010 installer used to be.</p><p>EDIT: Maybe that mentality is the problem with MS in general... Completely ignorant&nbsp;about the impact of their choices.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/Visual-Studio-2012-SLOW--BUGGY/0f7b06bbc1fc4ca9a06ba19d003a33fe#0f7b06bbc1fc4ca9a06ba19d003a33fe</link>
		<pubDate>Thu, 11 Apr 2013 03:31:54 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/Visual-Studio-2012-SLOW--BUGGY/0f7b06bbc1fc4ca9a06ba19d003a33fe#0f7b06bbc1fc4ca9a06ba19d003a33fe</guid>
		<dc:creator>BitFlipper</dc:creator>
		<slash:comments>76</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/BitFlipper/Discussions/RSS</wfw:commentRss>
	</item>
</channel>
</rss>