<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" 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:copyright="http://blogs.law.harvard.edu/tech/rss" xmlns:image="http://purl.org/rss/1.0/modules/image/">
    <channel>
        <title>PDC08</title>
        <link>http://geekswithblogs.net/Stefan/category/8914.aspx</link>
        <description>Stuff discovered during PDC08</description>
        <language>en-US</language>
        <copyright>Stefan Barrett</copyright>
        <managingEditor>StefanBarrett@gmail.com</managingEditor>
        <generator>Subtext Version 0.0.0.0</generator>
        <item>
            <title>PDC [ It went so fast</title>
            <link>http://geekswithblogs.net/Stefan/archive/2008/11/03/126513.aspx</link>
            <description>&lt;p&gt;Back home after a conference which flew by.&lt;/p&gt;
&lt;p&gt;The main bits I'm going to be playing with, will be the .NET 4.0 - I wonder how long it will be before we can get our hands on it.&lt;/p&gt;
&lt;p dir="ltr" style="MARGIN-RIGHT: 0px"&gt;One of the main selling points for me, was the new &lt;em&gt;dynamic&lt;/em&gt; keyword, which a number of presenters got a laugh from describing as "... statically declaring as dynamic". This will make talking to office (from C#) a lot easier but the potential for abuse is quite high. Basically it allows you to write something like:&lt;/p&gt;
&lt;blockquote dir="ltr" style="MARGIN-RIGHT: 0px"&gt;
&lt;p dir="ltr" style="MARGIN-RIGHT: 0px"&gt;dynamic something = someObject.someChildObject;&lt;br /&gt;
something.Func();&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p dir="ltr" style="MARGIN-RIGHT: 0px"&gt;Where the someChildObject property on someObject actually returns a object. At run time, and not compile time, Func gets resolved. &lt;/p&gt;
&lt;p dir="ltr" style="MARGIN-RIGHT: 0px"&gt;This would allow somebody to write something like:&lt;/p&gt;
&lt;blockquote dir="ltr" style="MARGIN-RIGHT: 0px"&gt;
&lt;p dir="ltr" style="MARGIN-RIGHT: 0px"&gt;dynamic func(dynamic a, dynamic b)&lt;br /&gt;
{&lt;br /&gt;
        return a.Func(b);&lt;br /&gt;
}&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p dir="ltr" style="MARGIN-RIGHT: 0px"&gt;You can pass anything into this function, as long as 'a' has a function which takes 'b' and returns something.&lt;/p&gt;
&lt;p dir="ltr" style="MARGIN-RIGHT: 0px"&gt; &lt;/p&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=126513"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=126513" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/Stefan/aggbug/126513.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Stefan Barrett</dc:creator>
            <guid>http://geekswithblogs.net/Stefan/archive/2008/11/03/126513.aspx</guid>
            <pubDate>Mon, 03 Nov 2008 17:27:23 GMT</pubDate>
            <comments>http://geekswithblogs.net/Stefan/archive/2008/11/03/126513.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/Stefan/comments/commentRss/126513.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/Stefan/services/trackbacks/126513.aspx</trackback:ping>
        </item>
        <item>
            <title>PDC08 - Day 3</title>
            <link>http://geekswithblogs.net/Stefan/archive/2008/10/29/126362.aspx</link>
            <description>&lt;p&gt;PDC seems to be all about &lt;/p&gt;
&lt;ul&gt;
    &lt;li&gt;.NET 4.0 and beyond&lt;/li&gt;
    &lt;li&gt;How to make use of all the cores in our machines&lt;/li&gt;
    &lt;li&gt;How to make use of the cloud&lt;/li&gt;
    &lt;li&gt;Windows 7&lt;/li&gt;
    &lt;li&gt;Touch screens&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The added features in .NET 4.0 I could use now - so it's sort of useful that they've given us a VPC with VS2010 on it. That's enough to play with, but personally I would have prefered to get a image so I could install it on a existing system.&lt;/p&gt;
&lt;p&gt;Recycling seems to be much more important this year - which is good. Bit of warning regarding the bag would have been nice.&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=126362"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=126362" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/Stefan/aggbug/126362.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Stefan Barrett</dc:creator>
            <guid>http://geekswithblogs.net/Stefan/archive/2008/10/29/126362.aspx</guid>
            <pubDate>Wed, 29 Oct 2008 21:40:02 GMT</pubDate>
            <comments>http://geekswithblogs.net/Stefan/archive/2008/10/29/126362.aspx#feedback</comments>
            <slash:comments>1</slash:comments>
            <wfw:commentRss>http://geekswithblogs.net/Stefan/comments/commentRss/126362.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/Stefan/services/trackbacks/126362.aspx</trackback:ping>
        </item>
    </channel>
</rss>