<?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 itsnotabug</title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Niners/itsnotabug/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 itsnotabug</title>
		<link>http://channel9.msdn.com/Niners/itsnotabug/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/itsnotabug/Discussions</link>
	<language>en</language>
	<pubDate>Wed, 22 May 2013 10:05:15 GMT</pubDate>
	<lastBuildDate>Wed, 22 May 2013 10:05:15 GMT</lastBuildDate>
	<generator>Rev9</generator>
	<c9:totalResults>0</c9:totalResults>
	<c9:pageCount>0</c9:pageCount>
	<c9:pageSize>0</c9:pageSize>
	<item>
		<title>Coffeehouse - *sigh* :&#39;(</title>
		<description><![CDATA[<p></p><blockquote><div class="quoteText"><p></p><p><a class="permalink" title="Post Permalink" href="/Forums/Coffeehouse/sigh-/9d35c23833bc4541a020a1bf00edec34">1 hour&nbsp;ago</a>, <a href="/Niners/Cybermagellan">Cybermagell​an</a> wrote</p><p>Seriously it's depressing to get an interview for a Senior Developer position, and when they ask &quot;What happens on page postback?&quot;, and I say &quot;Unfortunately I don't write in that manner&quot; and I hear &quot;Oh, um, hmm, well that's how you do it in .NET&quot;</p><p></p></div></blockquote><p></p><p>Sounds like that company might not be the right fit for you, but I don't think it's fair to dismiss writing code &quot;in that manner&quot; if it's a job requirement, despite being an older technology. You'd just have to learn it if you wanted that job.</p><p>I feel like I'm in the minority because I actually like web forms, despite my recent work with MV*. It provides a convenient, encapsulated object/event model to very <strong>RAPIDLY</strong> deliver solutions for a certain lob class of applications.</p><p>Web forms allowed an entire generation of small/medium businesses to leverage their existing VB6 skills and enter the web space and for the companies I've worked for, they've been wildly successful. I had a non-technical boss tell me once that the only true measure of software quality is if the company is making money using it.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/sigh-/3d25af8a60a342ea99f2a1bf0109303e#3d25af8a60a342ea99f2a1bf0109303e</link>
		<pubDate>Wed, 15 May 2013 16:05:31 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/sigh-/3d25af8a60a342ea99f2a1bf0109303e#3d25af8a60a342ea99f2a1bf0109303e</guid>
		<dc:creator>itsnotabug</dc:creator>
		<slash:comments>35</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/itsnotabug/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Crazy Windows-8 Ads - WTF ?!?</title>
		<description><![CDATA[<p>@<a href="/Forums/Coffeehouse/WTF-#c8e87dbc259e3440d914ba1bd0141c89a">evildictaitor</a>: Agreed... there's another one with Rob Schneider and &quot;Kid&quot; from Kid n Play that is equally crap.&nbsp;Who are they trying to sell to? Does Deuce Bigalow hold a lot of clout with CIOs or IT Directors?</p><p>The best Surface adverts I've seen so far are the simple &quot;man on the street&quot; adverts with the guy who actually EXPLAINS FEATURES. I watch that commercial and say 'Yeah, I could use that'.</p><p><a href="http://imgur.com/gallery/hTc7eZN">http://imgur.com/gallery/hTc7eZN</a></p><p>&nbsp;</p><p>&nbsp;</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/WTF-/3a5b84c414274bee8d0fa1bd014a4bf4#3a5b84c414274bee8d0fa1bd014a4bf4</link>
		<pubDate>Mon, 13 May 2013 20:02:34 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/WTF-/3a5b84c414274bee8d0fa1bd014a4bf4#3a5b84c414274bee8d0fa1bd014a4bf4</guid>
		<dc:creator>itsnotabug</dc:creator>
		<slash:comments>22</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/itsnotabug/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - .Net Remoting question - How do you disconnect!!??</title>
		<description><![CDATA[<p>I ran into something similar on a UDP server/client application ages ago. All subsequent UDPClients would continue to use the previous connection.&nbsp;In my case, I think all I had to do was UDPClient.DropMulticastGroup(MyAddress), but TCP is no doubt different.</p><p>Take a look here:</p><p><a href="http://lamahashim.blogspot.com/2010/03/disabling-network-using-c.html">http&#58;&#47;&#47;lamahashim.blogspot.com&#47;2010&#47;03&#47;disabling-network-using-c.html</a></p><p>IIRC, this worked for UDP, but was not needed for my purposes because UDP gave me the&nbsp;DropMulticastGroup().</p><p>&nbsp;</p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/Net-Remoting-question-How-do-you-disconnect/814e23f6d54742d593d1a1bd0115a845#814e23f6d54742d593d1a1bd0115a845</link>
		<pubDate>Mon, 13 May 2013 16:50:55 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/Net-Remoting-question-How-do-you-disconnect/814e23f6d54742d593d1a1bd0115a845#814e23f6d54742d593d1a1bd0115a845</guid>
		<dc:creator>itsnotabug</dc:creator>
		<slash:comments>6</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/itsnotabug/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - A question for WCF gurus</title>
		<description><![CDATA[<p>You can instantiate endpoints, service models/security, etc.. purely in code at runtime... no need for external config files. I would host a sample service that looks like what you want, consume it in Visual Studio with the Add Service wizard, then inspect the WCF proxy classes that are generated for you. From that you should be able to reverse engineer how to do it all in code. I'm not sure if this would&nbsp;satisfy&nbsp;your no shared dll&nbsp;requirement&nbsp;though... because whatever model you come up with would&nbsp;probably&nbsp;be best in a class library (shared).</p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/A-question-for-WCF-gurus/773374f4c3444ff895e2a1b300159dff#773374f4c3444ff895e2a1b300159dff</link>
		<pubDate>Fri, 03 May 2013 01:18:42 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/A-question-for-WCF-gurus/773374f4c3444ff895e2a1b300159dff#773374f4c3444ff895e2a1b300159dff</guid>
		<dc:creator>itsnotabug</dc:creator>
		<slash:comments>7</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/itsnotabug/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - I can&#39;t believe how much web programming has changed</title>
		<description><![CDATA[<p>it is pretty amazing compared to how it was not too long ago.</p><p>i like the option to now use chrome as debug browser with the live css toggle options/previews. also check out twitter bootstrap for fluid, responsive layouts that look good on tablets, desktops and phones. the framework is pretty amazing and easy to wrap your head around.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/I-cant-believe-how-much-web-programming-has-changed/4b0f7b409f14437b8fcba1b0016efe89#4b0f7b409f14437b8fcba1b0016efe89</link>
		<pubDate>Tue, 30 Apr 2013 22:16:11 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/I-cant-believe-how-much-web-programming-has-changed/4b0f7b409f14437b8fcba1b0016efe89#4b0f7b409f14437b8fcba1b0016efe89</guid>
		<dc:creator>itsnotabug</dc:creator>
		<slash:comments>75</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/itsnotabug/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Windows VPS Hosting - who&#39;s good and cheap... who do YOU use?</title>
		<description><![CDATA[<p>@<a href="/Forums/Coffeehouse/Windows-VPS-Hosting-whos-good-and-cheap-who-do-YOU-use#c8ed4e2471ac64991b377a1ac018426fa">figuerres</a>: That's very similar to my own conclusions after investigating this stuff. Until the elastics can offer a compelling price point to the little guy for 24/7 or maybe some kind of sliding time share with people on the other side of the world, the only legit use case i can think of would be on-demand cpu cycles... like if you wanted a super computer to crunch serious numbers for one specific task, without investing in a bunch of ps3's/graphics cards and actually building the super computer.</p><p>I can only assume they offer better economies for general hosting when you get past a certain scale.</p><p>Thanks for all the suggestions, everyone. It's&nbsp;interesting&nbsp;to see who people are actually using.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/Windows-VPS-Hosting-whos-good-and-cheap-who-do-YOU-use/5722991a1d734d93af26a1ac0187dbf7#5722991a1d734d93af26a1ac0187dbf7</link>
		<pubDate>Fri, 26 Apr 2013 23:46:42 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/Windows-VPS-Hosting-whos-good-and-cheap-who-do-YOU-use/5722991a1d734d93af26a1ac0187dbf7#5722991a1d734d93af26a1ac0187dbf7</guid>
		<dc:creator>itsnotabug</dc:creator>
		<slash:comments>16</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/itsnotabug/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Windows VPS Hosting - who&#39;s good and cheap... who do YOU use?</title>
		<description><![CDATA[<p>The best vibe I'm getting is from SoftSys.&nbsp;<a href="http://www.softsyshosting.com/windows-vps.aspx">http&#58;&#47;&#47;www.softsyshosting.com&#47;windows-vps.aspx</a></p><p>Mostly good reviews on the webhosting forums. Their Eco-2 unmanaged tier looks like it'll satisfy my needs at around $300/yr. That's not too expensive considering I'd be killing my dropbox account in favor of my own &quot;My Documents&quot; folder sync of less than 10GB... that's really the only thing i use dropbox for (if I ever got serious and had paying customers I would not use the server for personal backup).</p><p>I looked at azure and amazon but they get ridiculously expensive quickly. I do like the nice interface and extras with amazon (not to mention the full-use free tier.. azure should really offer something like this!). If you're serious about big scale then it'd be the way to go, but not for me.</p><p>&nbsp;</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/Windows-VPS-Hosting-whos-good-and-cheap-who-do-YOU-use/63fc0a0b514f438fa644a1ac017cdafc#63fc0a0b514f438fa644a1ac017cdafc</link>
		<pubDate>Fri, 26 Apr 2013 23:06:39 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/Windows-VPS-Hosting-whos-good-and-cheap-who-do-YOU-use/63fc0a0b514f438fa644a1ac017cdafc#63fc0a0b514f438fa644a1ac017cdafc</guid>
		<dc:creator>itsnotabug</dc:creator>
		<slash:comments>16</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/itsnotabug/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Windows VPS Hosting - who&#39;s good and cheap... who do YOU use?</title>
		<description><![CDATA[<p>Just looking for some first-hand accounts. I needs full RDP access with a dedicated share of memory/cpu... had been with gooodaddy for shared, but time to step up and I kind of want to get away from the goooo.</p><p>I've seen the microsoft web hosting referral site, but I'm looking for real world unfiltered/unbiased anecdotal evidence from real developers... and real numbers of hits per day without throttling. the number of fake reviews on &quot;PR&quot; sites is&nbsp;unbelievable&nbsp;and makes it hard to find real reviews.</p><p>My needs are Windows 2008 R2, Sql Express, at least 1 external IP, ability to host as many domains as i want, full trust, 2GB&#43;, 50GB&#43;, lots of transfer.</p><p>...or would I be better off just investing in a small box and self host out of my garage? Does anybody do this?</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/Windows-VPS-Hosting-whos-good-and-cheap-who-do-YOU-use/70d1ff1b35064401a91aa1ac014ed4e2#70d1ff1b35064401a91aa1ac014ed4e2</link>
		<pubDate>Fri, 26 Apr 2013 20:19:05 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/Windows-VPS-Hosting-whos-good-and-cheap-who-do-YOU-use/70d1ff1b35064401a91aa1ac014ed4e2#70d1ff1b35064401a91aa1ac014ed4e2</guid>
		<dc:creator>itsnotabug</dc:creator>
		<slash:comments>16</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/itsnotabug/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Relational models from database &gt; server &gt; client AND back again</title>
		<description><![CDATA[<p></p><blockquote><div class="quoteText"><p></p><p><a class="permalink" title="Post Permalink" href="/Forums/Coffeehouse/Relational-models-from-database--server--client-AND-back-again/eb1040cc879842d38b73a19c0169a1f1">22 minutes&nbsp;ago</a>, <a href="/Niners/Jim%20Young">Jim Young</a> wrote</p><p>The important thing in my mind is to have a distinct and isolated layer where database access occurs and marshals the data up to the POCO classes.</p><p></p></div></blockquote><p></p><p>I think this is where I'm leaning... something like a distinct ViewModel layer containing my &quot;client-safe&quot; classes (almost the same as my DAL POCOs but with actual List&lt;ViewModelPoco&gt;, sans id's or other private sensitive info) and manually build up the state of my complex ViewModel step-by-step in each ViewModelPoco class constructor, by selecting out the &quot;children&quot; FK List&lt;ViewModelPoco&gt;. I know there are libraries like valueinjector to assist in merging the POCO values onto the ViewModelPoco values.</p><p></p><blockquote><div class="quoteText"><p></p><p><a class="permalink" title="Post Permalink" href="/Forums/Coffeehouse/Relational-models-from-database--server--client-AND-back-again/e59e1626917147daa5ffa19c0160f9ad">53 minutes&nbsp;ago</a>, <a href="/Niners/ScanIAm">ScanIAm</a> wrote</p><p>Plus, it's wasteful of bandwidth to bring along all that data if it isn't absolutely necessary for the UI.&nbsp; You want to display a subset of what's in the POCO, so only transmit that.</p><p></p></div></blockquote><p></p><p>I've been reading up on angular.js and that framework promises 2-way databinding on complex JSON. I think the amount of data transmitted would be offset by the fact I'll be dealing with a relatively &quot;fat&quot; client. A lot of multi-step stuff would be happening only in the browser, then submitting everything at the end in one post. (I know this is not REST).</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/Relational-models-from-database--server--client-AND-back-again/c8f7770611c546fe9490a19c0176496a#c8f7770611c546fe9490a19c0176496a</link>
		<pubDate>Wed, 10 Apr 2013 22:42:44 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/Relational-models-from-database--server--client-AND-back-again/c8f7770611c546fe9490a19c0176496a#c8f7770611c546fe9490a19c0176496a</guid>
		<dc:creator>itsnotabug</dc:creator>
		<slash:comments>9</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/itsnotabug/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Relational models from database &gt; server &gt; client AND back again</title>
		<description><![CDATA[<p>Let's say I have some db tables and some POCO classes that map properties 1 to 1 with table columns. I'd like to select out a complex relationship, map those correctly to instances of those POCO classes and shuttle that complex object down to the browser as JSON... THEN go the other way... post that JSON, deserialize it back to my complex object for processing on the server.</p><p>Now obviously FK fields in the db schema should translate into List&lt;POCO&gt; in the &quot;parent&quot; object... so imagine an object with properties, including Lists of an object with properties, including Lists of an object with properties, etc...</p><p>Is there an end-to-end solution for this scenario? I guess I'm interesting in hearing strategies on how to best maintain that relationship database to browser and back again.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/Relational-models-from-database--server--client-AND-back-again/0a71a6e3535740b59743a19c0152d6ec#0a71a6e3535740b59743a19c0152d6ec</link>
		<pubDate>Wed, 10 Apr 2013 20:33:40 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/Relational-models-from-database--server--client-AND-back-again/0a71a6e3535740b59743a19c0152d6ec#0a71a6e3535740b59743a19c0152d6ec</guid>
		<dc:creator>itsnotabug</dc:creator>
		<slash:comments>9</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/itsnotabug/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Forex trading for dummies, bankster style</title>
		<description><![CDATA[<p>looks like we need something like banker's rounding for time based exchange.</p><p>seriously though, if it were found that people organically produce cyclical values of traded commodities (even tiny variances)&nbsp;would that not be a&nbsp;perpetual&nbsp;money making machine? and isn't that kind of the point to all the analysis business schools teach? find these patterns and exploit them? or is that graph not organic, rather evidence of the actual fraud they were committing? and if so, shouldn't there be some statistical bot looking for these kinds of shenanigans?</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/Forex-trading-for-dummies-bankster-style/097ba217be49434abb17a18f01449954#097ba217be49434abb17a18f01449954</link>
		<pubDate>Thu, 28 Mar 2013 19:41:49 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/Forex-trading-for-dummies-bankster-style/097ba217be49434abb17a18f01449954#097ba217be49434abb17a18f01449954</guid>
		<dc:creator>itsnotabug</dc:creator>
		<slash:comments>3</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/itsnotabug/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - unreal game engine in the browser?!?!?</title>
		<description><![CDATA[<p>big differences here from silverlight...</p><p>1) no plug-in (assuming all browsers implement their optimizations)<br>2) promises of ~1/2 native performance<br>3) already runs everywhere<br>4) vendor neutral</p><p>regarding ea.. that's just bad business. the tech can still be used for &quot;good&quot;. i was thinking more about lob applications for the enterprise. imagine all those existing, boring business apps built on .net that just push data around could now run happily in everyone's browser without a plugin? i'd buy into that.&nbsp;</p><p>after reading a bit more, it looks like gc is a challenge so you can't quite compile to asm.js directly from c# just yet.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/unreal-game-engine-in-the-browser/110466505bae41b48a6ca18f00f629c6#110466505bae41b48a6ca18f00f629c6</link>
		<pubDate>Thu, 28 Mar 2013 14:56:15 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/unreal-game-engine-in-the-browser/110466505bae41b48a6ca18f00f629c6#110466505bae41b48a6ca18f00f629c6</guid>
		<dc:creator>itsnotabug</dc:creator>
		<slash:comments>6</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/itsnotabug/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - unreal game engine in the browser?!?!?</title>
		<description><![CDATA[<p>this stuff looks very impressive.&nbsp;<a href="https://blog.mozilla.org/blog/2013/03/27/mozilla-is-unlocking-the-power-of-the-web-as-a-platform-for-gaming/">https&#58;&#47;&#47;blog.mozilla.org&#47;blog&#47;2013&#47;03&#47;27&#47;mozilla-is-unlocking-the-power-of-the-web-as-a-platform-for-gaming&#47;</a></p><p>if asm.js takes off as the pseudo-assembly of the web, would it be feasible to get the clr virtual machine running in the browser too?</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/unreal-game-engine-in-the-browser/b227887217a7459a97f1a18e017124e4#b227887217a7459a97f1a18e017124e4</link>
		<pubDate>Wed, 27 Mar 2013 22:24:00 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/unreal-game-engine-in-the-browser/b227887217a7459a97f1a18e017124e4#b227887217a7459a97f1a18e017124e4</guid>
		<dc:creator>itsnotabug</dc:creator>
		<slash:comments>6</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/itsnotabug/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Computer Scientist/Engineer, the &quot;last&quot; occupation to be automated?</title>
		<description><![CDATA[<p>CIO</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/Computer-ScientistEngineer-the-last-occupation-to-be-automated/a067e35aa00741d2a870a18300564e30#a067e35aa00741d2a870a18300564e30</link>
		<pubDate>Sat, 16 Mar 2013 05:14:13 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/Computer-ScientistEngineer-the-last-occupation-to-be-automated/a067e35aa00741d2a870a18300564e30#a067e35aa00741d2a870a18300564e30</guid>
		<dc:creator>itsnotabug</dc:creator>
		<slash:comments>5</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/itsnotabug/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Quick, launch Microsoft Reader ! :-)</title>
		<description><![CDATA[<p>i'm very bummed. i link pulse newsreader to my google reader account and it's the best reading experience i've found for ipad and iphone. the fact that you can just subscribe anywhere to an rss feed and have it show up in pulse was a great feature. i wonder if the linkedin buyout of pulse had anything to do with the kill decision.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/Quick-launch-Microsoft-Reader---/8adff82e864a4acbb4ffa1810162463a#8adff82e864a4acbb4ffa1810162463a</link>
		<pubDate>Thu, 14 Mar 2013 21:29:52 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/Quick-launch-Microsoft-Reader---/8adff82e864a4acbb4ffa1810162463a#8adff82e864a4acbb4ffa1810162463a</guid>
		<dc:creator>itsnotabug</dc:creator>
		<slash:comments>28</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/itsnotabug/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Have you ever used code generation?</title>
		<description><![CDATA[<p>yeah, &quot;pseudo&quot; development platforms could make use of code generation. imagine a runtime engine with a separate designer that allows you to visually create new runtime objects, set properties, wire up relationships, ect, then the code generator implements any number of core engine interfaces and dumps out the runtime models...&nbsp;although i'm not sure if T4 templates can be used outside of VS.&nbsp;</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/Have-you-ever-used-code-generation/aacbe3167d284eb88d31a17a0148ac1b#aacbe3167d284eb88d31a17a0148ac1b</link>
		<pubDate>Thu, 07 Mar 2013 19:56:39 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/Have-you-ever-used-code-generation/aacbe3167d284eb88d31a17a0148ac1b#aacbe3167d284eb88d31a17a0148ac1b</guid>
		<dc:creator>itsnotabug</dc:creator>
		<slash:comments>17</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/itsnotabug/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Microsoft Fined $731 Million over &#39;browser choice&#39; mistake.</title>
		<description><![CDATA[<p>my iphone didn't present me with an option either.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/Microsoft-Fined-731-Million-over-browser-choice-mistake/da26518c913748a199a9a17901392616#da26518c913748a199a9a17901392616</link>
		<pubDate>Wed, 06 Mar 2013 19:00:08 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/Microsoft-Fined-731-Million-over-browser-choice-mistake/da26518c913748a199a9a17901392616#da26518c913748a199a9a17901392616</guid>
		<dc:creator>itsnotabug</dc:creator>
		<slash:comments>30</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/itsnotabug/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Have you ever used code generation?</title>
		<description><![CDATA[<p>PetaPoco has some T4 templates that allow you to auto-generate the POCO classes against an existing database. It's a great time saver.</p><p>edit* now that i think about it, a cool T4 project would be to automatically generate POCO deserialization classes from actual JSON. That could make working with restful JSON services a little easier.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/Have-you-ever-used-code-generation/49f41c8d5a0244aa9697a17900fa8aa0#49f41c8d5a0244aa9697a17900fa8aa0</link>
		<pubDate>Wed, 06 Mar 2013 15:12:11 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/Have-you-ever-used-code-generation/49f41c8d5a0244aa9697a17900fa8aa0#49f41c8d5a0244aa9697a17900fa8aa0</guid>
		<dc:creator>itsnotabug</dc:creator>
		<slash:comments>17</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/itsnotabug/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - No http handler was found for request type &#39;GET&#39;</title>
		<description><![CDATA[<p>have you tried it with a full path?</p><p>can you execute any asp script using that Server.Execute() just to eliminate the python aspect of the problem?</p><p>maybe your app pool identity needs to be in iis_iusr group (total guess there).</p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/No-http-handler-was-found-for-request-type-GET/de854e115fa84ba19b3fa172015461ca#de854e115fa84ba19b3fa172015461ca</link>
		<pubDate>Wed, 27 Feb 2013 20:39:17 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/No-http-handler-was-found-for-request-type-GET/de854e115fa84ba19b3fa172015461ca#de854e115fa84ba19b3fa172015461ca</guid>
		<dc:creator>itsnotabug</dc:creator>
		<slash:comments>4</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/itsnotabug/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - PS4 announced.</title>
		<description><![CDATA[<p>i think sony will have to offer something big... like free or very cheap streaming of legacy games in order to compete with the nextbox.</p><p>sony has always been a hardware company with software added on to support that hardware while ms comes from the opposite direction.</p><p>as consumers start to expect more and more out of that big expensive box that sits in the living room, ms will be in a better position to meet all those demands... the entertainment streaming, cloud storage, social integration, ui (including kinekt which i believe will eventually become the main interface for &quot;os&quot; interactions) and just overall user experience is going to be much better on the nextbox because that is all in the software and the infrastructure/experience to support it.</p><p>i'm not saying sony has bad software people, but they can't compete with ms. ps4 hardware may very well be better than the nextbox in every way, but i think the &quot;os&quot; and supporting eco-system will be more important for the majority of consumers as long as the hardware is good enough to be considered next gen.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/PS4-announced/f87223c3adec444a9c76a16d000b1604#f87223c3adec444a9c76a16d000b1604</link>
		<pubDate>Fri, 22 Feb 2013 00:40:21 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/PS4-announced/f87223c3adec444a9c76a16d000b1604#f87223c3adec444a9c76a16d000b1604</guid>
		<dc:creator>itsnotabug</dc:creator>
		<slash:comments>15</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/itsnotabug/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - MSDN Technical Suport Incidents</title>
		<description><![CDATA[<p>I've only dealt with their escalation engineers on sql server within a production scope, but i can say that in every incident, they have been top notch, world-class professionals (cannot say the same with other software vendors). I agree it's a waste to have the tickets and not use them. You end up learning other things during the investigation.</p><p>If in doubt, just ask... I'm sure the first tier folks would verify if your issue was within scope.</p><p>to answer the question about reproducing in the non-prod environment... i think this is a gray area. some things are impossible to reproduce especially if there is a load component or &quot;you simply don't know&quot; component to the issue.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/MSDN-Technical-Suport-Incidents/330a2a57a80c45b5ab3aa16b01758056#330a2a57a80c45b5ab3aa16b01758056</link>
		<pubDate>Wed, 20 Feb 2013 22:39:52 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/MSDN-Technical-Suport-Incidents/330a2a57a80c45b5ab3aa16b01758056#330a2a57a80c45b5ab3aa16b01758056</guid>
		<dc:creator>itsnotabug</dc:creator>
		<slash:comments>3</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/itsnotabug/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - ASP.NET and Network Drives Help</title>
		<description><![CDATA[<p>instead of mapped drives, can you use fqdn?</p><p>&nbsp;</p><p>the who is the app pool identity running under?</p><p>&nbsp;</p><p>*edit*</p><p>also, which user are you intending to have access to the shared drive? the impersonated end-user? network service? the app pool identity? you have to decide this first and verify those permissions on the shared folder. if your intention is the impersonated end-user you may have to set up delegation/kerberos for multi-hop credential passing.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/ASPNET-and-Network-Drives-Help/d0d92e58f6014fe5b03ea16b015f5122#d0d92e58f6014fe5b03ea16b015f5122</link>
		<pubDate>Wed, 20 Feb 2013 21:19:06 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/ASPNET-and-Network-Drives-Help/d0d92e58f6014fe5b03ea16b015f5122#d0d92e58f6014fe5b03ea16b015f5122</guid>
		<dc:creator>itsnotabug</dc:creator>
		<slash:comments>3</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/itsnotabug/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Announcing Xamarin 2.0</title>
		<description><![CDATA[<p>okay, who wants to host a bunch of macs and farm the compiler and xcode binaries to the visual studio diehards?&nbsp; <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-5.gif?v=c9' alt='Wink' /></p><p>you could even rent session time on the ui designer!</p><p>j/k... i'm sure there's some silly legal reason why you can't do this.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/Announcing-Xamarin-20/f20636a4c1d241a28f25a16b012f9d40#f20636a4c1d241a28f25a16b012f9d40</link>
		<pubDate>Wed, 20 Feb 2013 18:25:25 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/Announcing-Xamarin-20/f20636a4c1d241a28f25a16b012f9d40#f20636a4c1d241a28f25a16b012f9d40</guid>
		<dc:creator>itsnotabug</dc:creator>
		<slash:comments>19</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/itsnotabug/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Announcing Xamarin 2.0</title>
		<description><![CDATA[<p>in addition to the high entry price, a major turn off for me in the past was the inherent choice you had to make based on your dev platform... you could either target ios/android on mac OR android/windows on pc. if they figured out a way to break that barrier and still offer the native bindings... this is huge.</p><p>still $999 to get visual studio support though... i wish they would adopt a licensing model like unreal sdk. you can use it for free and you only pay royalties if your app nets certain $ thresholds.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/Announcing-Xamarin-20/a318445b45354fed904da16b012129b4#a318445b45354fed904da16b012129b4</link>
		<pubDate>Wed, 20 Feb 2013 17:32:48 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/Announcing-Xamarin-20/a318445b45354fed904da16b012129b4#a318445b45354fed904da16b012129b4</guid>
		<dc:creator>itsnotabug</dc:creator>
		<slash:comments>19</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/itsnotabug/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Announcing Xamarin 2.0</title>
		<description><![CDATA[<p>wow. native ios development in visual studio on windows? what kind of sorcery is this?</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/Announcing-Xamarin-20/444c99e16c39439d962da16b011e6832#444c99e16c39439d962da16b011e6832</link>
		<pubDate>Wed, 20 Feb 2013 17:22:46 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/Announcing-Xamarin-20/444c99e16c39439d962da16b011e6832#444c99e16c39439d962da16b011e6832</guid>
		<dc:creator>itsnotabug</dc:creator>
		<slash:comments>19</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/itsnotabug/Discussions/RSS</wfw:commentRss>
	</item>
</channel>
</rss>