<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" version="2.0"><channel><title>IUpdateable from Eric Nelson</title><link>http://blogs.msdn.com/ericnel/default.aspx</link><description>Cross posted from my primary blog http://geekswithblogs.net/iupdateable/</description><dc:language>en-GB</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/ericnel" type="application/rss+xml" /><feedburner:feedFlare xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" href="http://add.my.yahoo.com/rss?url=http%3A%2F%2Ffeeds.feedburner.com%2Fericnel" src="http://us.i1.yimg.com/us.yimg.com/i/us/my/addtomyyahoo4.gif">Subscribe with My Yahoo!</feedburner:feedFlare><feedburner:feedFlare xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" href="http://www.newsgator.com/ngs/subscriber/subext.aspx?url=http%3A%2F%2Ffeeds.feedburner.com%2Fericnel" src="http://www.newsgator.com/images/ngsub1.gif">Subscribe with NewsGator</feedburner:feedFlare><feedburner:feedFlare xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" href="http://feeds.my.aol.com/add.jsp?url=http%3A%2F%2Ffeeds.feedburner.com%2Fericnel" src="http://o.aolcdn.com/favorites.my.aol.com/webmaster/ffclient/webroot/locale/en-US/images/myAOLButtonSmall.gif">Subscribe with My AOL</feedburner:feedFlare><feedburner:feedFlare xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" href="http://www.bloglines.com/sub/http://feeds.feedburner.com/ericnel" src="http://www.bloglines.com/images/sub_modern11.gif">Subscribe with Bloglines</feedburner:feedFlare><feedburner:feedFlare xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" href="http://www.netvibes.com/subscribe.php?url=http%3A%2F%2Ffeeds.feedburner.com%2Fericnel" src="http://www.netvibes.com/img/add2netvibes.gif">Subscribe with Netvibes</feedburner:feedFlare><feedburner:feedFlare xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" href="http://fusion.google.com/add?feedurl=http%3A%2F%2Ffeeds.feedburner.com%2Fericnel" src="http://buttons.googlesyndication.com/fusion/add.gif">Subscribe with Google</feedburner:feedFlare><feedburner:feedFlare xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" href="http://www.pageflakes.com/subscribe.aspx?url=http%3A%2F%2Ffeeds.feedburner.com%2Fericnel" src="http://www.pageflakes.com/ImageFile.ashx?instanceId=Static_4&amp;fileName=ATP_blu_91x17.gif">Subscribe with Pageflakes</feedburner:feedFlare><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><item><title>Summary of the Entity Framework 4 changes introduced with Beta 2 and CTP 2</title><link>http://blogs.msdn.com/ericnel/archive/2009/11/06/summary-of-the-entity-framework-4-changes-introduced-with-beta-2-and-ctp-2.aspx</link><pubDate>Fri, 06 Nov 2009 16:38:03 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9918666</guid><dc:creator>Eric Nelson</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/ericnel/comments/9918666.aspx</comments><wfw:commentRss>http://blogs.msdn.com/ericnel/commentrss.aspx?PostID=9918666</wfw:commentRss><description>&lt;p&gt;I thought it would be useful (at least to me!) to summarise the new stuff in Entity Framework 4 given it &lt;a href="http://geekswithblogs.net/iupdateable/archive/2009/11/06/the-relationship-between-entity-framework-4-betas-and-ctps-explained.aspx"&gt;actually comes in 2 parts&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;The list is a simplified and categorised version of &lt;a href="http://blogs.msdn.com/adonet/archive/2009/10/19/vs2010-and-net-framework-beta-2-announced.aspx"&gt;this&lt;/a&gt; and &lt;a href="http://blogs.msdn.com/adonet/archive/2009/11/04/ado-net-entity-framework-community-technology-preview-released.aspx"&gt;this&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;General&lt;/strong&gt;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;strong&gt;Foreign Keys now added:&lt;/strong&gt; EF 4 now includes a new type of associations (Foreign Key Associations) that allow you to have Foreign Key properties on your entities. They are the default although the EF v1 Independent Associations remain. &lt;/li&gt;    &lt;li&gt;&lt;strong&gt;Lazy Loading on by Default in new Models: &lt;/strong&gt;Also name change from Beta 1. context.ContextOptions.LazyLoadingEnabled = true is placed in the constructor &lt;/li&gt;    &lt;li&gt;&lt;strong&gt;Support for Binary Keys: &lt;/strong&gt;The EF now allows you to have binary property types (and varbinary storage columns) mapped as Entity Key / Foreign Key. &lt;/li&gt;    &lt;li&gt;&lt;strong&gt;ObjectMaterialized event: &lt;/strong&gt;Can write logic that is executed immediately after an object has been materialized.&amp;#160; &lt;/li&gt;    &lt;li&gt;&lt;b&gt;Improved Database Generation&lt;/b&gt;: SQL CE support has been added plus customization of database generation is significantly simpler. &lt;/li&gt;    &lt;li&gt;&lt;strong&gt;More Improvements to the generated SQL&lt;/strong&gt; &lt;/li&gt;    &lt;li&gt;&lt;strong&gt;LINQ to Entities improvements&lt;/strong&gt; &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;strong&gt;POCO&lt;/strong&gt;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;strong&gt;Improvements to POCO Support: &lt;/strong&gt;Automatically fixes nav properties and FKs on DetectChanges and SaveChanges. Collections can also be declared as ISet&amp;lt;T&amp;gt; &lt;/li&gt;    &lt;li&gt;&lt;strong&gt;EntityDataSource support for Query Extenders and POCO: &lt;/strong&gt;EntityDataSource now includes support for the new ASP.NET Query Extenders and POCO entities. &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;strong&gt;Self Tracking Entities&lt;/strong&gt;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;strong&gt;Object Services API improvements to enable N-Tier and Self Tracking Entities: &lt;/strong&gt;ObjectStateEntry.GetUpdatableOriginalValues method provides a access to an updatable data record that you can use to establish the original state of an entity at the property level. &lt;/li&gt;    &lt;li&gt;&lt;strong&gt;Works with Foreign Key associations&lt;/strong&gt;: Including Fix-up logic has been tidied up to be aware of FKs. &lt;/li&gt;    &lt;li&gt;&lt;strong&gt;Support for Silverlight 3 via WCF&lt;/strong&gt; &lt;/li&gt;    &lt;li&gt;&lt;strong&gt;Better Silverlight and WPF Databinding support:&lt;/strong&gt; Generated entity types now implement INotifyPropertyChanged and use ObservableCollections &lt;/li&gt;    &lt;li&gt;&lt;strong&gt;Richer concurrency control support&lt;/strong&gt;: Original values are preserved for all required properties according to their concurrency mode in the Entity Data Model. &lt;/li&gt;    &lt;li&gt;&lt;strong&gt;Fewer Round Trips&lt;/strong&gt;: The approach for managing entities with dangling references has been reengineered to avoid unnecessary database round-trips. &lt;/li&gt;    &lt;li&gt;&lt;strong&gt;New and improved methods&lt;/strong&gt;: AcceptChanges, StartTracking, StopTracking where added and the existing MarkAsX methods are now extension methods. &lt;/li&gt;    &lt;li&gt;&lt;strong&gt;Generated code improvements and refactoring&lt;/strong&gt;: The ApplyChanges implementation has been moved to the Context template. &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;strong&gt;Code Only&lt;/strong&gt;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;     &lt;p&gt;&lt;strong&gt;Fine Grained Control over model&lt;/strong&gt;: Specify Navigation Property Inverses, Property Facets and Complex Types&lt;/p&gt;   &lt;/li&gt;    &lt;li&gt;&lt;strong&gt;Customizable Mappings: &lt;/strong&gt;Change Table and Column Names. Support Custom Inheritance Strategy. Enable Entity Splitting and Join Table Mapping &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;strong&gt;Designer&lt;/strong&gt;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;b&gt;Navigation Property Management&lt;/b&gt;: Users can now delete and add navigation properties, enabling the creation of one-way associations. &lt;/li&gt;    &lt;li&gt;&lt;b&gt;New Extensibility APIs&lt;/b&gt;: New APIs enable custom code to run on model wizards etc. &lt;/li&gt;    &lt;li&gt;&lt;b&gt;Auto Generation of Complex Types from Stored Procedures&lt;/b&gt;: Plus auto update when a stored procedure definition changes. &lt;/li&gt;    &lt;li&gt;&lt;b&gt;Greatly Improved Facet Management in the Designer&lt;/b&gt;&amp;#160; &lt;/li&gt; &lt;/ul&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9918666" width="1" height="1"&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/ericnel?a=yvPRQvqU2Fc:BOzqKd9-s0s:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ericnel?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/ericnel?a=yvPRQvqU2Fc:BOzqKd9-s0s:dnMXMwOfBR0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ericnel?d=dnMXMwOfBR0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/ericnel?a=yvPRQvqU2Fc:BOzqKd9-s0s:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ericnel?i=yvPRQvqU2Fc:BOzqKd9-s0s:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description><category domain="http://blogs.msdn.com/ericnel/archive/tags/Entity+Framework/default.aspx">Entity Framework</category><category domain="http://blogs.msdn.com/ericnel/archive/tags/Data/default.aspx">Data</category><category domain="http://blogs.msdn.com/ericnel/archive/tags/Visual+Studio+2010/default.aspx">Visual Studio 2010</category></item><item><title>The relationship between Entity Framework 4 betas and ctps explained</title><link>http://blogs.msdn.com/ericnel/archive/2009/11/06/the-relationship-between-entity-framework-4-betas-and-ctps-explained.aspx</link><pubDate>Fri, 06 Nov 2009 16:14:09 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9918655</guid><dc:creator>Eric Nelson</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/ericnel/comments/9918655.aspx</comments><wfw:commentRss>http://blogs.msdn.com/ericnel/commentrss.aspx?PostID=9918655</wfw:commentRss><description>&lt;p&gt;There seems to be enough confusion about the betas and ctps of Entity Framework 4 to warrant a brief post. Hopefully this should clear things up nicely.&lt;/p&gt;  &lt;p&gt;Put simply:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;strong&gt;Most of&lt;/strong&gt; Entity Framework 4 (EF4) will ship with .NET Framework 4 and Visual Studio 2010 (.NET4/VS2010), however &lt;strong&gt;not all of it will&lt;/strong&gt;. &lt;/li&gt;    &lt;li&gt;&lt;strong&gt;Most of &lt;/strong&gt;EF4 is therefore in the beta releases of .NET4/VS2010, however &lt;strong&gt;not all of it is&lt;/strong&gt;. &lt;/li&gt;    &lt;li&gt;The missing bits of EF4 appear in EF4 Feature CTP releases “soon after” the release of a beta. &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;Right now (Nov 6th 2009), we have:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;A fairly old .NET4/VS2010 Beta 1 + &lt;a href="http://blogs.msdn.com/adonet/archive/2009/06/22/announcing-entity-framework-feature-ctp-1.aspx"&gt;Entity Framework Feature CTP 1&lt;/a&gt;. CTP 1 only works with Beta 1.       &lt;ul&gt;       &lt;li&gt;CTP1 adds:          &lt;ul&gt;           &lt;li&gt;Self Tracking Entities &lt;/li&gt;            &lt;li&gt;POCO Templates &lt;/li&gt;            &lt;li&gt;Code Only &lt;/li&gt;         &lt;/ul&gt;       &lt;/li&gt;     &lt;/ul&gt;   &lt;/li&gt;    &lt;li&gt;A very recent .NET4/VS2010 Beta 2 + &lt;a href="http://blogs.msdn.com/adonet/archive/2009/11/04/ado-net-entity-framework-community-technology-preview-released.aspx"&gt;Entity Framework Feature CTP 2&lt;/a&gt;. CTP 2 only works with Beta 2.       &lt;ul&gt;       &lt;li&gt;CTP2 was released 4th Nov 2009 &lt;/li&gt;        &lt;li&gt;CTP2 adds:          &lt;ul&gt;           &lt;li&gt;Lots of new stuff to Self Tracking Entities &lt;/li&gt;            &lt;li&gt;Lots of new stuff to Code Only &lt;/li&gt;            &lt;li&gt;Does not include the POCO Template from CTP 1 &lt;/li&gt;         &lt;/ul&gt;       &lt;/li&gt;     &lt;/ul&gt;   &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;The missing POCO template stuff will be resolved in a future CTP.&lt;/p&gt;  &lt;p&gt;Beta 2 of EF 4 added a &lt;a href="http://blogs.msdn.com/adonet/archive/2009/10/19/vs2010-and-net-framework-beta-2-announced.aspx"&gt;fair amount of new features&lt;/a&gt;, as does CTP 2. Therefore the obvious right choice to go with is Beta 2 + CTP 2 – but expect breaking changes to your code. I haven’t tried looking into taking the CTP1 POCO stuff onto Beta 2 but it should be doable. However the “in built” POCO support in Beta 2 is far better than Beta 1, hence (I assume) not all the templated code is now needed.&lt;/p&gt;  &lt;p&gt;P.S. In case you were wondering, I am &lt;a href="http://geekswithblogs.net/iupdateable/archive/2009/11/06/entity-framework-4-session-dev305-at-teched-europe-2009-ndash.aspx"&gt;doing my TechEd session&lt;/a&gt; using Beta 1 + CTP 1 as Nov 4th was just too late for me to switch over plus I didn’t really have any space in the session for the new Beta 2/CTP 2 stuff anyway!&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9918655" width="1" height="1"&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/ericnel?a=auayBf6DudY:VTyPjtKPNhA:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ericnel?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/ericnel?a=auayBf6DudY:VTyPjtKPNhA:dnMXMwOfBR0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ericnel?d=dnMXMwOfBR0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/ericnel?a=auayBf6DudY:VTyPjtKPNhA:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ericnel?i=auayBf6DudY:VTyPjtKPNhA:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description><category domain="http://blogs.msdn.com/ericnel/archive/tags/Entity+Framework/default.aspx">Entity Framework</category><category domain="http://blogs.msdn.com/ericnel/archive/tags/Data/default.aspx">Data</category><category domain="http://blogs.msdn.com/ericnel/archive/tags/Visual+Studio+2010/default.aspx">Visual Studio 2010</category></item><item><title>The Plan B is all my DEV305 Entity Framework 4 demos as slideware</title><link>http://blogs.msdn.com/ericnel/archive/2009/11/06/the-plan-b-is-all-my-dev305-entity-framework-4-demos-as-slideware.aspx</link><pubDate>Fri, 06 Nov 2009 15:29:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9918640</guid><dc:creator>Eric Nelson</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/ericnel/comments/9918640.aspx</comments><wfw:commentRss>http://blogs.msdn.com/ericnel/commentrss.aspx?PostID=9918640</wfw:commentRss><description>&lt;p&gt;Next week I will be &lt;a href="http://geekswithblogs.net/iupdateable/archive/2009/11/06/entity-framework-4-session-dev305-at-teched-europe-2009-ndash.aspx"&gt;presenting Entity Framework 4 at TechEd Europe&lt;/a&gt;. At least that is what I hope to do. However my Lenovo T61P seems to have some other plans.&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;A year back the screen packed in. The nice IBM man replaced it. All was well. &lt;/li&gt;    &lt;li&gt;Last week the screen packed in again. The nice IBM man replaced it. All was well … with the screen. &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;However since then I am getting blue screens (whenever I really don’t want them) and drive errors and the odd bit of corruption of files. I need to flatten – but now is not the time.&lt;/p&gt;  &lt;p&gt;As it happens my demos rely on a large file (a 14GB Virtual Machine) and on not blue screening. &lt;/p&gt;  &lt;p&gt;I therefore needed a &lt;strong&gt;Plan B&lt;/strong&gt;. The ideal Plan B would be a second reliable notebook. But that isn’t an option.&lt;/p&gt;  &lt;p&gt;Therefore I have settled on:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Keeping my fingers crossed &lt;/li&gt;    &lt;li&gt;Taking the VM on an external drive and have asked for a spare demo machine at the event. But I am on at 9am and fly in 9:30pm the eve before. Not ideal. &lt;/li&gt;    &lt;li&gt;Capturing 90% of my demos as screen shots in a ppt (which i liked as a least the effort would also be useful for some future EF 4 blog posts) &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;I have uploaded the demo slides on slideshare. They have been highlighted with “digital ink” in places which slideshare appears not to cope with. But the file should be fine if you download it.&lt;/p&gt;  &lt;div style="text-align: left; width: 425px" id="__ss_2438643"&gt;&lt;a style="margin: 12px 0px 3px; display: block; font: 14px helvetica,arial,sans-serif; text-decoration: underline" title="Dev305 Entity Framework 4 Emergency Slides" href="http://www.slideshare.net/ericnelson/dev305-entity-framework-4-emergency-slides"&gt;Dev305 Entity Framework 4 Emergency Slides&lt;/a&gt;&lt;object style="margin:0px" width="425" height="355"&gt;&lt;param name="movie" value="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=dev305emergencyslides-091106085339-phpapp02&amp;amp;rel=0&amp;amp;stripped_title=dev305-entity-framework-4-emergency-slides" /&gt;&lt;param name="allowFullScreen" value="true" /&gt;&lt;param name="allowScriptAccess" value="always" /&gt;&lt;embed src="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=dev305emergencyslides-091106085339-phpapp02&amp;amp;rel=0&amp;amp;stripped_title=dev305-entity-framework-4-emergency-slides" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="355"&gt;&lt;/embed&gt;&lt;/object&gt;    &lt;div style="font-family: tahoma,arial; height: 26px; font-size: 11px; padding-top: 2px"&gt;View more &lt;a style="text-decoration: underline" href="http://www.slideshare.net/"&gt;presentations&lt;/a&gt; from &lt;a style="text-decoration: underline" href="http://www.slideshare.net/ericnelson"&gt;ericnelson&lt;/a&gt;.&lt;/div&gt; &lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9918640" width="1" height="1"&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/ericnel?a=848ByYR3Hdw:4WmVFiAzTng:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ericnel?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/ericnel?a=848ByYR3Hdw:4WmVFiAzTng:dnMXMwOfBR0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ericnel?d=dnMXMwOfBR0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/ericnel?a=848ByYR3Hdw:4WmVFiAzTng:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ericnel?i=848ByYR3Hdw:4WmVFiAzTng:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description><category domain="http://blogs.msdn.com/ericnel/archive/tags/Entity+Framework/default.aspx">Entity Framework</category><category domain="http://blogs.msdn.com/ericnel/archive/tags/Data/default.aspx">Data</category><category domain="http://blogs.msdn.com/ericnel/archive/tags/Events_2F00_Training/default.aspx">Events/Training</category><category domain="http://blogs.msdn.com/ericnel/archive/tags/Visual+Studio+2010/default.aspx">Visual Studio 2010</category></item><item><title>Entity Framework 4 Session DEV305 at TechEd Europe 2009 – what to expect</title><link>http://blogs.msdn.com/ericnel/archive/2009/11/06/entity-framework-4-session-dev305-at-teched-europe-2009-what-to-expect.aspx</link><pubDate>Fri, 06 Nov 2009 15:25:52 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9918626</guid><dc:creator>Eric Nelson</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/ericnel/comments/9918626.aspx</comments><wfw:commentRss>http://blogs.msdn.com/ericnel/commentrss.aspx?PostID=9918626</wfw:commentRss><description>&lt;p&gt;Next Monday (9th Nov 2009) at 9am I will be delivering an overview of the new stuff in Entity Framework 4 at &lt;a href="http://www.msteched.com/europe/Public/SessionList.aspx"&gt;TechEd Europe&lt;/a&gt;.&amp;#160; The session is DEV305 and the description reads:&lt;/p&gt;  &lt;p&gt;&lt;em&gt;&lt;strong&gt;ADO.NET Entity Framework in Microsoft Visual Studio 2010 and Microsoft .NET Framework 4 &lt;/strong&gt;(catchy?)       &lt;br /&gt;This presentation offers an in-depth discussion demonstrating the new capabilities of the Entity Framework that will ship with Visual Studio 2010. The second release of the Entity Framework focuses on addressing two primary customer scenarios: Domain-Centric application development (TDD/DDD) and the traditional Data-Centric Web application &amp;quot;Forms over Data&amp;quot;. This is an in-depth feature overview covering: N-Tier, T4 Templates, POCO, FKs, Mapping, Metadata, etc&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;Like many of these things, the description was written some time back and this time around I didn’t even write it :-)&amp;#160; I am doing broadly the above but the session would be better describe as a “Lap around the new stuff” with some mention of TDD/DDD.&lt;/p&gt;  &lt;p&gt;If you are thinking of popping along, carry on reading:&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Pre-requisites:&lt;/strong&gt;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;I do assume you have already looked at Entity Framework (EF) v1 or some other ORM      &lt;ul&gt;       &lt;li&gt;If you haven’t looked at ORMs at all you should still learn some stuff and I do plan to start with a 5 min “intro to ORM and EF” &lt;/li&gt;     &lt;/ul&gt;   &lt;/li&gt;    &lt;li&gt;I assume you haven’t yet looked at EF 4 (at least not in any depth) &lt;/li&gt;    &lt;li&gt;The session uses C# throughout – but the code is simple stuff in the main. &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;strong&gt;What it covers:&lt;/strong&gt;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Very brief into to ORM and EF &lt;/li&gt;    &lt;li&gt;What was wrong/missing/annoying/damned ugly with EF v1 &lt;/li&gt;    &lt;li&gt;The main new bits of EF v4, specifically… &lt;/li&gt;    &lt;li&gt;Better Tools and Design Experience      &lt;ul&gt;       &lt;li&gt;Model First, Template code gen, Complex Types… &lt;/li&gt;     &lt;/ul&gt;   &lt;/li&gt;    &lt;li&gt;More powerful/flexible runtime      &lt;ul&gt;       &lt;li&gt;Deferred Loading, Entity Functions, SQL improvements… &lt;/li&gt;     &lt;/ul&gt;   &lt;/li&gt;    &lt;li&gt;Drill into      &lt;ul&gt;       &lt;li&gt;Persistence Ignorance/POCO          &lt;ul&gt;           &lt;li&gt;Roll you own, using the templates &lt;/li&gt;         &lt;/ul&gt;       &lt;/li&gt;        &lt;li&gt;N-Tier          &lt;ul&gt;           &lt;li&gt;Using the templates for self-tracking entities &lt;/li&gt;         &lt;/ul&gt;       &lt;/li&gt;        &lt;li&gt;Code Only          &lt;ul&gt;           &lt;li&gt;No model development &lt;/li&gt;         &lt;/ul&gt;       &lt;/li&gt;     &lt;/ul&gt;   &lt;/li&gt;    &lt;li&gt;Brief mention of where we still have work to do (IMHO) &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;strong&gt;How it does it:&lt;/strong&gt;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Lots of (hopefully) easy to understand stand-alone demos on each technology area &lt;/li&gt;    &lt;li&gt;Lots of console apps! &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;strong&gt;What is doesn’t show:&lt;/strong&gt;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Using EF4 with other technologies such as WPF4, ASP.NET &lt;/li&gt;    &lt;li&gt;Dig into TDD/BDD other than to recognise it is now much easier to do with EF v4 &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;Should be a good session. &lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9918626" width="1" height="1"&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/ericnel?a=AoFguK-VWi4:oichjM-A67M:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ericnel?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/ericnel?a=AoFguK-VWi4:oichjM-A67M:dnMXMwOfBR0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ericnel?d=dnMXMwOfBR0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/ericnel?a=AoFguK-VWi4:oichjM-A67M:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ericnel?i=AoFguK-VWi4:oichjM-A67M:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description><category domain="http://blogs.msdn.com/ericnel/archive/tags/Entity+Framework/default.aspx">Entity Framework</category><category domain="http://blogs.msdn.com/ericnel/archive/tags/Data/default.aspx">Data</category><category domain="http://blogs.msdn.com/ericnel/archive/tags/Events_2F00_Training/default.aspx">Events/Training</category><category domain="http://blogs.msdn.com/ericnel/archive/tags/Visual+Studio+2010/default.aspx">Visual Studio 2010</category></item><item><title>MSDN Flash Podcast Show 011 – Steve Marx on Windows Azure</title><link>http://blogs.msdn.com/ericnel/archive/2009/10/29/msdn-flash-podcast-show-011-steve-marx-on-windows-azure.aspx</link><pubDate>Thu, 29 Oct 2009 16:27:02 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9914788</guid><dc:creator>Eric Nelson</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/ericnel/comments/9914788.aspx</comments><wfw:commentRss>http://blogs.msdn.com/ericnel/commentrss.aspx?PostID=9914788</wfw:commentRss><description>&lt;p&gt;Also knows as “that’s where I left my shoe” (you will need to listen to understand that)&lt;/p&gt;  &lt;p&gt;This is a bonus edition of the podcast recorded on the 6th of October in London with &lt;a href="http://blog.smarx.com/"&gt;Steve Marx&lt;/a&gt;, Technical Strategist working on Windows Azure.&lt;/p&gt;  &lt;p&gt;It starts slow, it needed a few edits (deletes!) as we battled with “what is still not public” but picks up to be a pretty useful look at the improvements we have made to Windows Azure over the last few months with a specific focus on storage.&lt;/p&gt;  &lt;p&gt;Topics covered include:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Entity Group Transactions &lt;/li&gt;    &lt;li&gt;StorageClient library &lt;/li&gt;    &lt;li&gt;Queues &lt;/li&gt;    &lt;li&gt;Blobs and Shared Access Signatures/Blob Container Access Policies &lt;/li&gt;    &lt;li&gt;Communication between nodes without queues &lt;/li&gt;    &lt;li&gt;Logging &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;strong&gt;Show Links:&lt;/strong&gt;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;a href="http://blog.smarx.com/posts/using-container-level-access-policies-in-windows-azure-storage"&gt;Container Access Policies&lt;/a&gt; &lt;/li&gt;    &lt;li&gt;&lt;a href="http://blog.smarx.com/posts/new-storage-feature-signed-access-signatures"&gt;Shared Access Signatures&lt;/a&gt; &lt;/li&gt;    &lt;li&gt;&lt;a href="http://blog.smarx.com/posts/sample-code-for-new-windows-azure-blob-features"&gt;Copy Blob and get committed block list methods&lt;/a&gt; &lt;/li&gt;    &lt;li&gt;&lt;a href="http://blog.smarx.com/posts/sample-code-for-batch-transactions-in-windows-azure-tables"&gt;Entity Group Transactions&lt;/a&gt; &lt;/li&gt;    &lt;li&gt;&lt;a href="http://blogs.msdn.com/windowsazure/archive/2009/10/03/upcoming-changes-to-windows-azure-logging.aspx"&gt;Azure Logging&lt;/a&gt; &lt;/li&gt;    &lt;li&gt;&lt;a title="http://www.cerebrata.com/" href="http://www.cerebrata.com/"&gt;http://www.cerebrata.com/&lt;/a&gt;&amp;#160; &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;strong&gt;Subscribe:&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;Subscribe in an RSS Reader:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://feeds2.feedburner.com/ukmsdn"&gt;&lt;img border="0" alt="" src="http://podcastfm.co.uk/images/podcast_buttons/podcast-block1-rss.gif" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Subscribe in ITunes:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewPodcast?id=317131876"&gt;&lt;img border="0" alt="" src="http://podcastfm.co.uk/images/podcast_buttons/podcast-ipod1.gif" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Or:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://podcastfm.co.uk/12568333844ae9c0e844af8.mp3"&gt;Download/Play MSDN Flash Show 011&lt;/a&gt;&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9914788" width="1" height="1"&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/ericnel?a=vUdPpRaDo30:FpxlExNN3lE:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ericnel?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/ericnel?a=vUdPpRaDo30:FpxlExNN3lE:dnMXMwOfBR0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ericnel?d=dnMXMwOfBR0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/ericnel?a=vUdPpRaDo30:FpxlExNN3lE:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ericnel?i=vUdPpRaDo30:FpxlExNN3lE:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description><category domain="http://blogs.msdn.com/ericnel/archive/tags/Azure/default.aspx">Azure</category><category domain="http://blogs.msdn.com/ericnel/archive/tags/Podcast/default.aspx">Podcast</category></item><item><title>UK MSDN Flash Poll for November 4th: How excited are you about Visual Studio 2010 and .NET 4</title><link>http://blogs.msdn.com/ericnel/archive/2009/10/29/uk-msdn-flash-poll-for-november-4th-how-excited-are-you-about-visual-studio-2010-and-net-4.aspx</link><pubDate>Thu, 29 Oct 2009 12:30:07 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9914672</guid><dc:creator>Eric Nelson</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/ericnel/comments/9914672.aspx</comments><wfw:commentRss>http://blogs.msdn.com/ericnel/commentrss.aspx?PostID=9914672</wfw:commentRss><description>&lt;p&gt;Visual Studio 2010 Beta 2 is &lt;a href="http://msdn.microsoft.com/en-gb/vstudio/dd582936.aspx"&gt;now available for download&lt;/a&gt; – but are you excited?&lt;/p&gt;  &lt;p&gt;&lt;iframe height="300" src="http://zohopolls.com/external/ericnel/how-excited-are-you-about-visual-studio-2010-and-net-4" frameborder="0" width="400"&gt;&lt;/iframe&gt;&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9914672" width="1" height="1"&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/ericnel?a=g7mNoxB_fS0:bUdDDWiXaRs:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ericnel?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/ericnel?a=g7mNoxB_fS0:bUdDDWiXaRs:dnMXMwOfBR0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ericnel?d=dnMXMwOfBR0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/ericnel?a=g7mNoxB_fS0:bUdDDWiXaRs:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ericnel?i=g7mNoxB_fS0:bUdDDWiXaRs:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description><category domain="http://blogs.msdn.com/ericnel/archive/tags/UK/default.aspx">UK</category><category domain="http://blogs.msdn.com/ericnel/archive/tags/Poll_2F00_Survey/default.aspx">Poll/Survey</category></item><item><title>Picture of me</title><link>http://blogs.msdn.com/ericnel/archive/2009/10/27/picture-of-me.aspx</link><pubDate>Tue, 27 Oct 2009 18:34:58 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9913625</guid><dc:creator>Eric Nelson</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/ericnel/comments/9913625.aspx</comments><wfw:commentRss>http://blogs.msdn.com/ericnel/commentrss.aspx?PostID=9913625</wfw:commentRss><description>&lt;p&gt;Someone on twitter just asked - “I like your caricature but what do you really look like”. Brace yourselves!&lt;/p&gt;  &lt;p&gt;1st the caricature:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/ericnel/WindowsLiveWriter/Pictureofme_1050B/ericcaricature.jpg"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="ericcaricature" border="0" alt="ericcaricature" src="http://blogs.msdn.com/blogfiles/ericnel/WindowsLiveWriter/Pictureofme_1050B/ericcaricature_thumb.jpg" width="336" height="480" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;Which was done from this shot from a couple of years back (notice how the double chin vanished in the drawing – sweet):&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/ericnel/WindowsLiveWriter/Pictureofme_1050B/ericnel_2.jpg"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="ericnel" border="0" alt="ericnel" src="http://blogs.msdn.com/blogfiles/ericnel/WindowsLiveWriter/Pictureofme_1050B/ericnel_thumb.jpg" width="324" height="484" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;Now the real thing, me taken in August at “the mothership” in Reading:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/ericnel/WindowsLiveWriter/Pictureofme_1050B/Team%20(2%20of%2020)_2.jpg"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="Team (2 of 20)" border="0" alt="Team (2 of 20)" src="http://blogs.msdn.com/blogfiles/ericnel/WindowsLiveWriter/Pictureofme_1050B/Team%20(2%20of%2020)_thumb.jpg" width="324" height="484" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9913625" width="1" height="1"&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/ericnel?a=l8J0pvfzzco:viqjIlffutE:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ericnel?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/ericnel?a=l8J0pvfzzco:viqjIlffutE:dnMXMwOfBR0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ericnel?d=dnMXMwOfBR0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/ericnel?a=l8J0pvfzzco:viqjIlffutE:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ericnel?i=l8J0pvfzzco:viqjIlffutE:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description><category domain="http://blogs.msdn.com/ericnel/archive/tags/UK/default.aspx">UK</category></item><item><title>Free WPF, Silverlight and 3.5 SP1 training for UK Developers</title><link>http://blogs.msdn.com/ericnel/archive/2009/10/27/free-wpf-silverlight-and-3-5-sp1-training-for-uk-developers.aspx</link><pubDate>Tue, 27 Oct 2009 17:57:22 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9913605</guid><dc:creator>Eric Nelson</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/ericnel/comments/9913605.aspx</comments><wfw:commentRss>http://blogs.msdn.com/ericnel/commentrss.aspx?PostID=9913605</wfw:commentRss><description>&lt;p&gt;At the start of 2009 we worked with InnerWorkings to help over 7000 UK developers get access to free training in C# or VB. As there are at least 100,000 UK developers (depends who you ask), we decided to again partner with InnerWorkings to bring you free training in WPF, Silverlight and .NET Framework 3.5 SP1. I am a big fan of the InnerWorkings approach which embeds a set of programming challenges into the Visual Studio IDE. Maybe not for everyone but certainly is an interesting and engaging alternative. &lt;/p&gt;  &lt;p&gt;We have provided three distinct training programmes in both C# and Visual Basic to help you get up to speed with many of the new capabilities in Visual Studio 2008. Each programme contains between five to 12 hours free training covering:&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Developing Rich Internet Applications with Microsoft Silverlight&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;The drills in this developer programme cover advanced techniques for using Silverlight 2 (Silverlight 3 content is on the way), Microsoft's cross-platform technology for developing rich, interactive applications on the Web. The drill activities instruct users on how to use managed code and to work with data. &lt;/p&gt;  &lt;p&gt;&lt;b&gt;New Features in .NET Framework 3.5 SP1&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;.NET 3.5 SP1 includes a number of new features to help you build sophisticated applications in less time. This Developer Programme introduces LINQ, ASP.NET MVC, ASP.NET Dynamic Data and ADO.NET Data Services.&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Developing Rich User Interfaces with Windows Presentation Foundation&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Windows Presentation Foundation (WPF) provides developers with a programming model for building rich Windows applications that incorporate UI, media, and documents. This developer programme introduces some important features of WPF, including fundamental controls, resources, user controls and 2-D transformations.&lt;/p&gt;  &lt;p&gt;If you missed out the first time around, then &lt;a href="https://www.innerworkings.com/promotions/59080a1e-5ca1-4526-b94c-412ceecfb284/microsoft-.net-training-offer"&gt;sign up today&lt;/a&gt; (Sign up for any to get access to all – we just want to understand your primary interest)&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9913605" width="1" height="1"&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/ericnel?a=mAx1FMQPt2Q:vgfpFrgO1N0:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ericnel?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/ericnel?a=mAx1FMQPt2Q:vgfpFrgO1N0:dnMXMwOfBR0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ericnel?d=dnMXMwOfBR0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/ericnel?a=mAx1FMQPt2Q:vgfpFrgO1N0:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ericnel?i=mAx1FMQPt2Q:vgfpFrgO1N0:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description><category domain="http://blogs.msdn.com/ericnel/archive/tags/UK/default.aspx">UK</category></item><item><title>Visual Studio Myths – busted wide open</title><link>http://blogs.msdn.com/ericnel/archive/2009/10/21/visual-studio-myths-busted-wide-open.aspx</link><pubDate>Wed, 21 Oct 2009 14:58:55 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9910620</guid><dc:creator>Eric Nelson</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/ericnel/comments/9910620.aspx</comments><wfw:commentRss>http://blogs.msdn.com/ericnel/commentrss.aspx?PostID=9910620</wfw:commentRss><description>&lt;p&gt;The team and I were having a conversation about developers (we do that from time to time). It went something like:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;“Isn’t it a shame that so many developers are stuck on Visual Studio 2005 when Visual Studio 2008 would be way better for them and Visual Studio 2010 is just around the corner” &lt;/li&gt;    &lt;li&gt;“Why is that?” &lt;/li&gt;    &lt;li&gt;&amp;lt;LONG CONVERSATION LISTING EVERY REASON DEVELOPERS ARE ON 2005 DELETED&amp;gt; &lt;/li&gt;    &lt;li&gt;“And… then there are all these &lt;strong&gt;myths&lt;/strong&gt; that developers believe to be true which hold them back from adopting Visual Studio 2008. For instance many developers believe that …” &lt;/li&gt;    &lt;li&gt;&amp;lt;LONG LIST OF MYTHS DELETED&amp;gt; &lt;/li&gt;    &lt;li&gt;“OK. What can we do to help them?” &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;Well, after several iterations of ideas on how we could do our little bit to address this, we decided to go with collating:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;All the key feature improvements from Visual Studio 2005 through to Visual Studio 2010 &lt;strong&gt;by focus area&lt;/strong&gt; (web, data etc) &lt;/li&gt;    &lt;li&gt;All the myths we heard in our meetings and events, plus some we made up to pad it out :-) &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;And then, with a little help from an agency, we created a Silverlight 3 application which presented the information in a way that developers will hopefully find rather useful and a little prettier than the whopping bit word document we created.&lt;/p&gt;  &lt;p&gt;The final result is the &lt;strong&gt;&lt;a href="http://bit.ly/dotnetmyth"&gt;Visual Studio Myth Busting Matrix&lt;/a&gt;. &lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/ericnel/WindowsLiveWriter/VisualStudioMythsbustedwideopen_8C90/image_18.png"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://blogs.msdn.com/blogfiles/ericnel/WindowsLiveWriter/VisualStudioMythsbustedwideopen_8C90/image_thumb_8.png" width="640" height="479" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;This is a release candidate – both of the application and the content. The Visual Studio 2010 content is based on Beta 1 and will definitely be updated for Beta 2. We are really, really keen to get your feedback. We would love to know:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;If you had any problems using it. &lt;/li&gt;    &lt;li&gt;If you found it useful. &lt;/li&gt;    &lt;li&gt;Any myths it busted for you. &lt;/li&gt;    &lt;li&gt;Any answers to myths you disagree with. &lt;/li&gt;    &lt;li&gt;Whether you think it is useful format vs more traditional approaches (For instance, we could do a version for your managers to help them see why you would be more productive using the latest tools) &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;And &lt;strong&gt;most importantly&lt;/strong&gt; any features or myths you think we missed.&lt;/p&gt;  &lt;p&gt;Feel free to &lt;a href="http://geekswithblogs.net/iupdateable/contact.aspx"&gt;contact me through my blog&lt;/a&gt;, through &lt;a href="http://twitter.com/ericnel"&gt;twitter&lt;/a&gt; or just tweet with the tag #dotnetmyth which we will be watching.&lt;/p&gt;  &lt;p&gt;Enjoy.&lt;/p&gt;  &lt;p&gt;P.S. And it does have spinning balls. Which I know &lt;a href="http://mtaulty.com/communityserver/blogs/mike_taultys_blog/default.aspx"&gt;MikeT&lt;/a&gt; (&lt;a href="http://mtaulty.com/CommunityServer/blogs/mike_taultys_blog/archive/2009/10/08/rant-silverlight-you-do-not-want-blue-balls.aspx"&gt;See rant&lt;/a&gt;!) and &lt;a href="http://blogs.msdn.com/mikeormond/"&gt;MikeO&lt;/a&gt; particularly admire :-)&lt;/p&gt;  &lt;h2&gt;Using the Myth Buster&lt;/h2&gt;  &lt;p&gt;Hopefully all is reasonably obvious. &lt;/p&gt;  &lt;p&gt;Select a version of Visual Studio (2005/2008/2010) &lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/ericnel/WindowsLiveWriter/VisualStudioMythsbustedwideopen_8C90/image_2.png"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://blogs.msdn.com/blogfiles/ericnel/WindowsLiveWriter/VisualStudioMythsbustedwideopen_8C90/image_thumb.png" width="577" height="142" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;Choose your focus (Rich Client, Web, Data, IDE etc)&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/ericnel/WindowsLiveWriter/VisualStudioMythsbustedwideopen_8C90/image_4.png"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://blogs.msdn.com/blogfiles/ericnel/WindowsLiveWriter/VisualStudioMythsbustedwideopen_8C90/image_thumb_1.png" width="259" height="480" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;Expand Features&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/ericnel/WindowsLiveWriter/VisualStudioMythsbustedwideopen_8C90/image_8.png"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://blogs.msdn.com/blogfiles/ericnel/WindowsLiveWriter/VisualStudioMythsbustedwideopen_8C90/image_thumb_3.png" width="388" height="381" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;Click on “read more” to… read some more &lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/ericnel/WindowsLiveWriter/VisualStudioMythsbustedwideopen_8C90/image_10.png"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://blogs.msdn.com/blogfiles/ericnel/WindowsLiveWriter/VisualStudioMythsbustedwideopen_8C90/image_thumb_4.png" width="392" height="385" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;Expand Myths&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/ericnel/WindowsLiveWriter/VisualStudioMythsbustedwideopen_8C90/image_12.png"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://blogs.msdn.com/blogfiles/ericnel/WindowsLiveWriter/VisualStudioMythsbustedwideopen_8C90/image_thumb_5.png" width="282" height="390" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/ericnel/WindowsLiveWriter/VisualStudioMythsbustedwideopen_8C90/image_14.png"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://blogs.msdn.com/blogfiles/ericnel/WindowsLiveWriter/VisualStudioMythsbustedwideopen_8C90/image_thumb_6.png" width="288" height="398" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;Optionally, tweet the myth out if you think it worthy (we are using #dotnetmyth as the tag)&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/ericnel/WindowsLiveWriter/VisualStudioMythsbustedwideopen_8C90/image_16.png"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://blogs.msdn.com/blogfiles/ericnel/WindowsLiveWriter/VisualStudioMythsbustedwideopen_8C90/image_thumb_7.png" width="288" height="398" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9910620" width="1" height="1"&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/ericnel?a=ajDB1EhexvI:s5DEnKVkv_0:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ericnel?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/ericnel?a=ajDB1EhexvI:s5DEnKVkv_0:dnMXMwOfBR0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ericnel?d=dnMXMwOfBR0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/ericnel?a=ajDB1EhexvI:s5DEnKVkv_0:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ericnel?i=ajDB1EhexvI:s5DEnKVkv_0:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description><category domain="http://blogs.msdn.com/ericnel/archive/tags/Visual+Studio+2005/default.aspx">Visual Studio 2005</category><category domain="http://blogs.msdn.com/ericnel/archive/tags/Visual+Studio+2008/default.aspx">Visual Studio 2008</category><category domain="http://blogs.msdn.com/ericnel/archive/tags/Visual+Studio+2010/default.aspx">Visual Studio 2010</category></item><item><title>David Chappell in conversation in the UK about Windows Azure and the cloud</title><link>http://blogs.msdn.com/ericnel/archive/2009/10/21/david-chappell-in-conversation-in-the-uk-about-windows-azure-and-the-cloud.aspx</link><pubDate>Wed, 21 Oct 2009 08:11:17 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9910427</guid><dc:creator>Eric Nelson</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/ericnel/comments/9910427.aspx</comments><wfw:commentRss>http://blogs.msdn.com/ericnel/commentrss.aspx?PostID=9910427</wfw:commentRss><description>&lt;p&gt;&lt;a href="http://blogs.msdn.com/david_gristwood/"&gt;David&lt;/a&gt; and I hosted David Chappell and &lt;a href="http://blog.smarx.com/"&gt;Steve Marx&lt;/a&gt; in London on the 6th of October in a packed day with early adopters of azure (ISVs and System Integrators) &lt;/p&gt;  &lt;p&gt;David interviewed David (!) and I interviewed Steve for our &lt;a href="http://bit.ly/msdnpodcast"&gt;MSDN Podcast&lt;/a&gt;. Unfortunately the podcast with Steve isn’t yet published as it needs a few edits as we strayed into “&lt;a href="http://en.wikipedia.org/wiki/Secret_Squirrel"&gt;secret squirrel&lt;/a&gt;” territory a few times :-)&lt;/p&gt;  &lt;p&gt;&lt;a href="http://channel9.msdn.com/posts/David+Gristwood/David-Chappell-in-conversation-about-Windows-Azure-and-the-cloud/"&gt;Check out the video&lt;/a&gt; – its less than 15 minutes and David covers off Azure as well as Google, Amazon, Salesforce.com, VMware and more.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://channel9.msdn.com/posts/David+Gristwood/David-Chappell-in-conversation-about-Windows-Azure-and-the-cloud/"&gt;&lt;img title="image" border="0" alt="image" src="http://blogs.msdn.com/blogfiles/david_gristwood/WindowsLiveWriter/InConversationwithDavidChappellaboutWind_11FAE/image_3.png" width="399" height="226" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://ecn.channel9.msdn.com/o9/ch9/1/3/6/9/9/4/DavidChappellTalksAboutWindowsAzure_320_ch9.png"&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9910427" width="1" height="1"&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/ericnel?a=Yl6cu5C52iE:o04BMZxB0r4:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ericnel?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/ericnel?a=Yl6cu5C52iE:o04BMZxB0r4:dnMXMwOfBR0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ericnel?d=dnMXMwOfBR0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/ericnel?a=Yl6cu5C52iE:o04BMZxB0r4:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ericnel?i=Yl6cu5C52iE:o04BMZxB0r4:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description><category domain="http://blogs.msdn.com/ericnel/archive/tags/Azure/default.aspx">Azure</category></item><item><title>Windows Azure Platform “free” for MSDN Subscribers and BizSpark companies</title><link>http://blogs.msdn.com/ericnel/archive/2009/10/19/windows-azure-platform-free-for-msdn-subscribers-and-bizspark-companies.aspx</link><pubDate>Mon, 19 Oct 2009 18:51:07 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9909321</guid><dc:creator>Eric Nelson</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/ericnel/comments/9909321.aspx</comments><wfw:commentRss>http://blogs.msdn.com/ericnel/commentrss.aspx?PostID=9909321</wfw:commentRss><description>&lt;p&gt;Well not exactly free but definitely extremely welcome and a &lt;a href="http://msdn.microsoft.com/en-gb/subscriptions/ee461076.aspx"&gt;great benefit&lt;/a&gt;. The introductory offer includes a huge 750 hours of compute time – which rather nicely is how much you need to run a node 24x7 for the whole month. Another great reason to sign up for an MSDN subscription or to join &lt;a href="http://www.microsoft.com/bizspark/"&gt;BizSpark&lt;/a&gt; if you are a Software Startup.&lt;/p&gt;  &lt;p&gt;NB: SQL Services is SQL Azure. I guess the naming change slipped through the review process for the site.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/ericnel/WindowsLiveWriter/WindowsAzurePlatformfreeforMSDNSubscribe_116FF/image_2.png"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://blogs.msdn.com/blogfiles/ericnel/WindowsLiveWriter/WindowsAzurePlatformfreeforMSDNSubscribe_116FF/image_thumb.png" width="640" height="389" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9909321" width="1" height="1"&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/ericnel?a=JgQl1WR16Ko:z2uLSTb4Uog:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ericnel?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/ericnel?a=JgQl1WR16Ko:z2uLSTb4Uog:dnMXMwOfBR0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ericnel?d=dnMXMwOfBR0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/ericnel?a=JgQl1WR16Ko:z2uLSTb4Uog:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ericnel?i=JgQl1WR16Ko:z2uLSTb4Uog:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description><category domain="http://blogs.msdn.com/ericnel/archive/tags/Azure/default.aspx">Azure</category></item><item><title>Visual Studio 2010 and .NET Framework 4 Beta 2 now available – and launch date is set for March 22nd 2010</title><link>http://blogs.msdn.com/ericnel/archive/2009/10/19/visual-studio-2010-and-net-framework-4-beta-2-now-available-and-launch-date-is-set-for-march-22nd-2010.aspx</link><pubDate>Mon, 19 Oct 2009 17:15:32 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9909239</guid><dc:creator>Eric Nelson</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/ericnel/comments/9909239.aspx</comments><wfw:commentRss>http://blogs.msdn.com/ericnel/commentrss.aspx?PostID=9909239</wfw:commentRss><description>&lt;p&gt;I am not the biggest fan of Mondays but today is different. Today is a good day. Today we announced the availability of Beta 2 of Visual Studio 2010 and revealed the official launch date:&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;Visual Studio 2010 and .NET Framework 4 will launch on March 22nd 2010&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;We have also tinkered with the packaging/licensing (to make things easier for you). We announced new packaging, licensing and pricing of Visual Studio 2010 and MSDN. The best bit (IMHO) is:&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;We include Go Live rights to allow you to evaluate in production environments.&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;The three main versions will be:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;strong&gt;Microsoft Visual Studio 2010 Ultimate with MSDN&lt;/strong&gt; – for team development &lt;/li&gt;    &lt;li&gt;&lt;strong&gt;Microsoft Visual Studio 2010 Premium with MSDN&lt;/strong&gt; - for developers building high quality, scalable apps &lt;/li&gt;    &lt;li&gt;&lt;strong&gt;Microsoft Visual Studio 2010 Professional with MSDN&lt;/strong&gt; – for basic development &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;For MSDN subscribers we also announced the following benefits:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;b&gt;Team Foundation Server 2010 - &lt;/b&gt;All 3 versions of Visual Studio 2010 listed above will include Team Foundation Server.&lt;b&gt;&lt;/b&gt; &lt;/li&gt;    &lt;li&gt;&lt;b&gt;Windows Azure – &lt;/b&gt;Free usage hours of our cloud services platform including Windows Azure, SQL Azure and .NET services once the products become commercially available. &lt;/li&gt;    &lt;li&gt;&lt;b&gt;eLearning – &lt;/b&gt;complimentary eLearning up to 40 hours per year per subscriber. &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;Visit the &lt;a href="http://bit.ly/vs2010b2 "&gt;Microsoft Visual Studio 2010 and .NET Framework 4 Beta&lt;/a&gt; site to download the Beta, submit feedback, go to forums, and find more information about the Beta. &lt;/p&gt;  &lt;p&gt;I’m off to kick off a download. Have fun!&lt;/p&gt;  &lt;p&gt;P.S. If you are not an MSDN subscriber, then the bits should be available on October 21st including the Express versions of Visual Studio 2010.&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9909239" width="1" height="1"&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/ericnel?a=o4AUg5Sgn4s:6qiUvVf2psQ:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ericnel?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/ericnel?a=o4AUg5Sgn4s:6qiUvVf2psQ:dnMXMwOfBR0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ericnel?d=dnMXMwOfBR0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/ericnel?a=o4AUg5Sgn4s:6qiUvVf2psQ:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ericnel?i=o4AUg5Sgn4s:6qiUvVf2psQ:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description><category domain="http://blogs.msdn.com/ericnel/archive/tags/Visual+Studio+2010/default.aspx">Visual Studio 2010</category></item><item><title>UK MSDN Flash Poll for October 21st 2009: Which platforms do you develop for?</title><link>http://blogs.msdn.com/ericnel/archive/2009/10/14/uk-msdn-flash-poll-for-october-21st-2009-which-platforms-do-you-develop-for.aspx</link><pubDate>Wed, 14 Oct 2009 21:57:20 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9907340</guid><dc:creator>Eric Nelson</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/ericnel/comments/9907340.aspx</comments><wfw:commentRss>http://blogs.msdn.com/ericnel/commentrss.aspx?PostID=9907340</wfw:commentRss><description>&lt;p&gt;Nice and simple – but I think the results will be interesting.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;iframe height="300" src="http://zohopolls.com/external/ericnel/which-platform-s-do-you-develop-for" frameborder="0" width="450"&gt;&lt;/iframe&gt;&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9907340" width="1" height="1"&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/ericnel?a=nSziCoDNohQ:D4pHPvp_620:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ericnel?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/ericnel?a=nSziCoDNohQ:D4pHPvp_620:dnMXMwOfBR0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ericnel?d=dnMXMwOfBR0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/ericnel?a=nSziCoDNohQ:D4pHPvp_620:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ericnel?i=nSziCoDNohQ:D4pHPvp_620:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description><category domain="http://blogs.msdn.com/ericnel/archive/tags/Poll_2F00_Survey/default.aspx">Poll/Survey</category></item><item><title>MSDN Flash Podcast Show 010 – Paul Jackson on Memory Mapped Files in .NET Framework 4.0, using Oslo and learning to love the web again thanks to ASP.NET MVC</title><link>http://blogs.msdn.com/ericnel/archive/2009/10/08/msdn-flash-podcast-show-010-paul-jackson-on-memory-mapped-files-in-net-framework-4-0-using-oslo-and-learning-to-love-the-web-again-thanks-to-asp-net-mvc.aspx</link><pubDate>Thu, 08 Oct 2009 18:29:30 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9904980</guid><dc:creator>Eric Nelson</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/ericnel/comments/9904980.aspx</comments><wfw:commentRss>http://blogs.msdn.com/ericnel/commentrss.aspx?PostID=9904980</wfw:commentRss><description>&lt;p&gt;This podcast accompanies the October 8th edition of the MSDN &lt;a href="http://www.microsoft.com/uk/msdn/flash/"&gt;Flash&lt;/a&gt; newsletter.&lt;/p&gt;  &lt;p&gt;It is an interview with &lt;a href="http://compilewith.net/"&gt;Paul Jackson&lt;/a&gt; which is meant to be about the article he wrote on Memory Mapped Files in .NET Framework 4.0 but tends to go off in different directions – but we both certainly enjoyed doing it :-) I was interested to hear how he was getting on with Oslo and why he was revisiting ASP.NET after many years of focus on XAML.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Show Notes:&lt;/strong&gt;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;a href="http://weblogs.asp.net/scottgu/archive/2009/09/24/announcing-the-websitespark-program.aspx"&gt;WebsiteSpark Program&lt;/a&gt; &lt;/li&gt;    &lt;li&gt;&lt;a href="http://weblogs.asp.net/scottgu/archive/2009/09/15/announcing-the-microsoft-ajax-cdn.aspx"&gt;Microsoft Ajax CDN&lt;/a&gt; &lt;/li&gt;    &lt;li&gt;&lt;a href="http://www.microsoft.com/web/downloads/platform.aspx"&gt;Web Platform Installer Version 2&lt;/a&gt; &lt;/li&gt;    &lt;li&gt;Web Toolkits &lt;a href="http://channel9.msdn.com/tags/Web+Application+Toolkit/"&gt;series of screencasts&lt;/a&gt; &lt;/li&gt;    &lt;li&gt;&lt;a href="http://www.microsoft.com/casestudies/Case_Study_Detail.aspx?CaseStudyID=4000005226"&gt;Casestudy on F#&lt;/a&gt; &lt;/li&gt;    &lt;li&gt;Poll &lt;a href="http://geekswithblogs.net/iupdateable/archive/2009/09/28/uk-msdn-flash-poll-for-october-7th-2009-how-many.aspx"&gt;How many lines of code did you write yesterday?&lt;/a&gt; &lt;/li&gt;    &lt;li&gt;Memory Mapped File .NET 4.0 &lt;a href="http://msdn.microsoft.com/en-us/library/system.io.memorymappedfiles(VS.100).aspx"&gt;preliminary MSDN documentation&lt;/a&gt; &lt;/li&gt;    &lt;li&gt;&lt;a href="http://www.microsoft.com/soa/products/oslo.aspx"&gt;Microsoft Oslo&lt;/a&gt; &lt;/li&gt;    &lt;li&gt;Book &lt;a href="http://www.amazon.co.uk/Pro-ASP-NET-Framework-Steven-Sanderson/dp/1430210079/ref=sr_1_1?ie=UTF8&amp;amp;s=books&amp;amp;qid=1255013119&amp;amp;sr=8-1"&gt;Pro ASP.NET MVC&lt;/a&gt; by Steven Sanderson &lt;/li&gt;    &lt;li&gt;Book &lt;a href="http://www.amazon.co.uk/Professional-ASP-NET-MVC-Wrox-Programmer/dp/0470384611/ref=sr_1_2?ie=UTF8&amp;amp;s=books&amp;amp;qid=1255013119&amp;amp;sr=8-2"&gt;Professional ASP.NET MVC 1.0&lt;/a&gt; (with &lt;a href="http://www.nerddinner.com/"&gt;nerddinner&lt;/a&gt; sample) and the &lt;a href="http://aspnetmvcbook.s3.amazonaws.com/aspnetmvc-nerdinner_v1.pdf"&gt;free chapter&lt;/a&gt; (pdf) from Scott Guthrie &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;strong&gt;Subscribe:&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;Subscribe in an RSS Reader:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://feeds2.feedburner.com/ukmsdn"&gt;&lt;img border="0" alt="" src="http://podcastfm.co.uk/images/podcast_buttons/podcast-block1-rss.gif" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Subscribe in ITunes:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewPodcast?id=317131876"&gt;&lt;img border="0" alt="" src="http://podcastfm.co.uk/images/podcast_buttons/podcast-ipod1.gif" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Or:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://podcastfm.co.uk/12550126614acdf85eadd12.mp3"&gt;Download/Play MSDN Flash Show 010&lt;/a&gt;&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9904980" width="1" height="1"&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/ericnel?a=-COHljGfbUg:1ZuuFq20k7A:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ericnel?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/ericnel?a=-COHljGfbUg:1ZuuFq20k7A:dnMXMwOfBR0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ericnel?d=dnMXMwOfBR0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/ericnel?a=-COHljGfbUg:1ZuuFq20k7A:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ericnel?i=-COHljGfbUg:1ZuuFq20k7A:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description><category domain="http://blogs.msdn.com/ericnel/archive/tags/Podcast/default.aspx">Podcast</category></item><item><title>Slides and links from Windows Azure Platform Storage session</title><link>http://blogs.msdn.com/ericnel/archive/2009/10/07/slides-and-links-from-windows-azure-platform-storage-session.aspx</link><pubDate>Wed, 07 Oct 2009 15:45:12 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9904322</guid><dc:creator>Eric Nelson</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/ericnel/comments/9904322.aspx</comments><wfw:commentRss>http://blogs.msdn.com/ericnel/commentrss.aspx?PostID=9904322</wfw:commentRss><description>&lt;p&gt;I delivered a session on Windows Azure Storage and SQL Azure Database at the &lt;a href="http://www.ukazurenet.com/"&gt;UK Azure user group&lt;/a&gt; on the 6th of October.&lt;/p&gt;  &lt;p&gt;A big thanks to everyone who attended – and for putting up with my last minute improvisation when we realised that 2/3rd of the audience were actually brand new to Windows Azure (and presumably therefore brand new to the user group)&lt;/p&gt;  &lt;p&gt;Links:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;a href="http://www.azure.com"&gt;www.azure.com&lt;/a&gt; Main site and where you &lt;a href="http://www.microsoft.com/azure/register.mspx"&gt;register to get tokens&lt;/a&gt;. Remember you need separate tokens for Windows Azure and SQL Azure. &lt;/li&gt;    &lt;li&gt;Or… a more &lt;a href="http://www.azureadvantage.co.uk/Pages/default.aspx"&gt;streamlined registration portal&lt;/a&gt; for UK developers (only gets you Windows Azure, not SQL Azure) &lt;/li&gt;    &lt;li&gt;The SQL Azure Storage tool I was using (which is extremely useful!) &lt;a href="http://www.cerebrata.com/Products/CloudStorageStudio/Default.aspx"&gt;Cloud Storage Studio&lt;/a&gt; (Currently in beta) &lt;/li&gt;    &lt;li&gt;A great online tool for working with SQL Azure – &lt;a href="https://onlinedemo.cerebrata.com/SQLAzureClient/default.aspx"&gt;Omega&lt;/a&gt; &lt;/li&gt;    &lt;li&gt;The &lt;a href="bit.ly/msdnpodcast"&gt;podcast&lt;/a&gt; where I will publish the interview with Steve Marx on Azure in next week or so &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;I also have a &lt;a href="http://geekswithblogs.net/iupdateable/archive/2009/09/21/slides-for-software-architect-2009.aspx"&gt;longer version of this presentation&lt;/a&gt; with more info and learning on storage which I delivered at Software Architect 2009.&lt;/p&gt;  &lt;div style="text-align: left; width: 425px" id="__ss_2152877"&gt;&lt;a style="margin: 12px 0px 3px; display: block; font: 14px helvetica,arial,sans-serif; text-decoration: underline" title="Storage in the Windows Azure Platform - ericnel" href="http://www.slideshare.net/ukdpe/storage-in-the-windows-azure-platform-ericnel"&gt;Storage in the Windows Azure Platform - ericnel&lt;/a&gt;&lt;object style="margin:0px" width="425" height="355"&gt;&lt;param name="movie" value="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=storageinwindowsazure-ericnel-091007072448-phpapp02&amp;amp;rel=0&amp;amp;stripped_title=storage-in-the-windows-azure-platform-ericnel" /&gt;&lt;param name="allowFullScreen" value="true" /&gt;&lt;param name="allowScriptAccess" value="always" /&gt;&lt;embed src="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=storageinwindowsazure-ericnel-091007072448-phpapp02&amp;amp;rel=0&amp;amp;stripped_title=storage-in-the-windows-azure-platform-ericnel" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="355"&gt;&lt;/embed&gt;&lt;/object&gt;    &lt;div style="font-family: tahoma,arial; height: 26px; font-size: 11px; padding-top: 2px"&gt;View more &lt;a style="text-decoration: underline" href="http://www.slideshare.net/"&gt;presentations&lt;/a&gt; from &lt;a style="text-decoration: underline" href="http://www.slideshare.net/ukdpe"&gt;ukdpe&lt;/a&gt;.&lt;/div&gt; &lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9904322" width="1" height="1"&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/ericnel?a=0aCIFTx8odc:q2VRczuYC5I:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ericnel?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/ericnel?a=0aCIFTx8odc:q2VRczuYC5I:dnMXMwOfBR0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ericnel?d=dnMXMwOfBR0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/ericnel?a=0aCIFTx8odc:q2VRczuYC5I:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/ericnel?i=0aCIFTx8odc:q2VRczuYC5I:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description><category domain="http://blogs.msdn.com/ericnel/archive/tags/UK/default.aspx">UK</category><category domain="http://blogs.msdn.com/ericnel/archive/tags/Events_2F00_Training/default.aspx">Events/Training</category><category domain="http://blogs.msdn.com/ericnel/archive/tags/Azure/default.aspx">Azure</category></item></channel></rss>
