<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://msmvps.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>Type inference != Dynamic typing</title><link>http://msmvps.com/blogs/senthil/archive/2007/11/19/type-inference-dynamic-typing.aspx</link><description>Local variable type inferencing is a new feature in C# 3.5 - a very &amp;quot;handy&amp;quot; one, in that it saves a lot of typing. Basically, it lets you do var dict = new Dictionary&amp;lt;string, List&amp;lt;int, Dictionary&amp;lt;int, string&amp;gt;&amp;gt;&amp;gt;(); instead of</description><dc:language>en</dc:language><generator>CommunityServer 2008.5 SP2 (Build: 40407.4157)</generator><item><title>re: Type inference != Dynamic typing</title><link>http://msmvps.com/blogs/senthil/archive/2007/11/19/type-inference-dynamic-typing.aspx#1367095</link><pubDate>Wed, 28 Nov 2007 22:06:39 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1367095</guid><dc:creator>Ben</dc:creator><description>&lt;p&gt;C++ proposes to use the keyword &amp;quot;auto&amp;quot; for this reason, to indicate that the type is inferred, not that the variable is typeless.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1367095" width="1" height="1"&gt;</description></item></channel></rss>