<?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 lucianoc</title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Niners/lucianoc/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 lucianoc</title>
		<link>http://channel9.msdn.com/Niners/lucianoc/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/lucianoc/Discussions</link>
	<language>en</language>
	<pubDate>Sun, 19 May 2013 23:50:09 GMT</pubDate>
	<lastBuildDate>Sun, 19 May 2013 23:50:09 GMT</lastBuildDate>
	<generator>Rev9</generator>
	<c9:totalResults>0</c9:totalResults>
	<c9:pageCount>0</c9:pageCount>
	<c9:pageSize>0</c9:pageSize>
	<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#c1a3418b8edba41f5b6c6a1b5015da5af">BitFlipper</a>: New in C# 5.0&nbsp; (Caller Information) <a href="http://msdn.microsoft.com/en-us/library/hh534540.aspx">http://msdn.microsoft.com/en-us/library/hh534540.aspx</a></p><p>&nbsp;</p><p><span>public</span>&nbsp;<span>void</span> DoProcessing()<br>{<br>&nbsp;&nbsp;&nbsp; TraceMessage(<span>&quot;Something happened.&quot;</span>);<br>}<br><br><span>public</span>&nbsp;<span>void</span> TraceMessage(<span>string</span> message,<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [CallerMemberName] <span>string</span> memberName = <span>&quot;&quot;</span>,<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [CallerFilePath] <span>string</span> sourceFilePath = <span>&quot;&quot;</span>,<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [CallerLineNumber] <span>int</span> sourceLineNumber = 0)<br>{<br>&nbsp;&nbsp;&nbsp; Trace.WriteLine(<span>&quot;message: &quot;</span> &#43; message);<br>&nbsp;&nbsp;&nbsp; Trace.WriteLine(<span>&quot;member name: &quot;</span> &#43; memberName);<br>&nbsp;&nbsp;&nbsp; Trace.WriteLine(<span>&quot;source file path: &quot;</span> &#43; sourceFilePath);<br>&nbsp;&nbsp;&nbsp; Trace.WriteLine(<span>&quot;source line number: &quot;</span> &#43; sourceLineNumber);<br>}</p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/Getting-current-method-name-in-C-similar-to-FUNCTION-in-C/167bc247493f444eafdba1b600ceb284#167bc247493f444eafdba1b600ceb284</link>
		<pubDate>Mon, 06 May 2013 12:32:33 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/Getting-current-method-name-in-C-similar-to-FUNCTION-in-C/167bc247493f444eafdba1b600ceb284#167bc247493f444eafdba1b600ceb284</guid>
		<dc:creator>lucianoc</dc:creator>
		<slash:comments>11</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/lucianoc/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Is Build just for Web or is WPF just that dead?</title>
		<description><![CDATA[<p>I think Build it's an all Microsoft Conference. Web, WinRT, Gaming, Drivers, WPF, Sharepoint.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/Is-Build-just-for-Web-or-is-WPF-just-that-dead/1fcdb2e10c124b46b89ca0fa014b3e56#1fcdb2e10c124b46b89ca0fa014b3e56</link>
		<pubDate>Tue, 30 Oct 2012 20:06:01 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/Is-Build-just-for-Web-or-is-WPF-just-that-dead/1fcdb2e10c124b46b89ca0fa014b3e56#1fcdb2e10c124b46b89ca0fa014b3e56</guid>
		<dc:creator>lucianoc</dc:creator>
		<slash:comments>27</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/lucianoc/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - TFS 2010 and VS 2012</title>
		<description><![CDATA[<p>@<a href="/Forums/Coffeehouse/TFS-2010-and-VS-2012#caaa92b8f3885433cbe06a0d8012de14d">lensman</a>: Check the <a title="Power Tools" href="http://visualstudiogallery.msdn.microsoft.com/b1ef7eb2-e084-4cb8-9bc7-06c3bad9148f" target="_blank">TFS 2012 Power Tools</a>. It includes that functionality.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/TFS-2010-and-VS-2012/ae7246392ddd4a25aea2a0d801332ff1#ae7246392ddd4a25aea2a0d801332ff1</link>
		<pubDate>Wed, 26 Sep 2012 18:38:26 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/TFS-2010-and-VS-2012/ae7246392ddd4a25aea2a0d801332ff1#ae7246392ddd4a25aea2a0d801332ff1</guid>
		<dc:creator>lucianoc</dc:creator>
		<slash:comments>7</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/lucianoc/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - stupid realization about Metro app naming.</title>
		<description><![CDATA[<p>@<a href="/Forums/Coffeehouse/stupid-realization-about-Metro-app-naming#c24835c96ca894467aa0ba0cc012e34b4">cbae</a>: If I remember correctly the ex Metro apps are called &quot;Modern Apps&quot; or &quot;Windows Store Apps&quot;</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/stupid-realization-about-Metro-app-naming/f82a46e3dc7a4c9b8a40a0cc013d468c#f82a46e3dc7a4c9b8a40a0cc013d468c</link>
		<pubDate>Fri, 14 Sep 2012 19:15:09 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/stupid-realization-about-Metro-app-naming/f82a46e3dc7a4c9b8a40a0cc013d468c#f82a46e3dc7a4c9b8a40a0cc013d468c</guid>
		<dc:creator>lucianoc</dc:creator>
		<slash:comments>10</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/lucianoc/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Uno de los primeros hilos de Channel 9 en Espa&#241;ol</title>
		<description><![CDATA[<p>Está bueno para los que no hablan ingles. Pero me parece que en software es necesario, por lo menos entender ingles, aunque sea escrito. Si queres aprender nueva tecnologias ya que estas pueden vernir de cualquier parte del mundo y hay que optar por un idioma común para que todos te entiendan. Hasta que podamos hablar en C#, el ingles sirve bastante bien.</p><p>Luciano.</p><p>PD: Soy de Argentina.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/525142-Uno-de-los-primeros-hilos-de-Channel-9-en-Espaol/90af201c31e04dc29e209f4900e0e13c#90af201c31e04dc29e209f4900e0e13c</link>
		<pubDate>Wed, 24 Aug 2011 13:38:45 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/525142-Uno-de-los-primeros-hilos-de-Channel-9-en-Espaol/90af201c31e04dc29e209f4900e0e13c#90af201c31e04dc29e209f4900e0e13c</guid>
		<dc:creator>lucianoc</dc:creator>
		<slash:comments>14</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/lucianoc/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - Namespaces in VB  a question and and suggestion</title>
		<description><![CDATA[<p>You could update the wizards provided with Visual Studio.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/Namespaces-in-VB-a-question-and-and-suggestion/d27668f0050f4da798f59e7d00f34b33#d27668f0050f4da798f59e7d00f34b33</link>
		<pubDate>Tue, 01 Feb 2011 14:45:48 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/Namespaces-in-VB-a-question-and-and-suggestion/d27668f0050f4da798f59e7d00f34b33#d27668f0050f4da798f59e7d00f34b33</guid>
		<dc:creator>lucianoc</dc:creator>
		<slash:comments>4</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/lucianoc/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Edit and Continue</title>
		<description><![CDATA[<p>It works in VS2010 SP1 Beta with IIS Express!!!</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/Edit-and-Continue/50d51d381c1d4de4bf729e7200e822a1#50d51d381c1d4de4bf729e7200e822a1</link>
		<pubDate>Fri, 21 Jan 2011 14:05:10 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/Edit-and-Continue/50d51d381c1d4de4bf729e7200e822a1#50d51d381c1d4de4bf729e7200e822a1</guid>
		<dc:creator>lucianoc</dc:creator>
		<slash:comments>10</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/lucianoc/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Edit and Continue</title>
		<description><![CDATA[<p>@<a href="/Forums/Coffeehouse/Edit-and-Continue#c9019d3e34aca4905ac849e720021a724">rhm</a>:Sure you can use E&amp;C in web applications. Just make sure you check the&quot;Enable Edit and Continue&quot; &nbsp;checkbox in the web tab in project options.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/Edit-and-Continue/51090348918643e48f129e7200de5aa0#51090348918643e48f129e7200de5aa0</link>
		<pubDate>Fri, 21 Jan 2011 13:29:33 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/Edit-and-Continue/51090348918643e48f129e7200de5aa0#51090348918643e48f129e7200de5aa0</guid>
		<dc:creator>lucianoc</dc:creator>
		<slash:comments>10</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/lucianoc/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - What don&#39;t you like about Windows 7?</title>
		<description><![CDATA[<p><blockquote><div class="quoteUser">Bas said:</div><div class="quoteText">I'm still not sure about the new taskbar, especially launching a second instance of an application. Having to shift-click is annoying and obscure. That said, I'm not sure if launching a second instance of an application is still such
 a necessity.<br>
<br>
I'm also wondering if QA on the gadgets platform is more than an afterthought this time around. Developing gadgets for Vista's sidebar, especially if you're dealing with transparency or embedded media player controls, is a disaster due to how buggy the system
 is. Initial testing of my gadgets on the Windows 7 beta wasn't promising either: they all broke.<br>
<br>
The lack of a decent JScript debugger didn't help either, in Vista's case. Does anyone know if you can use IE8's debugger to debug gadgets running in the 'sidebar' process (or whatever that's called now that there's no sidebar anymore)?<br>
<br>
I think the little bird in the login screen is the best feature.</div></blockquote>You can middle click instead of shift&#43;click</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/468733-What-dont-you-like-about-Windows-7/9599183e949d4f7c82269deb00dca910#9599183e949d4f7c82269deb00dca910</link>
		<pubDate>Mon, 11 May 2009 15:08:49 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/468733-What-dont-you-like-about-Windows-7/9599183e949d4f7c82269deb00dca910#9599183e949d4f7c82269deb00dca910</guid>
		<dc:creator>lucianoc</dc:creator>
		<slash:comments>59</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/lucianoc/Discussions/RSS</wfw:commentRss>
	</item>
</channel>
</rss>