<?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 Forums - Coffeehouse - Hey C# Team..</title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Forums/rss"></atom:link>
	<image>
		<url>http://mschnlnine.vo.llnwd.net/d1/Dev/App_Themes/C9/images/feedimage.png</url>
		<title>Channel 9 Forums - Coffeehouse - Hey C# Team..</title>
		<link>http://channel9.msdn.com/Forums</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/Forums</link>
	<language>en</language>
	<pubDate>Sun, 19 May 2013 23:58:03 GMT</pubDate>
	<lastBuildDate>Sun, 19 May 2013 23:58:03 GMT</lastBuildDate>
	<generator>Rev9</generator>
	<c9:totalResults>18</c9:totalResults>
	<c9:pageCount>-18</c9:pageCount>
	<c9:pageSize>-1</c9:pageSize>
	<item>
		<title>Coffeehouse - Hey C# Team..</title>
		<description><![CDATA[<p><font face="Courier New">What is after LINQ? <br>
<br>
Are we going to see this</font><br>
<br>
<p><font face="Courier New" size="2">transact (SomeDataSource)</font></p>
<p><font face="Courier New" size="2">{</font></p>
<p><font face="Arial" size="2">&nbsp;&nbsp;&nbsp; //</font><font face="Courier New" size="2">burn the db.<br>
</font></p>
<p><font face="Courier New" size="2">}</font></p>
<p><font face="Courier New" size="2">commit</font></p>
<p><font face="Courier New" size="2">{</font></p>
<p><font face="Arial" size="2">&nbsp;&nbsp;&nbsp; </font><font face="Courier New" size="2">//We did it , its done.<br>
</font></p>
<p><font face="Courier New" size="2">}</font></p>
<p><font face="Courier New" size="2">rollback</font></p>
<p><font face="Courier New" size="2">{</font></p>
<p><font face="Arial" size="2">&nbsp;&nbsp;&nbsp; <font face="Courier New">//oops. sorry we messed up something.</font></font><font face="Courier New" size="2"><br>
</font></p>
<p><font face="Courier New" size="2">}</font></p>
<p><br>
</p>
<p><font face="Courier New" size="2">When is this going to be a reality?</font></p>
<p><br>
</p>
<p><font face="Courier New" size="2">Also, when is XML literals be available in C#, like it is going to be in VB?
<br>
</font></p>
<p><br>
</p>
<p><font face="Courier New" size="2">Yeah, so whats after LINQ?<br>
</font></p>
<p><br>
</p>
<p><font face="Courier New" size="2"><br>
</font></p>
<br></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/255875-Hey-C-Team/255875#255875</link>
		<pubDate>Sat, 30 Jun 2007 19:41:53 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/255875-Hey-C-Team/255875#255875</guid>
		<dc:creator>SecretSoftware</dc:creator>
		<slash:comments>18</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/SecretSoftware/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Hey C# Team..</title>
		<description><![CDATA[<p>Uhm, why would they build database oriented syntax right into the language?<br>
<br>
LINQ isn't about databases, its about creating expressions that can be evaluated.. just so happens what is the hardest part with an ORM right now (making a easy and reliable query system on these objects) can be fixed by using LINQ..<br>
<br>
Objects should be handling stuff like database transactions and rollbacks.. not the language..</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/255875-Hey-C-Team/86445a6c315b4c1ca7429dec008cb527#86445a6c315b4c1ca7429dec008cb527</link>
		<pubDate>Sat, 30 Jun 2007 20:04:41 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/255875-Hey-C-Team/86445a6c315b4c1ca7429dec008cb527#86445a6c315b4c1ca7429dec008cb527</guid>
		<dc:creator>stevo_</dc:creator>
		<slash:comments>18</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/stevo_/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Hey C# Team..</title>
		<description><![CDATA[<p><blockquote>
<div class="quoteAuthor">stevo_ wrote:</div>
<div class="quoteBody">&#65279;Uhm, why would they build database oriented syntax right into the language?<br>
<br>
LINQ isn't about databases, its about creating expressions that can be evaluated.. just so happens what is the hardest part with an ORM right now (making a easy and reliable query system on these objects) can be fixed by using LINQ in a perfected form..<br>
<br>
Objects should be handling stuff like database transactions and rollbacks.. not the language..</div>
</blockquote>
<br>
<br>
I am talking about having these transact, commit, rollback keywords as first class citizens in the language, that allows me to do translations of SQL type with any data source object, be it a the registry, an access database, any thing that supports transactions.<br>
<br>
This is going to be important with the new file system that is based on Transactions. Transactional-FS, and multi-core processors etc..<br>
<br>
Such support needs to be deep in the language. And I want to be able to do it too.
<br>
<br>
There are areas in where this is useful specially with concurrency.<br>
<br>
<br></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/255875-Hey-C-Team/b891e203d5e14320b5e59dec008cb555#b891e203d5e14320b5e59dec008cb555</link>
		<pubDate>Sat, 30 Jun 2007 20:11:45 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/255875-Hey-C-Team/b891e203d5e14320b5e59dec008cb555#b891e203d5e14320b5e59dec008cb555</guid>
		<dc:creator>SecretSoftware</dc:creator>
		<slash:comments>18</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/SecretSoftware/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Hey C# Team..</title>
		<description><![CDATA[<p>Sorry, but I don't see why this is any different to try.. catch.. finally.<br>
<br>
This is built into the language at a low level, and is generic enough to be used in many ways.<br>
<br>
How does your system actually make anything different?</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/255875-Hey-C-Team/db4e61f9b634402a88269dec008cb57f#db4e61f9b634402a88269dec008cb57f</link>
		<pubDate>Sat, 30 Jun 2007 20:16:13 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/255875-Hey-C-Team/db4e61f9b634402a88269dec008cb57f#db4e61f9b634402a88269dec008cb57f</guid>
		<dc:creator>stevo_</dc:creator>
		<slash:comments>18</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/stevo_/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Hey C# Team..</title>
		<description><![CDATA[<p>IMHO, &quot;threadable { }&quot; block would be more useful. This block can mean &quot;run enclosed code on different thread (or even core?)
<b>if possible</b>&quot;<br>
<br>
But commit/rollback in code... quite weird... like to catch exceptions in &quot;catch&quot; block.<br></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/255875-Hey-C-Team/92a2149fe9d24b7183bd9dec008cb5aa#92a2149fe9d24b7183bd9dec008cb5aa</link>
		<pubDate>Sat, 30 Jun 2007 20:48:07 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/255875-Hey-C-Team/92a2149fe9d24b7183bd9dec008cb5aa#92a2149fe9d24b7183bd9dec008cb5aa</guid>
		<dc:creator>Alexei Pavlov</dc:creator>
		<slash:comments>18</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/BlackTiger/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Hey C# Team..</title>
		<description><![CDATA[<p><blockquote>
<div class="quoteAuthor">stevo_ wrote:</div>
<div class="quoteBody">&#65279;Sorry, but I don't see why this is any different to try.. catch.. finally.<br>
<br>
This is built into the language at a low level, and is generic enough to be used in many ways.<br>
<br>
How does your system actually make anything different?</div>
</blockquote>
<br>
<br>
While its superficially looks like a try catch block, in the the way it works its very different. We are talking about a transaction here that will commit or fail. About Atomic processes. Its a natural progression from query integration into the language to
 be able to transact data sources. <br>
<br>
So when you transact across something, and it fails, you cant recover from that, and the transaction is declared failed (exec rollback block). If it goes through, then execute the commit code block. the Transact itself will happen in an atomic way, just like
 transaction happen in SQL Server.<br>
<br>
This allows you to write your own resources that can be used in transaction like execution plans.<br>
<br>
maybe you don't see a use for it now, because we dont have an abundance applicability. However, there will be in the future, with Transactional Memory, Transactional File System, Transactional Processing with multi-cores.<br>
<br>
This is just my suggestion. I am still not sure what the C# team has in store. LINQ was a big step forward, and I like to see C# become better and better as a general purpose programming language.<br></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/255875-Hey-C-Team/4895a979c24449f7af4f9dec008cb5d8#4895a979c24449f7af4f9dec008cb5d8</link>
		<pubDate>Sat, 30 Jun 2007 21:19:48 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/255875-Hey-C-Team/4895a979c24449f7af4f9dec008cb5d8#4895a979c24449f7af4f9dec008cb5d8</guid>
		<dc:creator>SecretSoftware</dc:creator>
		<slash:comments>18</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/SecretSoftware/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Hey C# Team..</title>
		<description><![CDATA[<p><blockquote>
<div class="quoteAuthor">BlackTiger wrote:</div>
<div class="quoteBody">&#65279;IMHO, &quot;threadable { }&quot; block would be more useful. This block can mean &quot;run enclosed code on different thread (or even core?)
<b>if possible</b>&quot;<br>
<br>
But commit/rollback in code... quite weird... like to catch exceptions in &quot;catch&quot; block.<br>
</div>
</blockquote>
<br>
<br>
But that is already present in someway or another with the Threading classes and the way you initialize them (ThreadStart...).<br>
<br>
Think about atomic operations, and their applications. We need this in C#. If the past is any prediction indicator of the way C# team thinks, maybe they are&nbsp; already thinking about such things.<br>
<br>
Or I may just be wrong:P<br></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/255875-Hey-C-Team/5c2670d108cc400ca77e9dec008cb604#5c2670d108cc400ca77e9dec008cb604</link>
		<pubDate>Sat, 30 Jun 2007 21:23:47 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/255875-Hey-C-Team/5c2670d108cc400ca77e9dec008cb604#5c2670d108cc400ca77e9dec008cb604</guid>
		<dc:creator>SecretSoftware</dc:creator>
		<slash:comments>18</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/SecretSoftware/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Hey C# Team..</title>
		<description><![CDATA[<p></p>
<blockquote>
<div class="quoteAuthor">BlackTiger wrote:</div>
<div class="quoteBody">&#65279;IMHO, &quot;threadable { }&quot; block would be more useful. This block can mean &quot;run enclosed code on different thread (or even core?) if possible&quot;<br>
</div>
</blockquote>
<br>
<br>
You can already do this with just a little bit of your own &quot;behind the scenes&quot; code.<br>
<br>
Something like:<br>
<br>
<br>
<br>
<br>
void FancyButtonClicked()<br>
{<br>
&nbsp;&nbsp;&nbsp;// This is called on the UI thread<br>
<br>
&nbsp;&nbsp;&nbsp;// Some local variables<br>
&nbsp;&nbsp;&nbsp;int someVar = 0;<br>
&nbsp;&nbsp;&nbsp;<br>
&nbsp;&nbsp;&nbsp;m_myFancyButton.Enabled = false;<br>
<br>
&nbsp;&nbsp;&nbsp;// Do something on a&nbsp;background thread, without blocking the UI<br>
&nbsp;&nbsp;&nbsp;DoBackroundTask(delegate()<br>
&nbsp;&nbsp;&nbsp;{<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;// Do some process intensive task here on the background task...<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;// it is ok to use someVar in this background thread...<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;someVar&#43;&#43;;<br>
&nbsp;&nbsp;&nbsp;});<br>
<br>
&nbsp;&nbsp;&nbsp;// Background thread is now done<br>
&nbsp;&nbsp;&nbsp;m_resultLabel.Text = someVar.ToString();<br>
&nbsp;&nbsp;&nbsp;m_myFancyButton.Enabled = true;<br>
}<br>
<br>
Then, you have to create the <strong>DoBackgroundTask</strong> method to take a delegate as a parameter.&nbsp; It takes this delegate and uses the tread pooling functionality to schedule it on a pooled thread.&nbsp; It also has the logic to know when that delegate ended,
 and spins around in a loop doing <strong>Application.DoEvents</strong> (this ensures you UI stays responsive)&nbsp;until the delegate running on the pool thread finishes.&nbsp; Yes, you need to do a little bit of upfront work to make the functionality work, but once
 you have DoBackroundTask working it is extremely easy to use the functionality anywhere in your code, such as the example I gave above.&nbsp; The language automatically creates a reference to the someVar&nbsp;variable and it is visible inside the block of code executing
 on the background thread, and any changes will be reflected back to the code outside the block of background code.&nbsp;
<br>
<br>
I actually have a version of DoBackgoundTask that blocks the calling thread and one that does not block the calling thread.&nbsp; Very useful.
<p></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/255875-Hey-C-Team/bed1e5d8ae354521a3f79dec008cb635#bed1e5d8ae354521a3f79dec008cb635</link>
		<pubDate>Sat, 30 Jun 2007 22:34:26 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/255875-Hey-C-Team/bed1e5d8ae354521a3f79dec008cb635#bed1e5d8ae354521a3f79dec008cb635</guid>
		<dc:creator>BitFlipper</dc:creator>
		<slash:comments>18</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/BitFlipper/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Hey C# Team..</title>
		<description><![CDATA[<p>Check out TransactionScope.&nbsp; It does this exact function (minus some trivial flow control)&nbsp;without modifying the language, which most of us view as a bad thing anyway.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/255875-Hey-C-Team/d9283ed5cee34bc6a4599dec008cb65f#d9283ed5cee34bc6a4599dec008cb65f</link>
		<pubDate>Sun, 01 Jul 2007 03:24:06 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/255875-Hey-C-Team/d9283ed5cee34bc6a4599dec008cb65f#d9283ed5cee34bc6a4599dec008cb65f</guid>
		<dc:creator>John Melville-- MD</dc:creator>
		<slash:comments>18</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/John Melville-- MD/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Hey C# Team..</title>
		<description><![CDATA[<p>I hope they maintain the boundary between software developers and database programmers.
</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/255875-Hey-C-Team/1f87d56c18d149db87879dec008cb688#1f87d56c18d149db87879dec008cb688</link>
		<pubDate>Sun, 01 Jul 2007 06:00:02 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/255875-Hey-C-Team/1f87d56c18d149db87879dec008cb688#1f87d56c18d149db87879dec008cb688</guid>
		<dc:creator>anand.t</dc:creator>
		<slash:comments>18</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/anand.t/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Hey C# Team..</title>
		<description><![CDATA[<p><blockquote>
<div class="quoteAuthor">John Melville, MD wrote:</div>
<div class="quoteBody">&#65279;Check out TransactionScope.&nbsp; It does this exact function (minus some trivial flow control)&nbsp;without modifying the language, which most of us view as a bad thing anyway.</div>
</blockquote>
<br>
<br>
Yes, Secret should have a look at that. It's already in .NET and shouldn't be integrated into .NET. What would be cool - and will come - is more stuff to target multi core cpus!</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/255875-Hey-C-Team/55ad4af4d80c4584b8d19dec008cb6b3#55ad4af4d80c4584b8d19dec008cb6b3</link>
		<pubDate>Sun, 01 Jul 2007 07:57:35 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/255875-Hey-C-Team/55ad4af4d80c4584b8d19dec008cb6b3#55ad4af4d80c4584b8d19dec008cb6b3</guid>
		<dc:creator>Christian Liensberger</dc:creator>
		<slash:comments>18</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/littleguru/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Hey C# Team..</title>
		<description><![CDATA[<p><blockquote>
<div class="quoteAuthor">littleguru wrote:</div>
<div class="quoteBody">&#65279;
<blockquote>
<table class="quoteTable">
<tbody>
<tr>
<td valign="top" width="10"><img src="/Themes/AlmostGlass/images/icon-quote.gif"></td>
<td class="txt3"><strong>John Melville, MD wrote:</strong>
<hr size="1">
<i>&#65279;Check out TransactionScope.&nbsp; It does this exact function (minus some trivial flow control)&nbsp;without modifying the language, which most of us view as a bad thing anyway.</i></td>
</tr>
</tbody>
</table>
</blockquote>
<br>
<br>
Yes, Secret should have a look at that. It's already in .NET and shouldn't be integrated into .NET. What would be cool - and will come - is more stuff to target multi core cpus!</div>
</blockquote>
<br>
<br>
Thanks John, and littleguru, I am certainly going to take a look at that. <br>
<br>
As for more stuff that tharget multi-core cpus, MS talked about that in a general term, but they are silent on how they go about doing it.<br>
<br>
I guess we have to wait and see <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-5.gif' alt='Wink' />.<br></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/255875-Hey-C-Team/f561361d073748ca81c39dec008cb6e0#f561361d073748ca81c39dec008cb6e0</link>
		<pubDate>Sun, 01 Jul 2007 12:01:01 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/255875-Hey-C-Team/f561361d073748ca81c39dec008cb6e0#f561361d073748ca81c39dec008cb6e0</guid>
		<dc:creator>SecretSoftware</dc:creator>
		<slash:comments>18</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/SecretSoftware/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Hey C# Team..</title>
		<description><![CDATA[<p><blockquote>
<div class="quoteAuthor">SecretSoftware wrote:</div>
<div class="quoteBody">&#65279;
<blockquote>
<table class="quoteTable">
<tbody>
<tr>
<td valign="top" width="10"><img src="/Themes/AlmostGlass/images/icon-quote.gif"></td>
<td class="txt3"><strong>littleguru wrote:</strong>
<hr size="1">
<i>&#65279;
<blockquote>
<table class="quoteTable">
<tbody>
<tr>
<td valign="top" width="10"><img src="/Themes/AlmostGlass/images/icon-quote.gif"></td>
<td class="txt3"><strong>John Melville, MD wrote:</strong>
<hr size="1">
<i>&#65279;Check out TransactionScope.&nbsp; It does this exact function (minus some trivial flow control)&nbsp;without modifying the language, which most of us view as a bad thing anyway.</i></td>
</tr>
</tbody>
</table>
</blockquote>
<br>
<br>
Yes, Secret should have a look at that. It's already in .NET and shouldn't be integrated into .NET. What would be cool - and will come - is more stuff to target multi core cpus!</i></td>
</tr>
</tbody>
</table>
</blockquote>
<br>
<br>
Thanks John, and littleguru, I am certainly going to take a look at that. <br>
<br>
As for more stuff that tharget multi-core cpus, MS talked about that in a general term, but they are silent on how they go about doing it.<br>
<br>
I guess we have to wait and see <img src="/emoticons/emotion-5.gif" border="0">.<br>
</div>
</blockquote>
<br>
<br>
They have talked about it through Plinq. which includes support for transactions at the language level also (I think, will have to look into that more, I know polyphonic C# had some transactional support).<br>
<br>
Check out Eric Maijer's paper's on thoughts of Linq 2.0 and problems that need to be solved there.
<br>
<br>
from xtech 2007,&nbsp; <a href="http://2007.xtech.org/public/schedule/paper/60">http://2007.xtech.org/public/schedule/paper/60</a><br>
or his web site which has some white papers.&nbsp; <br>
<br>
The primary language features discussed are &quot;Just as we provided deep support for XML in Visual Basic, in LINQ 2.0 we hope to directly support relationships and updatable views at the programming-language level.&quot;<br>
<br>
More later as I have time. but concurrency and solveing the last mile issue of the impedance Mismatch (which will apparently add language features) on on the table and has been discussed several times.
<br>
<br>
Douglas</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/255875-Hey-C-Team/bc88360c5fb64cb9a90d9dec008cb710#bc88360c5fb64cb9a90d9dec008cb710</link>
		<pubDate>Sun, 01 Jul 2007 13:32:48 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/255875-Hey-C-Team/bc88360c5fb64cb9a90d9dec008cb710#bc88360c5fb64cb9a90d9dec008cb710</guid>
		<dc:creator>DouglasH</dc:creator>
		<slash:comments>18</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/DouglasH/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Hey C# Team..</title>
		<description><![CDATA[<p>From DouglasH's link of Eric Meijer's Xtech 2007 paper:</p>
<blockquote>
<div class="quoteAuthor">Eric Meijer wrote:</div>
<div class="quoteBody">On both the client and the server, we do not assume the existence of a native .NET runtime. Instead we will target any available existing runtime. In particular we anticipate that the client is a browser that supports JavaScript, and
<strong>we have implemented a complete deep embedding of MSIL into JavaScript.</strong></div>
</blockquote>
<p>Umm, wow!&nbsp; Is this Nikhil Kothari's <a href="http://www.nikhilk.net/ScriptSharpIntro.aspx" target="_blank">
Script#</a> he's talking about, or is Eric talking about something deeper than that?</p>
<p>JavaScript, this generation's assembly language... Steve Yegge of Google <a href="http://steve-yegge.blogspot.com/2007/06/rhino-on-rails.html" target="_blank">
ported Rails to JavaScript</a> via Rhino.</p>
<img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-11.gif' alt='Cool' />]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/255875-Hey-C-Team/6c2e77406251475f8c3d9dec008cb73d#6c2e77406251475f8c3d9dec008cb73d</link>
		<pubDate>Sun, 01 Jul 2007 16:49:18 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/255875-Hey-C-Team/6c2e77406251475f8c3d9dec008cb73d#6c2e77406251475f8c3d9dec008cb73d</guid>
		<dc:creator>JChung2006</dc:creator>
		<slash:comments>18</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/JChung2006/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Hey C# Team..</title>
		<description><![CDATA[<p><blockquote>
<div class="quoteAuthor">JChung2006 wrote:</div>
<div class="quoteBody">&#65279;
<p>From DouglasH's link of Eric Meijer's Xtech 2007 paper:</p>
<blockquote>
<table class="quoteTable">
<tbody>
<tr>
<td valign="top" width="10"><img src="/Themes/AlmostGlass/images/icon-quote.gif"></td>
<td class="txt3"><strong>Eric Meijer wrote:</strong>
<hr size="1">
<i>On both the client and the server, we do not assume the existence of a native .NET runtime. Instead we will target any available existing runtime. In particular we anticipate that the client is a browser that supports JavaScript, and
<b>we have implemented a complete deep embedding of MSIL into JavaScript.</b></i></td>
</tr>
</tbody>
</table>
</blockquote>
<p>Umm, wow!&nbsp; Is this Nikhil Kothari's <a href="http://www.nikhilk.net/ScriptSharpIntro.aspx">
Script#</a> he's talking about, or is Eric talking about something deeper than that?</p>
<p>JavaScript, this generation's assembly language... Steve Yegge of Google <a href="http://steve-yegge.blogspot.com/2007/06/rhino-on-rails.html">
ported Rails to JavaScript</a> via Rhino.</p>
<img src="/emoticons/emotion-11.gif" border="0"></div>
</blockquote>
<br>
<br>
Yes. Wow!<br></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/255875-Hey-C-Team/f004f464ce124b908f229dec008cb76b#f004f464ce124b908f229dec008cb76b</link>
		<pubDate>Sun, 01 Jul 2007 20:42:45 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/255875-Hey-C-Team/f004f464ce124b908f229dec008cb76b#f004f464ce124b908f229dec008cb76b</guid>
		<dc:creator>SecretSoftware</dc:creator>
		<slash:comments>18</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/SecretSoftware/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Hey C# Team..</title>
		<description><![CDATA[<p><blockquote>
<div class="quoteAuthor">JChung2006 wrote:</div>
<div class="quoteBody">&#65279;
<p>From DouglasH's link of Eric Meijer's Xtech 2007 paper:</p>
<blockquote>
<table class="quoteTable">
<tbody>
<tr>
<td valign="top" width="10"><img src="/Themes/AlmostGlass/images/icon-quote.gif"></td>
<td class="txt3"><strong>Eric Meijer wrote:</strong>
<hr size="1">
<i>On both the client and the server, we do not assume the existence of a native .NET runtime. Instead we will target any available existing runtime. In particular we anticipate that the client is a browser that supports JavaScript, and
<b>we have implemented a complete deep embedding of MSIL into JavaScript.</b></i></td>
</tr>
</tbody>
</table>
</blockquote>
<p>Umm, wow!&nbsp; Is this Nikhil Kothari's <a href="http://www.nikhilk.net/ScriptSharpIntro.aspx">
Script#</a> he's talking about, or is Eric talking about something deeper than that?</p>
<p>JavaScript, this generation's assembly language... Steve Yegge of Google <a href="http://steve-yegge.blogspot.com/2007/06/rhino-on-rails.html">
ported Rails to JavaScript</a> via Rhino.</p>
<img src="/emoticons/emotion-11.gif" border="0"></div>
</blockquote>
<br>
<br>
Work comes from the tesla group.&nbsp; here is a link that describes some of it from earlier work.&nbsp;
<br>
<br>
<a href="http://oakleafblog.blogspot.com/2007/02/erik-meijer-to-keynote-qcon-london.html">http://oakleafblog.blogspot.com/2007/02/erik-meijer-to-keynote-qcon-london.html</a><br>
<br>
It is from that group where Linq to xsd is coming from also.&nbsp; <br>
<br>
Douglas</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/255875-Hey-C-Team/9507946ca6374c64b1619dec008cb799#9507946ca6374c64b1619dec008cb799</link>
		<pubDate>Sun, 01 Jul 2007 22:34:59 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/255875-Hey-C-Team/9507946ca6374c64b1619dec008cb799#9507946ca6374c64b1619dec008cb799</guid>
		<dc:creator>DouglasH</dc:creator>
		<slash:comments>18</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/DouglasH/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Hey C# Team..</title>
		<description><![CDATA[<p>These would-be generalized object-level transactions look somewhat dangerous in an imperative side-effecting I/O world. Not that they can't be useful in contained scenarios.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/255875-Hey-C-Team/f99591984cbf448aa33d9dec008cb7f5#f99591984cbf448aa33d9dec008cb7f5</link>
		<pubDate>Sun, 01 Jul 2007 22:49:23 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/255875-Hey-C-Team/f99591984cbf448aa33d9dec008cb7f5#f99591984cbf448aa33d9dec008cb7f5</guid>
		<dc:creator>Bent Rasmussen</dc:creator>
		<slash:comments>18</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/esoteric/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Hey C# Team..</title>
		<description><![CDATA[<p>It may still be a good idea to embed XML into the language, but what about the evolution of two languages. Is this going to cause problems?</p>
<p>I really feel that it isn't necessary or that good of an idea to tie C# to XML directly.</p>
<p>The first reason is to keep the programming language independent of any specific syntax like XML. And also to keep it independent of XML as a data model.</p>
<p>It's better to have language features that make it easy to express the XML data model (infoset) easily. I believe some of the new C# 3 features may facilitate that.</p>
<p>On the other hand...</p>
<p>I have long felt it would be quite interesting with a programming language expressed in a metalanguage like XML and requiring tool support for proper display. It would mean that it would be much more extensible and flexible. Right? If the language was expressed
 in XML to begin with, well then it would be even easier to support XML fragments out of the box. It could also be built on a more general model&nbsp;like RDF et al. That will mean more overhead but also more freedom in shaping the language I think...<br>
<br>
I also find program and data visualization interesting. As well as visualizing domain specific programs and program fragments. Having an extensible language with built-in support for inline domain specific languages could be interesting. It does require rethinking
 programming since it will become interactive as dealing with a graphical user interface and will rise above typing in characters in many situations, although also complementary. It could also mean presenting different graphical views of the semantics. In effect
 semantically skinnable code.</p>
<p>At least the idea appeals to me.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/255875-Hey-C-Team/d54d0080094d4c239ff39dec008cb7cb#d54d0080094d4c239ff39dec008cb7cb</link>
		<pubDate>Sun, 01 Jul 2007 22:54:49 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/255875-Hey-C-Team/d54d0080094d4c239ff39dec008cb7cb#d54d0080094d4c239ff39dec008cb7cb</guid>
		<dc:creator>Bent Rasmussen</dc:creator>
		<slash:comments>18</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/esoteric/Discussions/RSS</wfw:commentRss>
	</item>
</channel>
</rss>