<?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>&amp;lt;nick:node&amp;gt; : .NET Framework</title><link>http://blogs.msdn.com/nick_wong/archive/tags/.NET+Framework/default.aspx</link><description>Tags: .NET Framework</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>I Want Dinner Now!</title><link>http://blogs.msdn.com/nick_wong/archive/2007/02/05/i-want-dinner-now.aspx</link><pubDate>Mon, 05 Feb 2007 18:54:11 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1604819</guid><dc:creator>niwong</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/nick_wong/comments/1604819.aspx</comments><wfw:commentRss>http://blogs.msdn.com/nick_wong/commentrss.aspx?PostID=1604819</wfw:commentRss><description>&lt;p&gt;&lt;a href="http://dinnernow.net/downloads/videos/Scenario1_web/flash/default.html" atomicselection="true"&gt;&lt;img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="196" src="http://blogs.msdn.com/blogfiles/nick_wong/WindowsLiveWriter/IWantDinnerNow_14F73/dinnernow4.jpg" width="240" align="left" border="0"&gt;&lt;/a&gt;This is it - the "mother of all demos": The&amp;nbsp;demo with EVERYTHING (well, almost... &lt;img alt="smile_regular" src="http://spaces.live.com/rte/emoticons/smile_regular.gif"&gt;&amp;nbsp;) - &lt;strong&gt;ASP.NET 2.0&lt;/strong&gt;, &lt;strike&gt;Atlas&lt;/strike&gt; &lt;strong&gt;ASP.NET AJAX&lt;/strong&gt;, all the .NET 3.0 components (&lt;strong&gt;Windows CardSpace&lt;/strong&gt;, &lt;strong&gt;Windows Communications Foundation&lt;/strong&gt;, &lt;strong&gt;Windows Workflow Foundation&lt;/strong&gt;, &lt;strong&gt;Windows Presentation Foundation&lt;/strong&gt;), &lt;strong&gt;Windows Live Maps&lt;/strong&gt;, &lt;strong&gt;Vista Sidebar Gadgets&lt;/strong&gt;, &lt;strong&gt;PowerShell&lt;/strong&gt;, &lt;strong&gt;.NET Compact Framework&lt;/strong&gt;, ....&lt;/p&gt; &lt;p&gt;Click the image on the left to see a demo walkthrough &lt;a href="http://dinnernow.net/downloads/videos/Scenario1_web/flash/default.html"&gt;video&lt;/a&gt;; then go download the&amp;nbsp;&lt;a href="http://www.codeplex.com/dinnernow/release/projectreleases.aspx"&gt;source code&lt;/a&gt; from &lt;a href="http://www.codeplex.com/"&gt;CodePlex&lt;/a&gt;.&lt;/p&gt; &lt;p&gt;Now, if we can only tie in an &lt;a href="http://blogs.msdn.com/nick_wong/archive/2007/02/03/office-business-applications-obas.aspx"&gt;OBA&lt;/a&gt; in there somewhere (dinner ordering from Outlook, anyone?) and life will be so sweet!&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=1604819" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/nick_wong/archive/tags/.NET+Framework/default.aspx">.NET Framework</category><category domain="http://blogs.msdn.com/nick_wong/archive/tags/Code+Sample/default.aspx">Code Sample</category></item><item><title>C# 3.0: Upcoming Language Features</title><link>http://blogs.msdn.com/nick_wong/archive/2006/12/30/c-3-0-upcoming-language-features.aspx</link><pubDate>Sat, 30 Dec 2006 18:47:52 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1385717</guid><dc:creator>niwong</dc:creator><slash:comments>4</slash:comments><comments>http://blogs.msdn.com/nick_wong/comments/1385717.aspx</comments><wfw:commentRss>http://blogs.msdn.com/nick_wong/commentrss.aspx?PostID=1385717</wfw:commentRss><description>&lt;p&gt;&lt;a href="http://www.microsoft.com/emea/msdnshowtime/sessionh.aspx?videoid=319" atomicselection="true"&gt;&lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="99" src="http://blogs.msdn.com/blogfiles/nick_wong/WindowsLiveWriter/C3.0FutureDirections_BB2F/anders-hejlsberg.png" width="137" align="right" border="0"&gt;&lt;/a&gt; A presentation on my favorite programming language by one of my &lt;a href="http://en.wikipedia.org/wiki/Anders_Heljsberg"&gt;software heroes&lt;/a&gt;.&amp;nbsp;Go to &lt;a href="http://www.microsoft.com/emea/msdnshowtime/sessionh.aspx?videoid=319"&gt;Anders Hejlsberg - C# 3.0: Future Directions in Language Innovation&lt;/a&gt; on&amp;nbsp;&amp;nbsp;msdn ShOwtime. &lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;New features:&lt;/p&gt; &lt;ul&gt; &lt;li&gt;Local variable type inference (&lt;em&gt;should save developers many keystrokes&lt;/em&gt;)  &lt;li&gt;Extension methods  &lt;li&gt;Lamda expressions  &lt;li&gt;Object initializers  &lt;li&gt;Collection initializers  &lt;li&gt;Query expressions  &lt;li&gt;Anonymous types (&lt;em&gt;dynamic type inference -- cool!&lt;/em&gt;)  &lt;li&gt;Expression trees  &lt;li&gt;Automatic properties (&lt;em&gt;finally!&lt;/em&gt;)  &lt;li&gt;..which aggregates to give us - &lt;a title="The LINQ Project" href="http://msdn.microsoft.com/data/linq/"&gt;LINQ&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt; &lt;p&gt;i'm convinced that enterprises who have invested into .NET will find this extremely exciting -- and not only from the productivity gains perspective. LINQ&amp;nbsp;more importantly represents a breakthrough in approaching&amp;nbsp;application design and development, simplifying how architects and designers think and work with different data &lt;em&gt;sources&lt;/em&gt; (sql, xml) and &lt;em&gt;paradigms&lt;/em&gt; (relational, entities)&lt;/p&gt; &lt;p&gt;...and here i am, just becoming comfortable with generics and predicates...&lt;/p&gt; &lt;p&gt;To start working with C# 3.0, download the &lt;a title="" href="http://www.microsoft.com/downloads/details.aspx?familyid=C09B5A2D-EB6A-44B6-8BBD-3764A2FDA9CE&amp;amp;displaylang=en" page? download CTP October - Orcas?&gt;Microsoft Pre-release Software Visual Studio Code Name "Orcas" - October Community Technology Preview (CTP)&lt;/a&gt;.&lt;/p&gt; &lt;div class="wlWriterSmartContent" id="0767317B-992E-4b12-91E0-4F059A8CECA8:c694c346-328e-4fc8-b081-fdbc0c918f53" contenteditable="false" style="padding-right: 0px; display: inline; padding-left: 0px; float: none; padding-bottom: 0px; margin: 0px; padding-top: 0px"&gt;Technorati tags: &lt;a href="http://technorati.com/tags/.net" rel="tag"&gt;.net&lt;/a&gt;, &lt;a href="http://technorati.com/tags/c#%203.0" rel="tag"&gt;c# 3.0&lt;/a&gt;, &lt;a href="http://technorati.com/tags/anders%20hejlsberg" rel="tag"&gt;anders hejlsberg&lt;/a&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=1385717" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/nick_wong/archive/tags/.NET+Framework/default.aspx">.NET Framework</category></item></channel></rss>