<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Unified C# 3.0 Specification Now Available</title><link>http://blogs.msdn.com/charlie/archive/2007/08/20/c-3-0-specification-now-available.aspx</link><description>Mads Torgersen and many other members of the C# team labored tirelessly to assemble the unified C# 3.0 Specification. This document combines the 1.1 version of the spec, the 2.0 version, and various other bits and pieces into one large document some 500</description><dc:language>en</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>Unified C# 3.0 Specification Available</title><link>http://blogs.msdn.com/charlie/archive/2007/08/20/c-3-0-specification-now-available.aspx#4490318</link><pubDate>Tue, 21 Aug 2007 09:48:46 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:4490318</guid><dc:creator>DotNetKicks.com</dc:creator><description>&lt;p&gt;You've been kicked (a good thing) - Trackback from DotNetKicks.com&lt;/p&gt;
</description></item><item><title>re: Unified C# 3.0 Specification Now Available</title><link>http://blogs.msdn.com/charlie/archive/2007/08/20/c-3-0-specification-now-available.aspx#4492122</link><pubDate>Tue, 21 Aug 2007 12:12:04 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:4492122</guid><dc:creator>Anton Heryanto</dc:creator><description>&lt;p&gt;is it available in chm format :D, really love if it available in chm format &lt;/p&gt;
</description></item><item><title>re: Unified C# 3.0 Specification Now Available</title><link>http://blogs.msdn.com/charlie/archive/2007/08/20/c-3-0-specification-now-available.aspx#4492914</link><pubDate>Tue, 21 Aug 2007 14:00:07 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:4492914</guid><dc:creator>Jon Skeet</dc:creator><description>&lt;p&gt;For those who are interested... as far as I can tell this document is exactly the same as the review version made available a few weeks ago. The MD5 hash is the same.&lt;/p&gt;
&lt;p&gt;Just in case you were wondering :)&lt;/p&gt;
&lt;p&gt;Jon&lt;/p&gt;
</description></item><item><title>C# 3.0 Specification</title><link>http://blogs.msdn.com/charlie/archive/2007/08/20/c-3-0-specification-now-available.aspx#4492950</link><pubDate>Tue, 21 Aug 2007 14:04:40 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:4492950</guid><dc:creator>Walter Stiers - Academic Relations Team (BeLux)</dc:creator><description>&lt;p&gt;Charlie Calvert's blog has this entry: Unified C# 3.0 Specification Now Available Mads Torgersen and&lt;/p&gt;
</description></item><item><title>C# 3.0 Specification</title><link>http://blogs.msdn.com/charlie/archive/2007/08/20/c-3-0-specification-now-available.aspx#4493088</link><pubDate>Tue, 21 Aug 2007 14:29:44 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:4493088</guid><dc:creator>Noticias externas</dc:creator><description>&lt;p&gt;Charlie Calvert&amp;amp;#39;s blog has this entry: Unified C# 3.0 Specification Now Available Mads Torgersen&lt;/p&gt;
</description></item><item><title>Unified C# Language Specification</title><link>http://blogs.msdn.com/charlie/archive/2007/08/20/c-3-0-specification-now-available.aspx#4496937</link><pubDate>Tue, 21 Aug 2007 21:00:29 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:4496937</guid><dc:creator>Impersonation Failure</dc:creator><description>&lt;p&gt;The Unified 3.0 C# Language Specification which combines the 1.1, 2.0 and 3.0 evolutions of the language&lt;/p&gt;
</description></item><item><title>Les specifications finales de C# 3.0 en telechargement</title><link>http://blogs.msdn.com/charlie/archive/2007/08/20/c-3-0-specification-now-available.aspx#4528142</link><pubDate>Thu, 23 Aug 2007 19:38:38 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:4528142</guid><dc:creator>Mitsuru FURUTA - Microsoft FRANCE</dc:creator><description>&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://blogs.msdn.com/charlie/archive/2007/08/20/c-3-0-specification-now-available.aspx"&gt;http://blogs.msdn.com/charlie/archive/2007/08/20/c-3-0-specification-now-available.aspx&lt;/a&gt; Pour ceux qui&lt;/p&gt;
</description></item><item><title>re: Unified C# 3.0 Specification Now Available</title><link>http://blogs.msdn.com/charlie/archive/2007/08/20/c-3-0-specification-now-available.aspx#4545295</link><pubDate>Fri, 24 Aug 2007 20:13:25 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:4545295</guid><dc:creator>Peter Ritchie</dc:creator><description>&lt;p&gt;Looking at ECMA 334, it correctly defines lock(x)... as precisely&lt;/p&gt;
&lt;p&gt;Object obj = x;&lt;/p&gt;
&lt;p&gt;System.Threading.Monitor.Enter(obj);&lt;/p&gt;
&lt;p&gt;try {&lt;/p&gt;
&lt;p&gt;	...&lt;/p&gt;
&lt;p&gt;}&lt;/p&gt;
&lt;p&gt;finally {&lt;/p&gt;
&lt;p&gt;	System.Threading.Monitor.Exit(obj);&lt;/p&gt;
&lt;p&gt;}&lt;/p&gt;
&lt;p&gt;The new unified C# standard still incorrectly defines lock(x)... as precisely&lt;/p&gt;
&lt;p&gt;System.Threading.Monitor.Enter(x);&lt;/p&gt;
&lt;p&gt;try {&lt;/p&gt;
&lt;p&gt;	...&lt;/p&gt;
&lt;p&gt;}&lt;/p&gt;
&lt;p&gt;finally {&lt;/p&gt;
&lt;p&gt;	System.Threading.Monitor.Exit(x);&lt;/p&gt;
&lt;p&gt;}&lt;/p&gt;
</description></item><item><title>Interesting articles(August 29)</title><link>http://blogs.msdn.com/charlie/archive/2007/08/20/c-3-0-specification-now-available.aspx#4633509</link><pubDate>Wed, 29 Aug 2007 23:27:32 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:4633509</guid><dc:creator>.Net Adventures </dc:creator><description>&lt;p&gt;Dependency Injection from the Trenches How to build a Fluent Interface in C# Learn the new NUnit 2.4&lt;/p&gt;
</description></item><item><title>C# 3.0 Language Specification</title><link>http://blogs.msdn.com/charlie/archive/2007/08/20/c-3-0-specification-now-available.aspx#4812449</link><pubDate>Fri, 07 Sep 2007 19:53:43 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:4812449</guid><dc:creator>Keith Rull</dc:creator><description>&lt;p&gt;New to C#? Need to know whats on C# 3.0? Then download this 500 page book coutersy of Microsoft. It&amp;amp;#39;s&lt;/p&gt;
</description></item><item><title>re: Unified C# 3.0 Specification Now Available</title><link>http://blogs.msdn.com/charlie/archive/2007/08/20/c-3-0-specification-now-available.aspx#5378844</link><pubDate>Tue, 09 Oct 2007 11:10:57 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:5378844</guid><dc:creator>Michael Sync</dc:creator><description>&lt;p&gt;Thanks.. I'm gonna read this doc now.. I have read the overview of C# 3.0 and LINQ.. I found it very interesting... &lt;/p&gt;
</description></item><item><title>re: Unified C# 3.0 Specification Now Available</title><link>http://blogs.msdn.com/charlie/archive/2007/08/20/c-3-0-specification-now-available.aspx#6450361</link><pubDate>Wed, 21 Nov 2007 08:48:56 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6450361</guid><dc:creator>Balaji.R</dc:creator><description>&lt;p&gt;The material is very good. Thanks a lot ..&lt;/p&gt;
</description></item><item><title>re: Unified C# 3.0 Specification Now Available</title><link>http://blogs.msdn.com/charlie/archive/2007/08/20/c-3-0-specification-now-available.aspx#6658370</link><pubDate>Wed, 05 Dec 2007 01:04:05 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6658370</guid><dc:creator>Jignesh</dc:creator><description>&lt;p&gt;This is 1.0 version document. It doesn't even contain features of 2.0 (Chepter 19 - Chepter 25)&lt;/p&gt;
</description></item><item><title>re: Unified C# 3.0 Specification Now Available</title><link>http://blogs.msdn.com/charlie/archive/2007/08/20/c-3-0-specification-now-available.aspx#6658414</link><pubDate>Wed, 05 Dec 2007 01:09:21 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6658414</guid><dc:creator>Jignesh</dc:creator><description>&lt;p&gt;I take prev msg back....I was incorrect...sorry...&lt;/p&gt;
&lt;p&gt;because of same file name, it was confusing...&lt;/p&gt;
&lt;p&gt;This is correct doc.....&lt;/p&gt;
</description></item><item><title>re: Unified C# 3.0 Specification Now Available</title><link>http://blogs.msdn.com/charlie/archive/2007/08/20/c-3-0-specification-now-available.aspx#8396036</link><pubDate>Tue, 15 Apr 2008 05:11:59 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8396036</guid><dc:creator>ujqcpewna</dc:creator><description>&lt;p&gt;vUQiOs &amp;nbsp;&amp;lt;a href=&amp;quot;&lt;a rel="nofollow" target="_new" href="http://xjeujhpptjfy.com/&amp;quot;&amp;gt;xjeujhpptjfy&amp;lt;/a&amp;gt;"&gt;http://xjeujhpptjfy.com/&amp;quot;&amp;gt;xjeujhpptjfy&amp;lt;/a&amp;gt;&lt;/a&gt;, [url=&lt;a rel="nofollow" target="_new" href="http://jtparhwoliam.com/"&gt;http://jtparhwoliam.com/&lt;/a&gt;]jtparhwoliam[/url], [link=&lt;a rel="nofollow" target="_new" href="http://xhmjbwciowwx.com/"&gt;http://xhmjbwciowwx.com/&lt;/a&gt;]xhmjbwciowwx[/link], &lt;a rel="nofollow" target="_new" href="http://prfnnrgcqgde.com/"&gt;http://prfnnrgcqgde.com/&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>Propecia.</title><link>http://blogs.msdn.com/charlie/archive/2007/08/20/c-3-0-specification-now-available.aspx#8791651</link><pubDate>Wed, 30 Jul 2008 17:28:42 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8791651</guid><dc:creator>Propecia side effects fre.</dc:creator><description>&lt;p&gt;Compare prices on propecia generic mg pill.&lt;/p&gt;
</description></item><item><title>Book News</title><link>http://blogs.msdn.com/charlie/archive/2007/08/20/c-3-0-specification-now-available.aspx#9308099</link><pubDate>Mon, 12 Jan 2009 19:37:14 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9308099</guid><dc:creator>Fabulous Adventures In Coding</dc:creator><description>&lt;p&gt;Happy new year all -- I hope 2008 was a good year for you and that 2009 will be better. I myself was&lt;/p&gt;
</description></item></channel></rss>