<?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>Chris Bowen's Blog</title><link>http://blogs.msdn.com/cbowen/default.aspx</link><description>Development Technologies &amp; Community, Microsoft, and the Northeast</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>ASP.NET MVC Resource Guide</title><link>http://blogs.msdn.com/cbowen/archive/2009/10/31/asp-net-mvc-resource-guide.aspx</link><pubDate>Sat, 31 Oct 2009 16:28:05 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9915678</guid><dc:creator>cbowen</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/cbowen/comments/9915678.aspx</comments><wfw:commentRss>http://blogs.msdn.com/cbowen/commentrss.aspx?PostID=9915678</wfw:commentRss><wfw:comment>http://blogs.msdn.com/cbowen/rsscomments.aspx?PostID=9915678</wfw:comment><description>&lt;a href="http://www.asp.net/mvc"&gt;&lt;/a&gt;  &lt;p&gt;&lt;a href="http://asp.net/mvc"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; margin: 0px 0px 0px 5px; display: inline; border-top: 0px; border-right: 0px" title="MVC" border="0" alt="MVC" align="right" src="http://blogs.msdn.com/blogfiles/cbowen/WindowsLiveWriter/ASP.NETMVCResources_C70B/MVC_3.png" width="142" height="58" /&gt;&lt;/a&gt;This post is inspired by the presentation that &lt;/a&gt;&lt;a href="http://patrickhynds.com/"&gt;Patrick Hynds&lt;/a&gt; and I gave on ASP.NET MVC at &lt;a href="http://stackoverflow.carsonified.com/events/boston"&gt;StackOverflow’s DevDays conference in Boston&lt;/a&gt;.&amp;#160; Whether you attended DevDays or&amp;#160; happen on this from the web, I hope this is useful for you to learn more about ASP.NET MVC. (&lt;a href="http://blogs.msdn.com/cbowen/contact.aspx"&gt;Let me know&lt;/a&gt; if you have additions or questions.)&lt;/p&gt;  &lt;h2&gt;Getting Started&lt;/h2&gt;  &lt;p&gt;&lt;a href="http://www.asp.net/mvc"&gt;ASP.NET MVC&lt;/a&gt; is an implementation of the Model-View-Controller pattern on ASP.NET and is freely available via:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=53289097-73ce-43bf-b6a6-35e00103cb4b&amp;amp;displaylang=en"&gt;Direct download (binary or source)&lt;/a&gt; &lt;/li&gt;    &lt;li&gt;&lt;a href="http://www.microsoft.com/web/"&gt;Web Platform Installer&lt;/a&gt; - makes installations simple &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=d3f06bb9-5f5f-4f46-91e9-813b3fce2db1&amp;amp;displaylang=en"&gt;ASP.NET MVC 2 Preview 2&lt;/a&gt; is also available, providing a look at the next version.&amp;#160; Note that ASP.NET MVC 2 will also ship with Visual Studio 2010 (itself &lt;a href="http://msdn.microsoft.com/en-us/vstudio/dd582936.aspx"&gt;available as Beta 2&lt;/a&gt;).&lt;/p&gt;  &lt;h2&gt;Learning ASP.NET MVC&lt;/h2&gt;  &lt;p&gt;So, &lt;em&gt;why is this useful? &lt;/em&gt; There’s a 3 minute overview &lt;a href="http://www.asp.net/learn/mvc-videos/video-8144.aspx"&gt;&amp;quot;Why ASP.NET MVC?&amp;quot;&lt;/a&gt; for decision makers, and a 10 minute technical &lt;a href="http://www.asp.net/learn/mvc-videos/video-8145.aspx"&gt;“ASP.NET MVC How?”&lt;/a&gt; video for developers.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://asp.net/mvc/learn"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; margin-left: 0px; border-top: 0px; margin-right: 0px; border-right: 0px" title="ASP.MVC Learn" border="0" alt="ASP.MVC Learn" align="right" src="http://blogs.msdn.com/blogfiles/cbowen/WindowsLiveWriter/ASP.NETMVCResources_C70B/ASP.MVC%20Learn_3.png" width="170" height="127" /&gt;&lt;/a&gt; To start learning ASP.NET MVC, go to &lt;a href="http://www.asp.net/mvc/learn"&gt;www.asp.net/mvc/learn&lt;/a&gt;.&amp;#160; There’s tutorials, videos, sample applications, etc. to get you underway. &lt;/p&gt;  &lt;p&gt;Then, grab a cup of coffee and sit down to study the &lt;a href="http://nerddinner.codeplex.com/"&gt;Nerd Dinner&lt;/a&gt; sample application.&amp;#160; It has plenty of intermediate concepts like testing, repository, validation, and more. &lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;I highly recommend you work through creating Nerd Dinner with the &lt;a href="http://www.wrox.com/WileyCDA/Section/id-321793.html"&gt;196-page walkthrough by Scott Guthrie&lt;/a&gt; &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;Here are some other places you can turn for more:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;a href="http://elijahmanor.com/webdevdotnet/post/ASPNET-MVC-Cheat-Sheets.aspx"&gt;MVC Cheat Sheets&lt;/a&gt; – Great compilation by Elijah Manor       &lt;br /&gt;&lt;/li&gt;    &lt;li&gt;&lt;a href="http://forums.asp.net/1146.aspx"&gt;ASP.NET MVC Forum&lt;/a&gt;      &lt;br /&gt;&lt;/li&gt;    &lt;li&gt;&lt;a href="http://stackoverflow.com/questions/tagged/asp.net-mvc"&gt;StackOverflow ASP.NET MVC Tag&lt;/a&gt; (which as you may know is itself based on ASP.NET MVC)&amp;#160; &lt;/li&gt; &lt;/ul&gt;  &lt;h2&gt;Going Deeper&lt;/h2&gt;  &lt;p&gt;These are intermediate topics we touched on in the Boston session, and pointers for learning more.&lt;/p&gt;  &lt;h3&gt;Routing&lt;/h3&gt;  &lt;p&gt;Learning the M-V-C of ASP.NET MVC is only part of the story.&amp;#160; &lt;em&gt;Routing&lt;/em&gt; is what takes an inbound web request and maps it to a controller action (and arguments).&amp;#160; There are routing tutorials &lt;a href="http://www.asp.net/learn/mvc/tutorial-05-cs.aspx"&gt;on the ASP.NET site&lt;/a&gt; and &lt;a href="http://msdn.microsoft.com/en-us/library/cc668201%28VS.100%29.aspx"&gt;on MSDN&lt;/a&gt;.    &lt;br /&gt;    &lt;br /&gt;You can also define &lt;a href="http://www.asp.net/learn/mvc/tutorial-23-cs.aspx"&gt;custom routes&lt;/a&gt;, &lt;a href="http://www.asp.net/learn/mvc/tutorial-24-cs.aspx"&gt;route constraints&lt;/a&gt; (a route that is satisfied only when constraints are met), and &lt;a href="http://www.asp.net/learn/mvc/tutorial-25-cs.aspx"&gt;custom route constraints&lt;/a&gt;.&lt;/p&gt;  &lt;h3&gt;T4 Templates&lt;/h3&gt;  &lt;p&gt;Code generation in Visual Studio is customizable via T4 templates, and ASP.NET MVC uses these as well.&amp;#160; Need a different view or controller created in your projects?&amp;#160; Change them or add new ones.&amp;#160; They can change for all projects, or you can add/override them in specific projects. &lt;/p&gt;  &lt;p&gt;Learn more at &lt;a href="http://blogs.msdn.com/webdevtools/archive/2009/01/29/t4-templates-a-quick-start-guide-for-asp-net-mvc-developers.aspx"&gt;T4 Templates: A Quick-Start Guide for ASP.NET MVC Developers&lt;/a&gt;.&lt;/p&gt;  &lt;h3&gt;MVC Contrib&lt;/h3&gt;  &lt;p&gt;One of the key features of ASP.NET MVC is flexibility in implementation.&amp;#160; Head to &lt;a href="http://mvccontrib.codeplex.com/"&gt;MVC Contrib&lt;/a&gt; to find additional options for extending and modifying how ASP.NET MVC functions, including: &lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Filters &lt;/li&gt;    &lt;li&gt;View engines &lt;/li&gt;    &lt;li&gt;Controller factories &lt;/li&gt;    &lt;li&gt;Model binders &lt;/li&gt;    &lt;li&gt;Routing &lt;/li&gt;    &lt;li&gt;Controllers &lt;/li&gt;    &lt;li&gt;and more &lt;/li&gt; &lt;/ul&gt;  &lt;h2&gt;Key Bloggers Covering ASP.NET MVC&lt;/h2&gt;  &lt;ul&gt;   &lt;li&gt;&lt;a href="http://weblogs.asp.net/scottgu"&gt;Scott Guthrie&lt;/a&gt;&lt;/li&gt;    &lt;li&gt;&lt;a href="http://haacked.com/"&gt;Phil Haack&lt;/a&gt; &lt;/li&gt;    &lt;li&gt;&lt;a href="http://stephenwalther.com/"&gt;Stephen Walther&lt;/a&gt;&lt;/li&gt;    &lt;li&gt;&lt;a href="http://www.hanselman.com/"&gt;Scott Hanselman&lt;/a&gt; &lt;/li&gt; &lt;/ul&gt;  &lt;h2&gt;Attendee Questions&lt;/h2&gt;  &lt;p&gt;We had good questions during and after the DevDays session and I wanted to share details for some of the key ones:&lt;/p&gt;  &lt;h3&gt;Model Binding&lt;/h3&gt;  &lt;p&gt;There were a few questions about taking data from a submitted page and getting it to arguments in an action method.&amp;#160; This is well supported via &lt;em&gt;model binders&lt;/em&gt;, which let you map posted form data to classes passed as arguments to action methods. &lt;/p&gt;  &lt;p&gt;Learn more about model binding at:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;a href="http://odetocode.com/blogs/scott/archive/2009/04/27/6-tips-for-asp-net-mvc-model-binding.aspx"&gt;“6 Tips for ASP.NET MVC Model Binding”&lt;/a&gt; – K. Scott Allen&lt;/li&gt;    &lt;li&gt;&lt;a href="http://msdn.microsoft.com/en-us/library/dd410405.aspx"&gt;Models and Model Binders in MVC Applications&lt;/a&gt;&lt;/li&gt;    &lt;li&gt;&lt;a href="http://www.hanselman.com/blog/SplittingDateTimeUnitTestingASPNETMVCCustomModelBinders.aspx"&gt;“Splitting DateTime – Unit Testing ASP.NET MVC Custom Model Binders”&lt;/a&gt; – Scott Hanselman&lt;/li&gt;    &lt;li&gt;Video - &lt;a href="http://www.microsoft.com/belux/msdn/nl/chopsticks/default.aspx?id=798"&gt;“Using ASP.NET MVC Model Binder”&lt;/a&gt;&lt;/li&gt; &lt;/ul&gt;  &lt;h3&gt;ViewModel Pattern&lt;/h3&gt;  &lt;p&gt;Using the ViewData dictionary is one way to get data to a view, but you can also create classes to contain that data. Called the &lt;em&gt;ViewModel&lt;/em&gt; pattern, these classes help to structure and identify the data needed.&lt;/p&gt;  &lt;p&gt;You can learn about ViewModel here:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;a href="http://stephenwalther.com/blog/archive/2009/04/13/asp.net-mvc-tip-50-ndash-create-view-models.aspx"&gt;“ASP.NET MVC Tip #50 – Create View Models” - Stephen Walther&lt;/a&gt;&lt;/li&gt;    &lt;li&gt;&lt;a href="http://nerddinnerbook.s3.amazonaws.com/Part6.htm"&gt;Nerd Dinner sample application walkthrough – Part 6&lt;/a&gt;&lt;/li&gt; &lt;/ul&gt;  &lt;h3&gt;ASP.NET WebForms vs. ASP.NET MVC?&lt;/h3&gt;  &lt;p&gt;If you’re wondering whether/when to use ASP.NET WebForms or ASP.NET MVC, &lt;a href="http://rachelappel.com/asp-net/asp-net-development-mvc-vs-web-forms/"&gt;Rachel Appel has a good blog post&lt;/a&gt; and a &lt;a href="http://videos.visitmix.com/MIX09/T23F"&gt;session recording from Mix ‘09&lt;/a&gt; on the topic.&lt;/p&gt;  &lt;p&gt;It’s important to keep in mind that you can mix ASP.NET MVC and ASP.NET WebForms in an application, so this isn’t necessarily an either-or proposition.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/cbowen/contact.aspx"&gt;Let me know&lt;/a&gt; if you’ve found something else particularly helpful in learning about ASP.NET MVC.&amp;#160; I’ll be happy to add it.&lt;/p&gt;  &lt;p&gt;-Chris&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9915678" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/cbowen/archive/tags/ASP.NET/default.aspx">ASP.NET</category><category domain="http://blogs.msdn.com/cbowen/archive/tags/MVC/default.aspx">MVC</category></item><item><title>Five MSDN Roadshows Touring the East Coast</title><link>http://blogs.msdn.com/cbowen/archive/2009/10/30/five-msdn-roadshows-touring-the-east-coast.aspx</link><pubDate>Fri, 30 Oct 2009 21:07:58 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9915472</guid><dc:creator>cbowen</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/cbowen/comments/9915472.aspx</comments><wfw:commentRss>http://blogs.msdn.com/cbowen/commentrss.aspx?PostID=9915472</wfw:commentRss><wfw:comment>http://blogs.msdn.com/cbowen/rsscomments.aspx?PostID=9915472</wfw:comment><description>&lt;p&gt;Back in February of 2007, we &lt;a href="http://blogs.msdn.com/cbowen/archive/2007/02/12/announcing-bob-chris-msdn-roadshow.aspx"&gt;kicked off&lt;/a&gt; the Northeast MSDN Roadshow with a tour of five cities to wax poetic about the then sparking-new .NET Framework 3.0.&amp;#160; We drove many miles, threw things at audience members, showed a lot of code, and had a blast.&lt;/p&gt;  &lt;p&gt;Fast forward 2 years 8 months and we’re nearing the start of our eleventh Roadshow series, &lt;a href="http://blogs.msdn.com/cbowen/archive/2009/10/13/northeast-msdn-roadshow-don-t-fear-the-coder-tour.aspx"&gt;the &lt;em&gt;“Dont’ Fear the Coder”&lt;/em&gt; Tour&lt;/a&gt;, but what’s equally cool is that there are &lt;strong&gt;five MSDN Roadshows&lt;/strong&gt; reaching audiences up and down the east coast (each with a spiffy new logo as well.)&lt;/p&gt;  &lt;p&gt;Here’s the full list (painstakingly CTRL+C and CTRL+V’ed from my New Jersey based teammate &lt;a href="http://blogs.msdn.com/peterlau/archive/2009/10/30/msdn-roadshows-coming-to-an-east-coast-city-near-you.aspx"&gt;Peter Laudati's blog&lt;/a&gt;.&amp;#160; Thanks, Peter!)&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Register for any of these at &lt;/strong&gt;&lt;a href="http://www.msdnevents.com"&gt;&lt;strong&gt;http://www.msdnevents.com&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;   &lt;table border="0" cellspacing="3" cellpadding="3" width="439"&gt;&lt;tbody&gt;       &lt;tr&gt;         &lt;td valign="top" width="141"&gt;&lt;a href="http://blogs.msdn.com/cbowen/archive/2009/10/13/northeast-msdn-roadshow-don-t-fear-the-coder-tour.aspx"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="n_east_roadshow_120x120" border="0" alt="n_east_roadshow_120x120" src="http://blogs.msdn.com/blogfiles/peterlau/WindowsLiveWriter/MSDNRoadshowscomingtoanEastCoastcitynear_9174/n_east_roadshow_120x120_3.png" width="120" height="120" /&gt;&lt;/a&gt; &lt;/td&gt;          &lt;td valign="top" width="287"&gt;&lt;font color="#800080"&gt;&lt;a href="http://blogs.msdn.com/cbowen/archive/2009/10/13/northeast-msdn-roadshow-don-t-fear-the-coder-tour.aspx"&gt;MSDN “Northeast” Roadshow&lt;/a&gt;&lt;/font&gt; with             &lt;br /&gt;&lt;a href="http://blogs.msdn.com/cbowen/"&gt;&lt;font color="#800080"&gt;Chris Bowen&lt;/font&gt;&lt;/a&gt; &amp;amp; &lt;a href="http://blogs.msdn.com/jimoneil/"&gt;&lt;font color="#800080"&gt;Jim O’Neil&lt;/font&gt;&lt;/a&gt;             &lt;br /&gt;            &lt;br /&gt;            &lt;p&gt;Cities &amp;amp; Dates:&lt;/p&gt;            &lt;ul&gt;             &lt;li&gt;11/10/2009 – Burlington, VT &lt;/li&gt;              &lt;li&gt;11/12/2009 – Albany (Troy), NY &lt;/li&gt;              &lt;li&gt;11/13/2009 – Rochester, NY &lt;/li&gt;              &lt;li&gt;12/3/2009 – Farmington, CT &lt;/li&gt;              &lt;li&gt;12/8/2009 – Waltham, MA &lt;/li&gt;              &lt;li&gt;12/9/2009 – Providence, RI &lt;/li&gt;              &lt;li&gt;12/15/2009 – Augusta, ME &lt;/li&gt;           &lt;/ul&gt;         &lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td valign="top" width="141"&gt;&lt;a href="http://blogs.msdn.com/peterlau/archive/2009/10/19/msdn-metro-roadshow-fall-2009-series.aspx"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="metro_roadshow_120x120" border="0" alt="metro_roadshow_120x120" src="http://blogs.msdn.com/blogfiles/peterlau/WindowsLiveWriter/MSDNRoadshowscomingtoanEastCoastcitynear_9174/metro_roadshow_120x120_3.png" width="120" height="120" /&gt;&lt;/a&gt; &lt;/td&gt;          &lt;td valign="top" width="287"&gt;           &lt;p&gt;&lt;a href="http://blogs.msdn.com/peterlau/archive/2009/10/19/msdn-metro-roadshow-fall-2009-series.aspx"&gt;&lt;font color="#0066cc"&gt;MSDN “Metro” Roadshow&lt;/font&gt;&lt;/a&gt; with               &lt;br /&gt;&lt;a href="http://www.peterlaudati.com/"&gt;&lt;font color="#0066cc"&gt;Peter Laudati&lt;/font&gt;&lt;/a&gt; &amp;amp; &lt;a href="http://www.slingalibi.com/"&gt;&lt;font color="#0066cc"&gt;Asli Bilgin&lt;/font&gt;&lt;/a&gt;               &lt;br /&gt;              &lt;br /&gt;Cities &amp;amp; Dates:&lt;/p&gt;            &lt;ul&gt;             &lt;li&gt;11/12/2009 – Parsippany, NJ &lt;/li&gt;              &lt;li&gt;12/10/2009 – East Windsor, NJ &lt;/li&gt;              &lt;li&gt;12/15/2009 – New York, NY &lt;/li&gt;           &lt;/ul&gt;         &lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td valign="top" width="141"&gt;&lt;a href="http://code.msdn.microsoft.com/MidAtlantic"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="mid_atl_roadshow_120x120" border="0" alt="mid_atl_roadshow_120x120" src="http://blogs.msdn.com/blogfiles/peterlau/WindowsLiveWriter/MSDNRoadshowscomingtoanEastCoastcitynear_9174/mid_atl_roadshow_120x120_3.png" width="120" height="120" /&gt;&lt;/a&gt; &lt;/td&gt;          &lt;td valign="top" width="287"&gt;           &lt;p&gt;&lt;a href="http://code.msdn.microsoft.com/MidAtlantic"&gt;&lt;font color="#0066cc"&gt;MSDN “Mid-Atlantic” Roadshow&lt;/font&gt;&lt;/a&gt; with               &lt;br /&gt;&lt;a href="http://blogs.msdn.com/gduthie"&gt;&lt;font color="#0066cc"&gt;G. Andrew Duthie&lt;/font&gt;&lt;/a&gt;, &lt;a href="http://www.smallandmighty.net/"&gt;&lt;font color="#0066cc"&gt;Dani Diaz&lt;/font&gt;&lt;/a&gt;, and &lt;a href="http://coolstuffwith.net/"&gt;&lt;font color="#0066cc"&gt;Dave Isbitski&lt;/font&gt;&lt;/a&gt;               &lt;br /&gt;              &lt;br /&gt;Cities &amp;amp; Dates:&lt;/p&gt;            &lt;ul&gt;             &lt;li&gt;11/12/2009 – Pittsburgh, PA &lt;/li&gt;              &lt;li&gt;12/1/2009 – Harrisburg, PA &lt;/li&gt;              &lt;li&gt;12/3/2009 – Reston, VA &lt;/li&gt;              &lt;li&gt;12/8/2009 – Roanoke, VA &lt;/li&gt;              &lt;li&gt;12/10/2009 – Malvern, PA &lt;/li&gt;           &lt;/ul&gt;         &lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td valign="top" width="141"&gt;&lt;a href="http://tinyurl.com/SouthernFried"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="s_fried_roadshow_120x120" border="0" alt="s_fried_roadshow_120x120" src="http://blogs.msdn.com/blogfiles/peterlau/WindowsLiveWriter/MSDNRoadshowscomingtoanEastCoastcitynear_9174/s_fried_roadshow_120x120_3.png" width="120" height="120" /&gt;&lt;/a&gt; &lt;/td&gt;          &lt;td valign="top" width="287"&gt;           &lt;p&gt;&lt;a href="http://tinyurl.com/SouthernFried"&gt;&lt;font color="#0066cc"&gt;MSDN “Southern Fried” Roadshow&lt;/font&gt;&lt;/a&gt; with               &lt;br /&gt;&lt;a href="http://www.structuretoobig.com/home/"&gt;&lt;font color="#0066cc"&gt;Brian Hitney&lt;/font&gt;&lt;/a&gt; &amp;amp; &lt;a href="http://blogs.msdn.com/glengordon/"&gt;&lt;font color="#0066cc"&gt;Glen Gordon&lt;/font&gt;&lt;/a&gt;               &lt;br /&gt;              &lt;br /&gt;Cities &amp;amp; Dates:&lt;/p&gt;            &lt;ul&gt;             &lt;li&gt;11/4/2009 – Greensboro, NC &lt;/li&gt;              &lt;li&gt;11/5/2009 – Raleigh, NC &lt;/li&gt;              &lt;li&gt;11/6/2009 – Columbia, SC &lt;/li&gt;              &lt;li&gt;12/8/2009 – Atlanta, GA &lt;/li&gt;              &lt;li&gt;12/9/2009 – Montgomery, AL &lt;/li&gt;           &lt;/ul&gt;         &lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td valign="top" width="141"&gt;&lt;a href="http://www.devfish.net/fullblogitemview.aspx?blogid=709"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="tiki_roadshow_120x120" border="0" alt="tiki_roadshow_120x120" src="http://blogs.msdn.com/blogfiles/peterlau/WindowsLiveWriter/MSDNRoadshowscomingtoanEastCoastcitynear_9174/tiki_roadshow_120x120_3.png" width="120" height="120" /&gt;&lt;/a&gt; &lt;/td&gt;          &lt;td valign="top" width="287"&gt;           &lt;p&gt;&lt;a href="http://www.devfish.net/fullblogitemview.aspx?blogid=709"&gt;&lt;font color="#0066cc"&gt;MSDN “Tiki Hut” Roadshow&lt;/font&gt;&lt;/a&gt; with               &lt;br /&gt;&lt;a href="http://www.devfish.net/"&gt;&lt;font color="#0066cc"&gt;Joe Healy&lt;/font&gt;&lt;/a&gt; &amp;amp; &lt;a href="http://blogs.msdn.com/rfustino/"&gt;&lt;font color="#0066cc"&gt;Russ Fustino&lt;/font&gt;&lt;/a&gt;               &lt;br /&gt;              &lt;br /&gt;Cities &amp;amp; Dates:&lt;/p&gt;            &lt;ul&gt;             &lt;li&gt;11/30/2009 – Tampa, FL &lt;/li&gt;              &lt;li&gt;12/2/2009 – Fort Lauderdale, FL &lt;/li&gt;              &lt;li&gt;12/14/2009 – Orlando, FL &lt;/li&gt;           &lt;/ul&gt;         &lt;/td&gt;       &lt;/tr&gt;     &lt;/tbody&gt;&lt;/table&gt; &lt;/p&gt;  &lt;p&gt;I hope you enjoy the next Roadshow, wherever you may be*!&amp;#160; (*As long as it’s somewhere along the east coast.)&lt;/p&gt;  &lt;p&gt;-Chris&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9915472" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/cbowen/archive/tags/Events/default.aspx">Events</category><category domain="http://blogs.msdn.com/cbowen/archive/tags/Roadshow/default.aspx">Roadshow</category></item><item><title>Professional Developers Conference (PDC) Update</title><link>http://blogs.msdn.com/cbowen/archive/2009/10/29/professional-developers-conference-pdc-update.aspx</link><pubDate>Thu, 29 Oct 2009 20:05:11 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9914913</guid><dc:creator>cbowen</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/cbowen/comments/9914913.aspx</comments><wfw:commentRss>http://blogs.msdn.com/cbowen/commentrss.aspx?PostID=9914913</wfw:commentRss><wfw:comment>http://blogs.msdn.com/cbowen/rsscomments.aspx?PostID=9914913</wfw:comment><description>&lt;p&gt;&lt;a href="http://microsoftpdc.com/"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; margin: 0px 0px 0px 5px; display: inline; border-top: 0px; border-right: 0px" title="PDC09Bling_BeforeAfter_240" border="0" alt="PDC09Bling_BeforeAfter_240" align="right" src="http://blogs.msdn.com/blogfiles/cbowen/WindowsLiveWriter/ProfessionalDevelopersConferencePDCUpdat_FA89/PDC09Bling_BeforeAfter_240_3.jpg" width="138" height="184" /&gt;&lt;/a&gt; The &lt;a href="http://microsoftpdc.com/"&gt;Professional Developers Conference (PDC)&lt;/a&gt; is November 17-19 in Los Angeles, and will be one of the best ways to get your fill of the latest developer tech:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;a href="http://microsoftpdc.com/"&gt;PDC Site&lt;/a&gt;&lt;/li&gt;    &lt;li&gt;&lt;a href="http://microsoftpdc.com/BehindTheScenes"&gt;PDC Behind the Scenes&lt;/a&gt;&lt;/li&gt;    &lt;li&gt;&lt;a href="http://microsoftpdc.com/WhatsHappening"&gt;PDC What’s Happening&lt;/a&gt;&lt;/li&gt;    &lt;li&gt;&lt;a href="http://twitter.com/pdc09"&gt;PDC on Twitter&lt;/a&gt;&lt;/li&gt;    &lt;li&gt;&lt;a href="http://channel9.msdn.com/tags/PDC09/"&gt;Content Tagged PDC09 on Channel9&lt;/a&gt;&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;I went last year (and just confirmed I can make it again this year) and it’s several intense days of conversations and content.&amp;#160; You can get an idea of what’s in store by reviewing the &lt;a href="http://channel9.msdn.com/pdc2008/"&gt;session recordings from PDC 2008&lt;/a&gt;, available for free.&lt;/p&gt;  &lt;h2&gt;Birds of a Feather Sessions&lt;/h2&gt;  &lt;p&gt;The &lt;a href="http://www.pdcbof.com/"&gt;Birds of a Feather (BOF)&lt;/a&gt; sessions are a great way to connect with other attendees and build from each others’ experiences. (&lt;a href="http://www.pdcbof.com/post/172509928/what-is-a-birds-of-a-feather-session"&gt;&amp;quot;What is a Birds-of-a-Feather Session?&amp;quot;&lt;/a&gt;)&amp;#160; A number of BOF sessions will be selected and scheduled throughout PDC.&lt;/p&gt;  &lt;p&gt;Though &lt;a href="http://www.pdcbof.com/post/205494397/bof-session-topics-selected"&gt;some sessions have been scheduled&lt;/a&gt;, it’s not too late to &lt;a href="http://www.pdcbof.com/post/176823551/proposal-form-and-instructions"&gt;&lt;strong&gt;propose a session idea&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; of your own&lt;/strong&gt;!&amp;#160; Submissions are open through tomorrow (Friday 10/30) at 5PM PDT.&lt;/p&gt;  &lt;p&gt;You can also follow &lt;a href="http://twitter.com/pdcbof"&gt;BOF on Twitter&lt;/a&gt;.&lt;/p&gt;  &lt;h2&gt;Free Pre-Conference Windows 7 Bootcamp&lt;/h2&gt;  &lt;p&gt;The day before PDC (11/16) is an opportunity to attend a number of excellent paid pre-conference workshops on a &lt;a href="http://microsoftpdc.com/Sessions/Tags/Workshop"&gt;variety of topics&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; margin-left: 0px; border-top: 0px; margin-right: 0px; border-right: 0px" title="Win7" border="0" alt="Win7" align="right" src="http://blogs.msdn.com/blogfiles/cbowen/WindowsLiveWriter/ProfessionalDevelopersConferencePDCUpdat_FA89/Win7_3.png" width="52" height="38" /&gt;You can also sign up for a &lt;a href="http://microsoftpdc.com/Sessions/WKSP08"&gt;free Windows 7 Developer Boot Camp&lt;/a&gt; that’s open to everyone (not just people attending PDC.)&lt;/p&gt;  &lt;h2&gt;Other Goings On&lt;/h2&gt;  &lt;ul&gt;   &lt;li&gt;Hands-on Labs, Ask the Experts, The Big Room&lt;/li&gt;    &lt;li&gt;&lt;a href="http://tweetvite.com/event/pdc09tweetup"&gt;PDC Tweet Up&lt;/a&gt;&lt;/li&gt;    &lt;li&gt;&lt;a href="http://microsoftpdc.com/WhatsHappening/Women-In-Technology-Networking-Luncheon-Nov-18"&gt;Women in Technology Networking Luncheon&lt;/a&gt;&lt;/li&gt;    &lt;li&gt;&lt;a href="http://blogs.msdn.com/endpoint/archive/2009/10/26/going-to-pdc-want-to-meet-the-team.aspx"&gt;Meet the WCF, WF, and “Dublin” Teams&lt;/a&gt;&lt;/li&gt;    &lt;li&gt;&lt;a href="http://microsoftpdc.com/WhatsHappening/Is-Your-App-Windows-7-Compliant-Get-Logod-at-PDC09"&gt;Windows 7 Application Compatibility Testing and Logo Program&lt;/a&gt;&lt;/li&gt;    &lt;li&gt;&lt;a href="http://microsoftpdc.com/WhatsHappening/PDC09-to-Feature-Screening-of-Visual-Studio-Documentary"&gt;Screening of the Visual Studio Documentary&lt;/a&gt;&lt;/li&gt; &lt;/ul&gt;  &lt;h2&gt;$300 Discount Ends Friday, 10/30&lt;/h2&gt;  &lt;p&gt;There’s a &lt;strong&gt;tiny window remaining &lt;/strong&gt;to &lt;a href="http://microsoftpdc.com/Registration"&gt;register for PDC&lt;/a&gt; with a $300 discount.&amp;#160; Make sure you register by the end of Friday, 10/30.&lt;/p&gt;  &lt;p&gt;-Chris&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9914913" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/cbowen/archive/tags/Events/default.aspx">Events</category><category domain="http://blogs.msdn.com/cbowen/archive/tags/PDC/default.aspx">PDC</category></item><item><title>Code Camps in Albany, NY and Stamford, CT Coming Soon</title><link>http://blogs.msdn.com/cbowen/archive/2009/10/28/code-camps-in-albany-ny-and-stamford-ct-coming-soon.aspx</link><pubDate>Wed, 28 Oct 2009 06:28:13 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9913922</guid><dc:creator>cbowen</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/cbowen/comments/9913922.aspx</comments><wfw:commentRss>http://blogs.msdn.com/cbowen/commentrss.aspx?PostID=9913922</wfw:commentRss><wfw:comment>http://blogs.msdn.com/cbowen/rsscomments.aspx?PostID=9913922</wfw:comment><description>&lt;p&gt;Next Saturday (November 7th) will bring &lt;strong&gt;two &lt;/strong&gt;more Code Camps to the northeast, one in Albany, NY and the other in Stamford, CT.&amp;#160; &lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.thedevcommunity.org/codecamps/manifesto.aspx"&gt;Code Camps&lt;/a&gt; are free, community events for connecting with and learning from fellow developers. If you can make it to one of these, it will be a day well spent!&lt;/p&gt;  &lt;h2&gt;Tech Valley Code Camp 2009&lt;/h2&gt;  &lt;p&gt;&lt;a href="http://www.techvalleycodecamp.com"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; margin: 0px 0px 0px 5px; display: inline; border-top: 0px; border-right: 0px" title="TechValleyCC2" border="0" alt="TechValleyCC2" align="right" src="http://blogs.msdn.com/blogfiles/cbowen/WindowsLiveWriter/UpcomingCodeCampsAlbanyNYandStamfordCT_FC3B/TechValleyCC2_3.png" width="244" height="55" /&gt;&lt;/a&gt;Back after last year’s first event, Tech Valley Code Camp 2009 will be hosted at SUNY Albany and is organized by the &lt;a href="http://tvug.net/"&gt;Tech Valley .NET Users Group&lt;/a&gt;.&amp;#160; &lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&amp;#160;&amp;#160;&amp;#160; Tech Valley Code Camp 2009     &lt;br /&gt;&lt;/strong&gt;&amp;#160;&amp;#160;&amp;#160; November 7, 9 AM – 3 PM    &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160; SUNY, Albany, NY    &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160; &lt;a href="http://www.techvalleycodecamp.com"&gt;http://www.techvalleycodecamp.com&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Register today to attend and while you’re at it, why not throw caution to the wind and volunteer to share your interests in a session as well?&lt;/p&gt;  &lt;h2&gt;Fairfield/Westchester Code Camp 2009&lt;/h2&gt;  &lt;p&gt;For those of you in the southern CT area, Fairfield/Westchester Code camp returns for a 2009 edition, organized by the &lt;a href="http://fairfieldwestchester.net"&gt;Fairfield/Westchester .NET User Group&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160; &lt;strong&gt;Fairfield/Westchester Code Camp 2009&lt;/strong&gt;    &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160; November 7, 8 AM – 6 PM    &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160; UConn, Stamford, CT    &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160; &lt;a href="http://fairfieldwestchester.net/Code-Camp.aspx"&gt;http://fairfieldwestchester.net/Code-Camp.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Hats off to the community for putting these events together!&lt;/p&gt;  &lt;p&gt;-Chris&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9913922" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/cbowen/archive/tags/User+Groups/default.aspx">User Groups</category><category domain="http://blogs.msdn.com/cbowen/archive/tags/Events/default.aspx">Events</category><category domain="http://blogs.msdn.com/cbowen/archive/tags/Code+Camp/default.aspx">Code Camp</category><category domain="http://blogs.msdn.com/cbowen/archive/tags/New+York/default.aspx">New York</category><category domain="http://blogs.msdn.com/cbowen/archive/tags/Connecticut/default.aspx">Connecticut</category></item><item><title>New Cape Cod XNA Group – First Meeting Friday 10/23</title><link>http://blogs.msdn.com/cbowen/archive/2009/10/20/new-cape-cod-xna-group-first-meeting-friday-10-23.aspx</link><pubDate>Tue, 20 Oct 2009 11:56:50 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9909835</guid><dc:creator>cbowen</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/cbowen/comments/9909835.aspx</comments><wfw:commentRss>http://blogs.msdn.com/cbowen/commentrss.aspx?PostID=9909835</wfw:commentRss><wfw:comment>http://blogs.msdn.com/cbowen/rsscomments.aspx?PostID=9909835</wfw:comment><description>&lt;p&gt;&lt;a href="http://capecodxna.org/"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; margin: 0px 0px 5px 5px; display: inline; border-top: 0px; border-right: 0px" title="CapeCodXNA" border="0" alt="CapeCodXNA" align="right" src="http://blogs.msdn.com/blogfiles/cbowen/WindowsLiveWriter/NewCapeCodXNAGroupFirstMeetingFriday1023_6FAB/CapeCodXNA_3.gif" width="141" height="72" /&gt;&lt;/a&gt; The new &lt;a href="http://capecodxna.org/"&gt;&lt;strong&gt;Cape Cod XNA&lt;/strong&gt;&lt;/a&gt; user group will offer a chance to learn and share knowledge about creating games with &lt;a href="http://creators.xna.com/en-US/"&gt;XNA&lt;/a&gt; (which builds on .NET to make games for the PC, XBox 360, and Zune.)&lt;/p&gt;  &lt;p&gt;The group’s first meeting is this Friday, October 23rd, at &lt;a href="http://www.venturethinktogether.com/locations.php"&gt;Venture&lt;/a&gt; in Hyannis:&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Cape Cod XNA     &lt;br /&gt;&lt;/strong&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; October 23, 6:30 PM    &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Venture    &lt;br /&gt;&lt;span class="extended-address"&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Suite 14&lt;/span&gt;, &lt;span class="value"&gt;540&lt;/span&gt; &lt;span class="value"&gt;Main St&lt;/span&gt;, &lt;span class="locality"&gt;Hyannis&lt;/span&gt;, &lt;span class="region"&gt;MA&lt;/span&gt; [&lt;a href="http://www.bing.com/maps/?where1=Suite+14,+540+Main+St,+Hyannis,+MA+&amp;amp;FORM=LMIEMN"&gt;map&lt;/a&gt;]&lt;/p&gt;  &lt;p&gt;If you’ve always wanted to try your hand at making a game, then drop by and put those .NET programming skills to work (er, play)!&lt;/p&gt;  &lt;p&gt;-Chris&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9909835" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/cbowen/archive/tags/User+Groups/default.aspx">User Groups</category><category domain="http://blogs.msdn.com/cbowen/archive/tags/Events/default.aspx">Events</category><category domain="http://blogs.msdn.com/cbowen/archive/tags/XNA/default.aspx">XNA</category><category domain="http://blogs.msdn.com/cbowen/archive/tags/Massachusetts/default.aspx">Massachusetts</category></item><item><title>Northeast MSDN Roadshow - “Don’t Fear the Coder” Tour</title><link>http://blogs.msdn.com/cbowen/archive/2009/10/13/northeast-msdn-roadshow-don-t-fear-the-coder-tour.aspx</link><pubDate>Tue, 13 Oct 2009 22:17:05 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9906864</guid><dc:creator>cbowen</dc:creator><slash:comments>3</slash:comments><comments>http://blogs.msdn.com/cbowen/comments/9906864.aspx</comments><wfw:commentRss>http://blogs.msdn.com/cbowen/commentrss.aspx?PostID=9906864</wfw:commentRss><wfw:comment>http://blogs.msdn.com/cbowen/rsscomments.aspx?PostID=9906864</wfw:comment><description>&lt;p&gt;&lt;a href="http://channel9.msdn.com/northeast"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; margin-left: 0px; border-top: 0px; margin-right: 0px; border-right: 0px" title="The Northeast MSDN Roadshow" border="0" alt="The Northeast MSDN Roadshow" align="right" src="http://blogs.msdn.com/blogfiles/cbowen/WindowsLiveWriter/NortheastMSDNRoadshowDontFeartheCoderTou_E748/n_east_roadshow_120x120_Blog%20Button_3.jpg" width="120" height="120" /&gt;&lt;/a&gt; As in 2007 and 2008, we like to run a pre-winter Roadshow series before the &lt;em&gt;really&lt;/em&gt; deep snow blankets the roads.&amp;#160; I’m glad to say everything’s lined up for us to to get the word out for the next series!&lt;/p&gt;  &lt;p&gt;These are &lt;strong&gt;free&lt;/strong&gt; events, running 9:30 to 3:30, featuring &lt;strong&gt;five sessions &lt;/strong&gt;for developers and architects. Topics include &lt;strong&gt;Expression/Silverlight MVVM&lt;/strong&gt;, &lt;strong&gt;ASP.NET Webforms/AJAX&lt;/strong&gt;, &lt;strong&gt;LINQ&lt;/strong&gt;, &lt;strong&gt;finding developer help&lt;/strong&gt;, and &lt;strong&gt;WCF&lt;/strong&gt;.&amp;#160; The full agenda (in all of its themed glory) is below.&lt;/p&gt;  &lt;p&gt;We’ll be piling into whatever vehicle we can find (that has plenty of cup holders for coffee) to visit &lt;strong&gt;seven cities &lt;/strong&gt;in November and December:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;strong&gt;November 10 - &lt;em&gt;Burlington, VT &lt;/em&gt;&lt;/strong&gt;&lt;a href="http://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032429327&amp;amp;Culture=en-US"&gt;&lt;strong&gt;&lt;font color="#ff8040"&gt;[Register]&lt;/font&gt;&lt;/strong&gt;&lt;/a&gt;&amp;#160;&lt;strong&gt;New Venue&lt;/strong&gt; &lt;/li&gt;    &lt;li&gt;&lt;strong&gt;November 12 - &lt;em&gt;Troy, NY&amp;#160; &lt;/em&gt;&lt;/strong&gt;&lt;a href="http://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032429331&amp;amp;Culture=en-US"&gt;&lt;strong&gt;&lt;font color="#ff8040"&gt;[Register]&lt;/font&gt;&lt;/strong&gt;&lt;/a&gt; &lt;/li&gt;    &lt;li&gt;&lt;strong&gt;November 13 - &lt;em&gt;Rochester, NY &lt;font color="#ff8040"&gt;&lt;/font&gt;&lt;/em&gt;&lt;/strong&gt;&lt;a href="http://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032429332&amp;amp;Culture=en-US"&gt;&lt;strong&gt;&lt;font color="#ff8040"&gt;[Register]&lt;/font&gt;&lt;/strong&gt;&lt;/a&gt; &lt;/li&gt;    &lt;li&gt;&lt;strong&gt;December 3 - &lt;em&gt;Farmington, CT&amp;#160; &lt;/em&gt;&lt;/strong&gt;&lt;a href="http://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032429333&amp;amp;Culture=en-US"&gt;&lt;strong&gt;&lt;font color="#ff8040"&gt;[Register]&lt;/font&gt;&lt;/strong&gt;&lt;/a&gt; &lt;/li&gt;    &lt;li&gt;&lt;strong&gt;December 8 - &lt;em&gt;Waltham, MA&amp;#160; &lt;/em&gt;&lt;/strong&gt;&lt;a href="http://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032429334&amp;amp;Culture=en-US"&gt;&lt;strong&gt;&lt;font color="#ff8040"&gt;[Register]&lt;/font&gt;&lt;/strong&gt;&lt;/a&gt; &lt;/li&gt;    &lt;li&gt;&lt;strong&gt;December 9 - &lt;em&gt;Providence, RI &lt;/em&gt;&lt;/strong&gt;&lt;a href="http://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032429335&amp;amp;Culture=en-US"&gt;&lt;strong&gt;&lt;font color="#ff8040"&gt;[Register]&lt;/font&gt;&lt;/strong&gt;&lt;/a&gt;&amp;#160;&lt;strong&gt;New City!&lt;/strong&gt; &lt;/li&gt;    &lt;li&gt;&lt;strong&gt;December 15 - &lt;em&gt;Augusta, ME&amp;#160; &lt;/em&gt;&lt;/strong&gt;&lt;a href="http://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032429336&amp;amp;Culture=en-US"&gt;&lt;strong&gt;&lt;font color="#ff8040"&gt;[Register]&lt;/font&gt;&lt;/strong&gt;&lt;/a&gt; &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;Register with the above links and we’ll see you on the road!    &lt;br /&gt;-Chris&lt;/p&gt;  &lt;p&gt;&lt;em&gt;P.S. There’s now a &lt;/em&gt;&lt;a href="http://blogs.msdn.com/jimoneil/pages/northeast-roadshow-before-you-leave-the-house.aspx"&gt;&lt;em&gt;directions/parking/updates page&lt;/em&gt;&lt;/a&gt;&lt;em&gt; to help with any venue updates before each event.&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;&lt;em&gt;---------------------------------------------------------------------&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;And now the full agenda (prior Roadshow attendees know we just love a theme).&amp;#160; Read on if you dare, but you’ve been warned…&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;span style="font-size: 16pt"&gt;&lt;font color="#ff8000" face="Calibri"&gt;MSDN Events Presents&lt;/font&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p style="margin: 0in 0in 0pt" class="MsoNormal"&gt;&lt;b&gt;&lt;span style="font-size: 16pt"&gt;&lt;font color="#000000"&gt;&lt;font face="Calibri"&gt;The MSDN Northeast Roadshow:            &lt;br /&gt;&lt;i&gt;&amp;quot;Don't Fear the Coder&amp;quot; Tour&lt;/i&gt;&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p style="margin: 0in 0in 0pt" class="MsoNormal"&gt;&lt;b&gt;&lt;span style="font-size: 16pt"&gt;&lt;em&gt;&lt;font color="#000000" face="Calibri"&gt;           &lt;br /&gt;&lt;/font&gt;&lt;/em&gt;&lt;/span&gt;&lt;/b&gt;&lt;font color="#000000" size="3" face="Calibri"&gt;&lt;img style="border-right-width: 0px; margin: 0px 0px 5px 5px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="MPj04365680000[1]" border="0" alt="MPj04365680000[1]" align="right" src="http://blogs.msdn.com/blogfiles/cbowen/WindowsLiveWriter/NortheastMSDNRoadshowDontFeartheCoderTou_E748/MPj04365680000%5B1%5D_3.jpg" width="137" height="93" /&gt; It was a dark and stormy night. Your heart races as you wonder how you'll survive the looming deadline.&amp;#160; Technology questions abound.&amp;#160; A cat jumps at you for no reason.&amp;#160; The stack of unread developer magazines casts a threatening shadow.&amp;#160; &lt;em&gt;What to use?&amp;#160; When?&amp;#160; How?        &lt;br /&gt;        &lt;br /&gt;&lt;/em&gt;&lt;/font&gt;&lt;font color="#000000" size="3" face="Calibri"&gt;Worried?&amp;#160; Don't be.&amp;#160; Road and code warriors Jim O’Neil and Chris Bowen will clear up the fog surrounding key developer technologies. From current practices and tools, to glimpses of the near future, you'll escape with new insights and many stories to tell.      &lt;br /&gt;      &lt;br /&gt;&lt;/font&gt;&lt;font color="#000000" size="3" face="Calibri"&gt;The Northeast MSDN Roadshow is a free series of deep technology sessions for developers and architects.&amp;#160; Join Chris and Jim for these relaxed events to gain practical insights (and of course they’ll use their wits to transform “horrors” into “har hars”).      &lt;br /&gt;      &lt;br /&gt;&lt;/font&gt;&lt;b&gt;&lt;span style="color: #0d0d0d; mso-themecolor: text1; mso-themetint: 242"&gt;&lt;font size="3"&gt;&lt;font face="Calibri"&gt;Registration is required, and seating is limited, so register today and join the Roadshow!            &lt;br /&gt;            &lt;br /&gt;&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&lt;/b&gt;&lt;b&gt;&lt;span style="font-size: 14pt"&gt;&lt;font color="#000000"&gt;&lt;font face="Calibri"&gt;The Agenda: &lt;i&gt;Clever Hacking, Slashed Efforts, and Killer Applications              &lt;br /&gt;              &lt;br /&gt;&lt;/i&gt;&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&lt;/b&gt;&lt;b&gt;&lt;span style="font-size: 12pt"&gt;&lt;font color="#000000"&gt;&lt;font face="Calibri"&gt;Something WCF This Way Comes &lt;/font&gt;          &lt;p&gt;&lt;/p&gt;       &lt;/font&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p style="margin: 0in 0in 0pt" class="MsoNormal"&gt;&lt;font color="#000000" size="3" face="Calibri"&gt;The mysterious figure of Windows Communication Foundation approaches from the swirling mist, but are its intentions good?&amp;#160; Rumors abound that it can be complex and not for the faint of heart.&amp;#160; We'll take a renewed look at WCF, discovering a practical tale of services, connectivity, integration, and more.&amp;#160; Our focus will be on WCF’s current nature, but we'll briefly preview what’s in &lt;font color="#000000" size="3" face="Calibri"&gt;&lt;font color="#000000" size="3" face="Calibri"&gt;&lt;b&gt;&lt;span style="font-size: 12pt"&gt;&lt;font color="#000000"&gt;&lt;font face="Calibri"&gt;&lt;font color="#000000" size="3" face="Calibri"&gt;&lt;img style="border-right-width: 0px; margin: 5px 0px 5px 5px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="A Branching Methodology" border="0" alt="A Branching Methodology" align="right" src="http://blogs.msdn.com/blogfiles/cbowen/WindowsLiveWriter/NortheastMSDNRoadshowDontFeartheCoderTou_E748/MPj02555660000%5B1%5D_3.jpg" width="103" height="153" /&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&lt;/b&gt;&lt;/font&gt;&lt;/font&gt;store for us with .NET 4.0.&amp;#160; WCF turns out to be a great ally, so you’ll be glad you stood your ground.       &lt;br /&gt;      &lt;br /&gt;&lt;/font&gt;&lt;b&gt;&lt;span style="font-size: 12pt"&gt;&lt;font color="#000000"&gt;&lt;font face="Calibri"&gt;RIA Window – Expression, Silverlight, and MVVM &lt;/font&gt;          &lt;p&gt;&lt;/p&gt;       &lt;/font&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p style="margin: 0in 0in 0pt" class="MsoNormal"&gt;&lt;font color="#000000" size="3" face="Calibri"&gt;You’ll code your next Silverlight application with grace after you catch this session, which presents the primary motives for using the MVVM pattern.&amp;#160; Focusing on the use of Expression Blend, we’ll cast a designer’s lens on Silverlight development enabling you to plot a hitch-free course for your future projects.      &lt;br /&gt;      &lt;br /&gt;&lt;/font&gt;&lt;b&gt;&lt;span style="font-size: 12pt"&gt;&lt;font color="#000000"&gt;&lt;font face="Calibri"&gt;&amp;quot;Help!&amp;quot; – Grasping at Lifelines &lt;/font&gt;          &lt;p&gt;&lt;/p&gt;       &lt;/font&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p style="margin: 0in 0in 0pt" class="MsoNormal"&gt;&lt;font color="#000000" size="3" face="Calibri"&gt;In the fight to slay invading bugs and put fearsome requirements to rest, sometimes you need a helping hand.&amp;#160; In this brief lunchtime session, we'll review options for finding assistance – ways to report and view issues you find, help systems, websites, team options, communities, and more.&amp;#160; Breathe easy, there’s no need to wander alone in the dark.      &lt;br /&gt;      &lt;br /&gt;&lt;/font&gt;&lt;b&gt;&lt;span style="font-size: 12pt"&gt;&lt;font color="#000000"&gt;&lt;font face="Calibri"&gt;LINQ De-crypted &lt;/font&gt;          &lt;p&gt;&lt;/p&gt;       &lt;/font&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p style="margin: 0in 0in 0pt" class="MsoNormal"&gt;&lt;font color="#000000" size="3" face="Calibri"&gt;Although it’s part of the foundation of the .NET 3.5 release, many developers have yet to uncover the amazing power buried in LINQ (Language Integrated Query).&amp;#160;&amp;#160; This session will bring to light important concepts found lurking in the shadows of the technology: the IEnumerable and IQueryable interfaces, extension methods, &lt;b&gt;&lt;span style="font-size: 12pt"&gt;&lt;font color="#000000"&gt;&lt;font face="Calibri"&gt;&lt;img style="border-right-width: 0px; margin: 5px 0px 5px 5px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="MPj04286150000[1]" border="0" alt="MPj04286150000[1]" align="right" src="http://blogs.msdn.com/blogfiles/cbowen/WindowsLiveWriter/NortheastMSDNRoadshowDontFeartheCoderTou_E748/MPj04286150000%5B1%5D_3.jpg" width="103" height="149" /&gt;&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&lt;/b&gt;lambda expressions, and more.&amp;#160; With LINQ’s defining components unearthed, you’ll vault to new heights in your development efforts.       &lt;br /&gt;      &lt;br /&gt;&lt;/font&gt;&lt;b&gt;&lt;span style="font-size: 12pt"&gt;&lt;font color="#000000"&gt;&lt;font face="Calibri"&gt;Tales from the Webside - ASP.NET WebForms, AJAX, and More &lt;/font&gt;          &lt;p&gt;&lt;/p&gt;       &lt;/font&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p style="margin: 0in 0in 0pt" class="MsoNormal"&gt;&lt;font color="#000000" size="3" face="Calibri"&gt;Your journey through web development may at times seem like a montage of foreboding images. There are many paths to consider, but in this session we return to the main roads of essential ASP.NET development.&amp;#160; From WebForms and server options, to scripting, AJAX, and other tools, we’ll catch up with the latest developments and take a quick glimpse down the road at what awaits us ahead.&amp;#160; Until next time, enjoy trying your new web development options.&lt;/font&gt;&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9906864" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/cbowen/archive/tags/New+England/default.aspx">New England</category><category domain="http://blogs.msdn.com/cbowen/archive/tags/Events/default.aspx">Events</category><category domain="http://blogs.msdn.com/cbowen/archive/tags/New+York/default.aspx">New York</category><category domain="http://blogs.msdn.com/cbowen/archive/tags/Massachusetts/default.aspx">Massachusetts</category><category domain="http://blogs.msdn.com/cbowen/archive/tags/Maine/default.aspx">Maine</category><category domain="http://blogs.msdn.com/cbowen/archive/tags/Connecticut/default.aspx">Connecticut</category><category domain="http://blogs.msdn.com/cbowen/archive/tags/Vermont/default.aspx">Vermont</category><category domain="http://blogs.msdn.com/cbowen/archive/tags/Rhode+Island/default.aspx">Rhode Island</category><category domain="http://blogs.msdn.com/cbowen/archive/tags/Northeast/default.aspx">Northeast</category></item><item><title>Code Camp 12 – The Schedule!</title><link>http://blogs.msdn.com/cbowen/archive/2009/10/12/code-camp-12-the-schedule.aspx</link><pubDate>Mon, 12 Oct 2009 13:56:26 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9906126</guid><dc:creator>cbowen</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/cbowen/comments/9906126.aspx</comments><wfw:commentRss>http://blogs.msdn.com/cbowen/commentrss.aspx?PostID=9906126</wfw:commentRss><wfw:comment>http://blogs.msdn.com/cbowen/rsscomments.aspx?PostID=9906126</wfw:comment><description>&lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/cbowen/WindowsLiveWriter/CodeCamp12TheSchedule_829F/code%20camp%2012_2.png"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; margin-left: 0px; border-left-width: 0px; margin-right: 0px" title="code camp 12" border="0" alt="code camp 12" align="right" src="http://blogs.msdn.com/blogfiles/cbowen/WindowsLiveWriter/CodeCamp12TheSchedule_829F/code%20camp%2012_thumb.png" width="161" height="161" /&gt;&lt;/a&gt; We’re on the home stretch for this Saturday’s &lt;strong&gt;New England Code Camp 12: &lt;em&gt;“The Developer Dozen”&lt;/em&gt;&lt;/strong&gt; (&lt;a href="http://www.thedevcommunity.org/codecamps/manifesto.aspx"&gt;what is Code Camp?&lt;/a&gt;), a free day filled with with technology sessions given by the area developer community.&lt;/p&gt;  &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &lt;em&gt;&lt;strong&gt;New England Code Camp 12        &lt;br /&gt;&lt;/strong&gt;&lt;/em&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Saturday, October 17th&amp;#160; &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 8:30 AM to 6:40 PM     &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Microsoft, &lt;a href="http://www.bing.com/maps/OneClickDirections.aspx?rtp=%7epos.r1w8y991tqfw_201+Jones+Rd%2c+Waltham%2c+MA+02451-1600___a_&amp;amp;rsd=42.3970609903336_-71.2615406513214_AmoGBSA2dp4B_the+north+(via+I-95+S+%2f+SR-128+S)%7e42.3327094316483_-71.2552481889725_AmoGBSB7CZ8B_the+south+(via+I-95+N+%2f+SR-128+N)%7e42.3474991321564_-71.2322294712067_AmoGBSC%2fCJ8B_the+east+(via+Mass+Pike+W+%2f+Massachusetts+Tpke+%2f+I-90)%7e42.3321703076363_-71.3210186362267_AmoGBSDi%2fJ4B_the+west+(via+Mass+Pike+E+%2f+Massachusetts+Tpke+%2f+I-90)&amp;amp;mkt=en-us&amp;amp;FORM=LLMP"&gt;201 Jones Road (6th Floor), Waltham, MA&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Registration is still open!&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &lt;/strong&gt;&lt;a href="http://thedevcommunity.org/"&gt;&lt;strong&gt;http://TheDevCommunity.org&lt;/strong&gt;&lt;/a&gt; &lt;/p&gt;  &lt;h2&gt;Sessions and Schedule&lt;/h2&gt;  &lt;p&gt;CC12 will feature &lt;strong&gt;45 sessions by 29 speakers in 7 rooms&lt;/strong&gt;&lt;strong&gt;,&lt;/strong&gt; all for free!&amp;#160; &lt;/p&gt;  &lt;p&gt;The session grid (as always, subject to change) is below, and &lt;a href="http://www.thedevcommunity.org/Events/PresentationList.aspx?id=13"&gt;session descriptions&lt;/a&gt; are online.&amp;#160; &lt;/p&gt;  &lt;p&gt;We’ll have printouts of the grid and descriptions waiting for you at registration.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;The Schedule &lt;/strong&gt;(click to expand)&lt;strong&gt;:&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;em&gt;&lt;em&gt;&lt;em&gt;&lt;a href="http://blogs.msdn.com/blogfiles/cbowen/WindowsLiveWriter/CodeCamp12TheSchedule_829F/CC12Schedule_2.png" target="_blank"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="CC12Schedule" border="0" alt="CC12Schedule" src="http://blogs.msdn.com/blogfiles/cbowen/WindowsLiveWriter/CodeCamp12TheSchedule_829F/CC12Schedule_thumb.png" width="432" height="422" /&gt;&lt;/a&gt;&lt;/em&gt;&lt;/em&gt;&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://thedevcommunity.org/CodeCamps"&gt;Register today&lt;/a&gt; and we'll see you at Camp!&lt;/p&gt;  &lt;h2&gt;&lt;a href="http://blogs.msdn.com/blogfiles/cbowen/WindowsLiveWriter/CodeCamp10TheSchedule_F574/P4050052.jpg"&gt;&lt;img style="border-right-width: 0px; margin: 0px 0px 0px 10px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="P4050052" align="right" src="http://blogs.msdn.com/blogfiles/cbowen/WindowsLiveWriter/CodeCamp10TheSchedule_F574/P4050052_thumb.jpg" width="112" height="148" /&gt;&lt;/a&gt;Saturday Evening Geek Gathering&lt;/h2&gt;  &lt;p&gt;A Code Camp tradition for years, we're informally gathering over at the &lt;a href="http://www.starwoodhotels.com/westin/property/overview/index.html?propertyID=1036"&gt;Waltham Westin's&lt;/a&gt; lobby bar for a chance to unwind on Saturday night.&amp;#160; &lt;/p&gt;  &lt;p&gt;Drop by after sessions are over to relax, chat, and network with fellow New England devs!&lt;/p&gt;  &lt;h2&gt;Thanks to Our Contributors!&lt;/h2&gt;  &lt;p&gt;Last but certainly not least, thanks to the contributing companies who have made this event possible: &lt;/p&gt;  &lt;li&gt;&lt;strong&gt;Lunch courtesy &lt;/strong&gt;&lt;a href="http://magenic.com/"&gt;&lt;strong&gt;Magenic&lt;/strong&gt;&lt;/a&gt;&amp;#160; &lt;a href="http://magenic.com/"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="magenic_logo" border="0" alt="magenic_logo" src="http://blogs.msdn.com/blogfiles/cbowen/WindowsLiveWriter/CodeCamp12TheSchedule_829F/magenic_logo_3.jpg" width="217" height="51" /&gt;&lt;/a&gt; &lt;/li&gt;  &lt;li&gt;&lt;a href="http://oreilly.com/"&gt;O’Reilly&lt;/a&gt; &lt;a href="http://oreilly.com/"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="oreilly_large" border="0" alt="oreilly_large" src="http://blogs.msdn.com/blogfiles/cbowen/WindowsLiveWriter/CodeCamp12TheSchedule_829F/oreilly_large_3.gif" width="155" height="54" /&gt;&lt;/a&gt; &lt;/li&gt;  &lt;li&gt;&lt;a href="http://www.pearsonhighered.com/"&gt;Pearson&lt;/a&gt;/&lt;a href="http://www.informit.com/"&gt;Addison-Wesley&lt;/a&gt;&amp;#160; &lt;a href="http://www.pearsonhighered.com/"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="pearson_logo" border="0" alt="pearson_logo" src="http://blogs.msdn.com/blogfiles/cbowen/WindowsLiveWriter/CodeCamp12TheSchedule_829F/pearson_logo_3.gif" width="155" height="54" /&gt;&lt;/a&gt; &lt;/li&gt;  &lt;li&gt;&lt;a href="http://pluralsight.com/"&gt;Pluralsight&lt;/a&gt; &lt;a href="http://pluralsight.com/"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="Pluralsight" border="0" alt="Pluralsight" src="http://blogs.msdn.com/blogfiles/cbowen/WindowsLiveWriter/CodeCamp12TheSchedule_829F/Pluralsight_3.png" width="198" height="54" /&gt;&lt;/a&gt; &lt;/li&gt;  &lt;li&gt;&lt;a href="http://www.red-gate.com/"&gt;Red-Gate&lt;/a&gt; &lt;a href="http://www.red-gate.com/"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="redgate" border="0" alt="redgate" src="http://blogs.msdn.com/blogfiles/cbowen/WindowsLiveWriter/CodeCamp12TheSchedule_829F/redgate_3.gif" width="259" height="54" /&gt;&lt;/a&gt; &lt;/li&gt;  &lt;li&gt;&lt;a href="http://www.wrox.com/"&gt;Wiley/WROX&lt;/a&gt; &lt;a href="http://www.wrox.com/"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="wrox_logo" border="0" alt="wrox_logo" src="http://blogs.msdn.com/blogfiles/cbowen/WindowsLiveWriter/CodeCamp12TheSchedule_829F/wrox_logo_3.gif" width="218" height="54" /&gt;&lt;/a&gt;&amp;#160; &lt;br /&gt;    &lt;p align="left"&gt;&amp;#160;&lt;/p&gt; &lt;/li&gt;  &lt;p align="left"&gt;See you at Camp!&lt;/p&gt;  &lt;p align="left"&gt;-Chris&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9906126" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/cbowen/archive/tags/New+England/default.aspx">New England</category><category domain="http://blogs.msdn.com/cbowen/archive/tags/Events/default.aspx">Events</category><category domain="http://blogs.msdn.com/cbowen/archive/tags/Code+Camp/default.aspx">Code Camp</category><category domain="http://blogs.msdn.com/cbowen/archive/tags/Massachusetts/default.aspx">Massachusetts</category><category domain="http://blogs.msdn.com/cbowen/archive/tags/Northeast/default.aspx">Northeast</category><category domain="http://blogs.msdn.com/cbowen/archive/tags/Community/default.aspx">Community</category></item><item><title>New England Code Camp 12 Update</title><link>http://blogs.msdn.com/cbowen/archive/2009/10/02/new-england-code-camp-12-update.aspx</link><pubDate>Fri, 02 Oct 2009 16:33:06 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9902345</guid><dc:creator>cbowen</dc:creator><slash:comments>2</slash:comments><comments>http://blogs.msdn.com/cbowen/comments/9902345.aspx</comments><wfw:commentRss>http://blogs.msdn.com/cbowen/commentrss.aspx?PostID=9902345</wfw:commentRss><wfw:comment>http://blogs.msdn.com/cbowen/rsscomments.aspx?PostID=9902345</wfw:comment><description>&lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/cbowen/WindowsLiveWriter/NewEnglandCodeCamp12Update_6C04/code%20camp%2012_2.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; margin-left: 0px; border-top: 0px; margin-right: 0px; border-right: 0px" title="CC12 Image Thanks to Grey Wolf Design!" border="0" alt="CC12 Image Thanks to Grey Wolf Design!" align="right" src="http://blogs.msdn.com/blogfiles/cbowen/WindowsLiveWriter/NewEnglandCodeCamp12Update_6C04/code%20camp%2012_thumb.png" width="177" height="177" /&gt;&lt;/a&gt; Things are rolling along well toward &lt;strong&gt;Saturday, October 17th&lt;/strong&gt;, when &lt;strong&gt;&lt;a href="http://TheDevCommunity.org"&gt;New England Code Camp&lt;/a&gt;&lt;/strong&gt; will descend for a &lt;em&gt;twelfth &lt;/em&gt;time upon Waltham, MA!&amp;#160; An update on sessions, the Call for Speakers, and contributing companies:&lt;/p&gt;  &lt;p&gt;Camp is now up to &lt;strong&gt;39 sessions by 25 different speakers, &lt;/strong&gt;with more coming, all packed into one free day!&amp;#160; &lt;/p&gt;  &lt;p&gt;The schedule is coming next week, but here’s &lt;a href="http://www.thedevcommunity.org/Events/PresentationList.aspx?id=13"&gt;&lt;strong&gt;the current list of sessions&lt;/strong&gt;&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;All are welcome, and it’s free, so &lt;strong&gt;register soon &lt;/strong&gt;at:&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &lt;/strong&gt;&lt;a href="http://TheDevCommunity.org"&gt;&lt;strong&gt;http://TheDevCommunity.org&lt;/strong&gt;&lt;/a&gt;    &lt;br /&gt;    &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &lt;em&gt;New England Code Camp 12     &lt;br /&gt;&lt;/em&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Saturday, October 17th    &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Times TBD, but likely 8:30 AM to ~6:30 PM    &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Microsoft, &lt;a href="http://www.bing.com/maps/OneClickDirections.aspx?rtp=%7epos.r1w8y991tqfw_201+Jones+Rd%2c+Waltham%2c+MA+02451-1600___a_&amp;amp;rsd=42.3970609903336_-71.2615406513214_AmoGBSA2dp4B_the+north+(via+I-95+S+%2f+SR-128+S)%7e42.3327094316483_-71.2552481889725_AmoGBSB7CZ8B_the+south+(via+I-95+N+%2f+SR-128+N)%7e42.3474991321564_-71.2322294712067_AmoGBSC%2fCJ8B_the+east+(via+Mass+Pike+W+%2f+Massachusetts+Tpke+%2f+I-90)%7e42.3321703076363_-71.3210186362267_AmoGBSDi%2fJ4B_the+west+(via+Mass+Pike+E+%2f+Massachusetts+Tpke+%2f+I-90)&amp;amp;mkt=en-us&amp;amp;FORM=LLMP"&gt;201 Jones Road (6th Floor), Waltham, MA&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Join hundreds of fellow developers for this semiannual favorite!&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;a href="http://blogs.msdn.com/blogfiles/cbowen/WindowsLiveWriter/NewEnglandCodeCamp12Update_6C04/P4050051.jpg"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="Code Camp Awesomeness" border="0" alt="Code Camp Awesomeness" src="http://blogs.msdn.com/blogfiles/cbowen/WindowsLiveWriter/NewEnglandCodeCamp12Update_6C04/P4050051_thumb.jpg" width="100" height="76" /&gt;&lt;/a&gt;&lt;a href="http://blogs.msdn.com/blogfiles/cbowen/WindowsLiveWriter/NewEnglandCodeCamp12Update_6C04/IMAGE_129_2.jpg"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="More Code Camp Awesomeness" border="0" alt="More Code Camp Awesomeness" src="http://blogs.msdn.com/blogfiles/cbowen/WindowsLiveWriter/NewEnglandCodeCamp12Update_6C04/IMAGE_129_thumb.jpg" width="215" height="76" /&gt;&lt;/a&gt;&lt;a href="http://blogs.msdn.com/blogfiles/cbowen/WindowsLiveWriter/NewEnglandCodeCamp12Update_6C04/P9300032.jpg"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="Even More Code Camp Awesomeness" border="0" alt="Even More Code Camp Awesomeness" src="http://blogs.msdn.com/blogfiles/cbowen/WindowsLiveWriter/NewEnglandCodeCamp12Update_6C04/P9300032_thumb.jpg" width="100" height="76" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;h2&gt;Call for Speakers Closing 10/7&lt;/h2&gt;  &lt;p&gt;We will assemble the final schedule soon, so if you’d like to deliver a session, please submit it &lt;strong&gt;by Wednesday, October 7th&lt;/strong&gt;.&amp;#160; &lt;/p&gt;  &lt;p&gt;To join in the fun as a speaker, just follow these steps:&lt;/p&gt;  &lt;ol&gt;   &lt;li&gt;&lt;a href="http://thedevcommunity.org/Admin/Authentication/Login.aspx?ReturnUrl=%2fCodeCamps%2fDefault.aspx" mce_href="http://thedevcommunity.org/Admin/Authentication/Login.aspx?ReturnUrl=%2fCodeCamps%2fDefault.aspx"&gt;&lt;font color="#0066cc"&gt;Sign in to an existing account&lt;/font&gt;&lt;/a&gt; or &lt;a href="http://thedevcommunity.org/Membership/Application.aspx" mce_href="http://thedevcommunity.org/Membership/Application.aspx"&gt;&lt;font color="#0066cc"&gt;create a new one&lt;/font&gt;&lt;/a&gt; at TheDevCommunity.org site. &lt;/li&gt;    &lt;li&gt;Complete a &lt;a href="http://thedevcommunity.org/Speakers/Default.aspx" mce_href="http://thedevcommunity.org/Speakers/Default.aspx"&gt;&lt;font color="#0066cc"&gt;Speaker Registry&lt;/font&gt;&lt;/a&gt; profile (if you don't already have one.) &lt;/li&gt;    &lt;li&gt;Go to the &lt;a href="http://thedevcommunity.org/CodeCamps/Default.aspx" mce_href="http://thedevcommunity.org/CodeCamps/Default.aspx"&gt;&lt;font color="#0066cc"&gt;Code Camps home page&lt;/font&gt;&lt;/a&gt;. &lt;/li&gt;    &lt;li&gt;Next to the CC12 entry, you should see a &amp;quot;Submit a Session&amp;quot; link. &lt;/li&gt;    &lt;li&gt;Submit as many sessions as you'd like. &lt;/li&gt;    &lt;li&gt;Please ensure that you also register as an attendee&amp;#160; &lt;/li&gt; &lt;/ol&gt;  &lt;h2&gt;Contributor Update&lt;/h2&gt;  &lt;p&gt;Sincere &lt;strong&gt;thanks to the contributors&lt;/strong&gt; who have stepped up to make this Code Camp possible via financial support and/or supplying swag &amp;amp; giveaways:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;strong&gt;Lunch provided by &lt;/strong&gt;&lt;a href="http://magenic.com/"&gt;&lt;strong&gt;Magenic&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt;&amp;#160;&lt;/strong&gt;&lt;a href="http://magenic.com/"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="Magenic" border="0" alt="Magenic" src="http://blogs.msdn.com/blogfiles/cbowen/WindowsLiveWriter/NewEnglandCodeCamp12Update_6C04/magenic_logo_3.jpg" width="230" height="54" /&gt;&lt;/a&gt; &lt;/li&gt;    &lt;li&gt;&lt;a href="http://oreilly.com/"&gt;O’Reilly&lt;/a&gt; &lt;a href="http://blogs.msdn.com/blogfiles/cbowen/WindowsLiveWriter/NewEnglandCodeCamp12Update_6C04/oreilly_large_2.gif"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="O&amp;#39;Reilly" border="0" alt="O&amp;#39;Reilly" src="http://blogs.msdn.com/blogfiles/cbowen/WindowsLiveWriter/NewEnglandCodeCamp12Update_6C04/oreilly_large_thumb.gif" width="154" height="54" /&gt;&lt;/a&gt; &lt;/li&gt;    &lt;li&gt;&lt;a href="http://www.pearsonhighered.com/"&gt;Pearson&lt;/a&gt;/&lt;a href="http://www.informit.com/"&gt;Addison-Wesley&lt;/a&gt;&amp;#160; &lt;a href="http://www.pearsonhighered.com/"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="pearson_logo" border="0" alt="pearson_logo" src="http://blogs.msdn.com/blogfiles/cbowen/WindowsLiveWriter/NewEnglandCodeCamp12Update_6C04/pearson_logo_6.gif" width="155" height="54" /&gt;&lt;/a&gt; &lt;/li&gt;    &lt;li&gt;&lt;a href="http://pluralsight.com/"&gt;Pluralsight&lt;/a&gt; &lt;a href="http://blogs.msdn.com/blogfiles/cbowen/WindowsLiveWriter/NewEnglandCodeCamp12Update_6C04/Pluralsight_2.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="Pluralsight" border="0" alt="Pluralsight" src="http://blogs.msdn.com/blogfiles/cbowen/WindowsLiveWriter/NewEnglandCodeCamp12Update_6C04/Pluralsight_thumb.png" width="198" height="54" /&gt;&lt;/a&gt; &lt;/li&gt;    &lt;li&gt;&lt;a href="http://www.red-gate.com/"&gt;Red-Gate&lt;/a&gt; &lt;a href="http://redgate.com/"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="Red-Gate" border="0" alt="Red-Gate" src="http://blogs.msdn.com/blogfiles/cbowen/WindowsLiveWriter/NewEnglandCodeCamp12Update_6C04/redgate_3.gif" width="259" height="54" /&gt;&lt;/a&gt; &lt;/li&gt;    &lt;li&gt;&lt;a href="http://www.wrox.com/"&gt;Wiley/WROX&lt;/a&gt; &lt;a href="http://www.wrox.com/"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="WROX" border="0" alt="WROX" src="http://blogs.msdn.com/blogfiles/cbowen/WindowsLiveWriter/NewEnglandCodeCamp12Update_6C04/wrox_logo_3.gif" width="218" height="54" /&gt;&lt;/a&gt; &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;Please join me in thanking these companies for their community support!&lt;/p&gt;  &lt;p&gt;See you at Camp!&lt;/p&gt;  &lt;p&gt;-Chris&lt;/p&gt;  &lt;p&gt;P.S.&amp;#160; As always, thanks to Bryan Phillips of &lt;a href="http://www.greywolfdesign.com"&gt;Grey Wolf Design&lt;/a&gt; for the Code Camp logo!&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9902345" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/cbowen/archive/tags/New+England/default.aspx">New England</category><category domain="http://blogs.msdn.com/cbowen/archive/tags/Events/default.aspx">Events</category><category domain="http://blogs.msdn.com/cbowen/archive/tags/Code+Camp/default.aspx">Code Camp</category><category domain="http://blogs.msdn.com/cbowen/archive/tags/Massachusetts/default.aspx">Massachusetts</category><category domain="http://blogs.msdn.com/cbowen/archive/tags/Community/default.aspx">Community</category></item><item><title>A Guide to the Internet Explorer 8 Developer Tools</title><link>http://blogs.msdn.com/cbowen/archive/2009/09/30/a-guide-to-the-internet-explorer-8-developer-tools.aspx</link><pubDate>Wed, 30 Sep 2009 22:47:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9901817</guid><dc:creator>cbowen</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/cbowen/comments/9901817.aspx</comments><wfw:commentRss>http://blogs.msdn.com/cbowen/commentrss.aspx?PostID=9901817</wfw:commentRss><wfw:comment>http://blogs.msdn.com/cbowen/rsscomments.aspx?PostID=9901817</wfw:comment><description>&lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/cbowen/WindowsLiveWriter/InternetExplorer8DeveloperTools_B228/ie8_logo_2.gif"&gt;&lt;img style="border-right-width: 0px; margin: 0px 0px 5px 5px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="IE8" border="0" alt="IE8" align="right" src="http://blogs.msdn.com/blogfiles/cbowen/WindowsLiveWriter/InternetExplorer8DeveloperTools_B228/ie8_logo_thumb.gif" width="191" height="30" /&gt;&lt;/a&gt; This is a follow up post for a talk I recently gave at the &lt;a href="http://ajaxexperience.techtarget.com/"&gt;The Ajax Experience&lt;/a&gt; conference in Boston about using the developer tools included with Internet Explorer 8.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Want to see the tools in action?&lt;/strong&gt;&amp;#160; I have a &lt;a href="http://channel9.msdn.com/posts/dpeeast/Northeast-Roadshow-Exploring-Internet-Explorer-8/"&gt;screencast on Internet Explorer 8&lt;/a&gt; from a dev perspective on Channel 9. I also cover new features and compatibility, but skip to &lt;strong&gt;24:30 &lt;/strong&gt;for just the developer tools:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://channel9.msdn.com/posts/dpeeast/Northeast-Roadshow-Exploring-Internet-Explorer-8/"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="IE8 Screencast" border="0" alt="IE8 Screencast" src="http://blogs.msdn.com/blogfiles/cbowen/WindowsLiveWriter/InternetExplorer8DeveloperTools_B228/IE8%20Screencast_3.png" width="240" height="179" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;h2&gt;Getting Started with the Developer Tools&lt;/h2&gt;  &lt;p&gt;Simple enough! In IE8, hit &lt;strong&gt;F12&lt;/strong&gt; or choose &lt;strong&gt;Tools-&amp;gt; Developer Tools&lt;/strong&gt; to start.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/cbowen/WindowsLiveWriter/InternetExplorer8DeveloperTools_B228/DevTools_2.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="DevTools" border="0" alt="DevTools" src="http://blogs.msdn.com/blogfiles/cbowen/WindowsLiveWriter/InternetExplorer8DeveloperTools_B228/DevTools_thumb.png" width="394" height="178" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/cbowen/WindowsLiveWriter/InternetExplorer8DeveloperTools_B228/Window%20Options_2.png"&gt;&lt;img style="border-right-width: 0px; margin: 0px 0px 0px 5px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="Window Options" border="0" alt="Window Options" align="right" src="http://blogs.msdn.com/blogfiles/cbowen/WindowsLiveWriter/InternetExplorer8DeveloperTools_B228/Window%20Options_thumb.png" width="110" height="51" /&gt;&lt;/a&gt; You can either run the tools in browser or press the double window icon at top right to detach for a second monitor or to use side by side with the browser.&lt;/p&gt;  &lt;p&gt;The tools offer a full menu and four tabbed sections of features: HTML, CSS, Script, and Profiler.&lt;/p&gt;  &lt;h2&gt;Working with HTML and CSS&lt;/h2&gt;  &lt;p&gt;The first tab (&lt;strong&gt;HTML&lt;/strong&gt;) gives access to inspecting the structure of the page, selecting and searching elements and HTML, modifying values, saving locally-made changes, and more.&amp;#160; &lt;em&gt;Tip: click the button that looks like a mouse pointer to quickly select a page element (or press CTRL+B).&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;The right-hand pane shows a per-element CSS summary (Style) and hierarchy/trace (Trace Styles), offers a visual layout tool, and a way to set custom attributes.&amp;#160; &lt;em&gt;Tip: Trace Styles is particularly effective way to diagnose style inheritance issues (e.g. “why is that text red!?”).&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/cbowen/WindowsLiveWriter/InternetExplorer8DeveloperTools_B228/Layout_2.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="Layout Mode" border="0" alt="Layout Mode" src="http://blogs.msdn.com/blogfiles/cbowen/WindowsLiveWriter/InternetExplorer8DeveloperTools_B228/Layout_thumb.png" width="394" height="165" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;The second tab (&lt;strong&gt;CSS&lt;/strong&gt;), displays current CSS classes and styles, allowing you to view specific CSS files in use by the page, make changes, and search.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/cbowen/WindowsLiveWriter/InternetExplorer8DeveloperTools_B228/CSS_2.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="CSS" border="0" alt="CSS" src="http://blogs.msdn.com/blogfiles/cbowen/WindowsLiveWriter/InternetExplorer8DeveloperTools_B228/CSS_thumb.png" width="394" height="166" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;For details, see &lt;a href="http://msdn.microsoft.com/en-us/library/dd565627(VS.85).aspx"&gt;Debugging HTML and CSS with the Developer Tools&lt;/a&gt; on MSDN.&lt;/p&gt;  &lt;h2&gt;Debugging Script&lt;/h2&gt;  &lt;p&gt;The &lt;strong&gt;Script&lt;/strong&gt; tab lets you work with script, setting breakpoints, debugging through code and breaking on errors.&amp;#160; &lt;/p&gt;  &lt;p&gt;To debug, just set any breakpoints you need (you can choose other files using the drop-down list) then press “Start Debugging”.&amp;#160; You can also enable Break on Error mode (CTRL + Shift + E).&amp;#160; Once at a breakpoint, step into/through with the buttons or F10, F11, and Shift+F11.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/cbowen/WindowsLiveWriter/InternetExplorer8DeveloperTools_B228/Debugging_2.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="Debugging" border="0" alt="Debugging" src="http://blogs.msdn.com/blogfiles/cbowen/WindowsLiveWriter/InternetExplorer8DeveloperTools_B228/Debugging_thumb.png" width="394" height="145" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;There’s a console in the right-hand pane which supports Console.Log/Warn/Info/Error output from your script.&amp;#160; The console also supports direct script execution.&amp;#160; &lt;em&gt;Tip: this is a great place to learn/test commands from various Ajax and Javascript libraries.&lt;/em&gt;&amp;#160; &lt;/p&gt;  &lt;p&gt;The pane also lets you view breakpoints, local and watch variables, and the call stack.&lt;/p&gt;  &lt;p&gt;See &lt;a href="http://msdn.microsoft.com/en-us/library/dd565625(VS.85).aspx"&gt;Debugging Script with the Developer Tools&lt;/a&gt; for more.&lt;/p&gt;  &lt;h2&gt;Profiling Script&lt;/h2&gt;  &lt;p&gt;One of the most useful features is the ability to analyze code to measure it’s performance.&amp;#160; Just select the fourth tab (&lt;strong&gt;Profiler&lt;/strong&gt;) and click “Start Profiling”.&amp;#160; Use the part(s) of the application you’d like to analyze, then click “Stop Profiling”.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/cbowen/WindowsLiveWriter/InternetExplorer8DeveloperTools_B228/Profiling_2.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="Profiling" border="0" alt="Profiling" src="http://blogs.msdn.com/blogfiles/cbowen/WindowsLiveWriter/InternetExplorer8DeveloperTools_B228/Profiling_thumb.png" width="394" height="191" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;You’ll see a summary report showing functions, how many times they were called (Count), timing.&amp;#160; &lt;em&gt;Inclusive time&lt;/em&gt; is the function plus any called functions, and &lt;em&gt;exclusive time&lt;/em&gt; is that function only.&amp;#160; &lt;em&gt;Tip: there are other columns as well (% time, min/max time, etc.), but by default they’re collapsed, so click between column headers to expand them.&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;Use the Current View drop-down to switch between a list of functions or a call tree view.&lt;/p&gt;  &lt;p&gt;You can also click the “Export Data” button to save the profiling report externally (e.g. to load into Excel).&lt;/p&gt;  &lt;p&gt;See &lt;a href="http://msdn.microsoft.com/en-us/library/dd565629(VS.85).aspx"&gt;Profiling Script with the Developer Tools&lt;/a&gt; for more.&lt;/p&gt;  &lt;h2&gt;Menu Options&lt;/h2&gt;  &lt;p&gt;On the right side of the menu, you’ll see options to change the &lt;strong&gt;Browser Mode&lt;/strong&gt; and &lt;strong&gt;Document Mode&lt;/strong&gt;.&amp;#160; This lets you modify the browser behavior and page settings to test under different rendering and display conditions.&amp;#160; See &lt;a href="http://msdn.microsoft.com/en-us/library/dd565624(VS.85).aspx"&gt;this MSDN article&lt;/a&gt; for more.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/cbowen/WindowsLiveWriter/InternetExplorer8DeveloperTools_B228/Menu_2.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="Menu" border="0" alt="Menu" src="http://blogs.msdn.com/blogfiles/cbowen/WindowsLiveWriter/InternetExplorer8DeveloperTools_B228/Menu_thumb.png" width="394" height="21" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;Don’t forget to look through the many options in the various menus.&amp;#160; For example:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;a href="http://blogs.msdn.com/blogfiles/cbowen/WindowsLiveWriter/InternetExplorer8DeveloperTools_B228/Color%20Picker_2.png"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; margin-left: 0px; border-left-width: 0px; margin-right: 0px" title="Color Picker" border="0" alt="Color Picker" align="right" src="http://blogs.msdn.com/blogfiles/cbowen/WindowsLiveWriter/InternetExplorer8DeveloperTools_B228/Color%20Picker_thumb.png" width="144" height="73" /&gt;&lt;/a&gt;Image and Link reports &lt;/li&gt;    &lt;li&gt;Element outlining (tables, divs, etc.) &lt;/li&gt;    &lt;li&gt;Cache management &lt;/li&gt;    &lt;li&gt;Pop-up blocker, script, and CSS disabling &lt;/li&gt;    &lt;li&gt;&lt;a href="http://blogs.msdn.com/blogfiles/cbowen/WindowsLiveWriter/InternetExplorer8DeveloperTools_B228/Validation_2.png"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; margin-left: 0px; border-left-width: 0px; margin-right: 0px" title="Validation" border="0" alt="Validation" align="right" src="http://blogs.msdn.com/blogfiles/cbowen/WindowsLiveWriter/InternetExplorer8DeveloperTools_B228/Validation_thumb.png" width="144" height="98" /&gt;&lt;/a&gt;Tools to resize the browser, measure items, and select colors &lt;/li&gt;    &lt;li&gt;Options to send a page for validation &lt;/li&gt;    &lt;li&gt;Clear/view cookies &lt;/li&gt; &lt;/ul&gt;  &lt;h3&gt;Questions&lt;/h3&gt;  &lt;p&gt;Some details for questions asked during and after the session:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;The Search bar supports the &lt;a href="http://www.w3.org/tr/selectors-api"&gt;W3C Selectors API&lt;/a&gt;, but you need to type an “@” symbol before your expression, otherwise it’s treated as a literal text search.       &lt;br /&gt;&lt;/li&gt;    &lt;li&gt;The &lt;a href="http://msdn.microsoft.com/en-gb/library/dd565625(VS.85).aspx"&gt;script profiler&lt;/a&gt; works on a usage basis, profiling all code executed between using the “start profiling” and “stop profiling” commands. I have not seen a way to affect which scripts code is profiled during that time (like you can with using the &lt;a href="http://msdn.microsoft.com/en-us/library/bb514149.aspx"&gt;Profiler APIs&lt;/a&gt; to affect Team System’s instrumentation profiling). &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p&gt;&lt;/p&gt;  &lt;h2&gt;Internet Explorer Resources&lt;/h2&gt;  &lt;p&gt;Finally, a summary of resources to get you underway:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;a href="http://microsoft.com/ie"&gt;&lt;/a&gt;&lt;a href="http://samples.msdn.microsoft.com/workshop/samples/devtools/index.htm"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; margin-left: 0px; border-left-width: 0px; margin-right: 0px" title="Tutorial Site" border="0" alt="Tutorial Site" align="right" src="http://blogs.msdn.com/blogfiles/cbowen/WindowsLiveWriter/InternetExplorer8DeveloperTools_B228/IE8DevToolsTutorial_3.png" width="169" height="135" /&gt;&lt;/a&gt;&lt;a href="http://microsoft.com/ie"&gt;IE 8 Home&lt;/a&gt;&lt;/a&gt; &lt;/li&gt;    &lt;li&gt;&lt;a href="http://msdn.com/ie"&gt;&lt;/a&gt;&lt;a href="http://msdn.com/ie"&gt;IE 8 Developer Center&lt;/a&gt;&lt;/a&gt; &lt;/li&gt;    &lt;li&gt;&lt;a href="http://channel9.msdn.com/posts/dpeeast/Northeast-Roadshow-Exploring-Internet-Explorer-8/"&gt;My screencast on IE8 for developers&lt;/a&gt; &lt;/li&gt;    &lt;li&gt;&lt;a href="http://samples.msdn.microsoft.com/workshop/samples/devtools/index.htm"&gt;&lt;/a&gt;&lt;a href="http://samples.msdn.microsoft.com/workshop/samples/devtools/index.htm"&gt;IE 8 Dev Tools Tutorial sample site&lt;/a&gt;&lt;/a&gt;&amp;#160; &lt;/li&gt;    &lt;li&gt;&lt;a href="http://msdn.microsoft.com/en-us/library/dd565622(VS.85).aspx"&gt;IE 8 Dev Tools Articles&lt;/a&gt; &lt;/li&gt;    &lt;li&gt;For keyboard fans, the &lt;a href="http://msdn.microsoft.com/en-gb/library/dd565630(VS.85).aspx"&gt;Keyboard Shortcuts guide&lt;/a&gt; &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;I hope you enjoy using the developer tools!&lt;/p&gt;  &lt;p&gt;-Chris&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9901817" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/cbowen/archive/tags/Internet+Explorer/default.aspx">Internet Explorer</category><category domain="http://blogs.msdn.com/cbowen/archive/tags/Tools/default.aspx">Tools</category></item><item><title>Free Antivirus Protection with Microsoft Security Essentials</title><link>http://blogs.msdn.com/cbowen/archive/2009/09/30/free-antivirus-protection-with-microsoft-security-essentials.aspx</link><pubDate>Wed, 30 Sep 2009 08:15:29 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9901147</guid><dc:creator>cbowen</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/cbowen/comments/9901147.aspx</comments><wfw:commentRss>http://blogs.msdn.com/cbowen/commentrss.aspx?PostID=9901147</wfw:commentRss><wfw:comment>http://blogs.msdn.com/cbowen/rsscomments.aspx?PostID=9901147</wfw:comment><description>&lt;p&gt;&lt;a href="http://www.microsoft.com/security_essentials"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; margin: 0px 0px 0px 5px; display: inline; border-top: 0px; border-right: 0px" title="Microsoft Security Essentials" border="0" alt="Microsoft Security Essentials" align="right" src="http://blogs.msdn.com/blogfiles/cbowen/WindowsLiveWriter/FreeAntivirusProtectionwithMicrosoftSecu_11AE/Microsoft%20Security%20Essentials_3.gif" width="194" height="38" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;A short and simple post…&amp;#160; &lt;/p&gt;  &lt;p&gt;Need antivirus and antimalware protection?&amp;#160; Want it for free?&amp;#160; Then download &lt;a href="http://www.microsoft.com/security_essentials"&gt;&lt;strong&gt;Microsoft Security Essentials&lt;/strong&gt;&lt;/a&gt; now:&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;a href="http://www.microsoft.com/security_essentials"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; margin: 0px 0px 0px 5px; display: inline; border-top: 0px; border-right: 0px" title="Microsoft Security Essentials Home" border="0" alt="Microsoft Security Essentials Home" align="right" src="http://blogs.msdn.com/blogfiles/cbowen/WindowsLiveWriter/FreeAntivirusProtectionwithMicrosoftSecu_11AE/Microsoft%20Security%20Essentials%20Home_3.png" width="168" height="178" /&gt;&lt;/a&gt;Microsoft Security Essentials provides real-time protection for your home PC that guards against viruses, spyware, and other malicious software. &lt;/p&gt;    &lt;p&gt;Microsoft Security Essentials is a free* download from Microsoft that is simple to install, easy to use, and always kept up to date so you can be assured your PC is protected by the latest technology. It’s easy to tell if your PC is secure — when you’re green, you’re good. It’s that simple.&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;-Chris&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9901147" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/cbowen/archive/tags/Tools/default.aspx">Tools</category><category domain="http://blogs.msdn.com/cbowen/archive/tags/Windows/default.aspx">Windows</category></item><item><title>WebsiteSpark – A Jumpstart for Web Development and Design Companies</title><link>http://blogs.msdn.com/cbowen/archive/2009/09/28/websitespark-a-jumpstart-for-web-development-and-design-companies.aspx</link><pubDate>Tue, 29 Sep 2009 00:42:09 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9900470</guid><dc:creator>cbowen</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/cbowen/comments/9900470.aspx</comments><wfw:commentRss>http://blogs.msdn.com/cbowen/commentrss.aspx?PostID=9900470</wfw:commentRss><wfw:comment>http://blogs.msdn.com/cbowen/rsscomments.aspx?PostID=9900470</wfw:comment><description>&lt;p&gt;&lt;a href="http://www.microsoft.com/web/websitespark/"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; margin: 0px 0px 0px 5px; display: inline; border-top: 0px; border-right: 0px" title="WebsiteSpark" border="0" alt="WebsiteSpark" align="right" src="http://blogs.msdn.com/blogfiles/cbowen/WindowsLiveWriter/WebsiteSparkAJumpstartforWebDevelopmenta_A968/WebsiteSpark_3.jpg" width="206" height="91" /&gt;&lt;/a&gt; Having just posted about a Boston-area &lt;a href="http://blogs.msdn.com/cbowen/archive/2009/09/27/windows-7-incubation-week-boston-october-5.aspx"&gt;opportunity for BizSpark companies&lt;/a&gt;, I realized I hadn’t yet mentioned the new &lt;a href="http://www.microsoft.com/web/websitespark"&gt;WebsiteSpark program&lt;/a&gt;, so…&lt;/p&gt;  &lt;h2&gt;&lt;strong&gt;WebsiteSpark&lt;/strong&gt;&lt;/h2&gt;  &lt;p&gt;Similar to &lt;a href="http://www.microsoft.com/bizspark/"&gt;BizSpark&lt;/a&gt;, WebsiteSpark is a new program for web development/design companies and offers (from the &lt;a href="http://www.microsoft.com/web/websitespark/Support.aspx#que1"&gt;FAQ&lt;/a&gt;):&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;The program helps Web Pros drive new business opportunities through increased visibility and connections with partners (including Web Hosters) and customers around the world; WebsiteSpark also provides Web Pros with Microsoft tools and hosting solutions, as well as support and training.&lt;/p&gt; &lt;/blockquote&gt;  &lt;h2&gt;&lt;strong&gt;What Do You Receive?&lt;/strong&gt;&amp;#160; &lt;/h2&gt;  &lt;p&gt;From the &lt;a href="http://www.microsoft.com/web/websitespark/Support.aspx"&gt;WebsiteSpark support page&lt;/a&gt;:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;     &lt;p&gt;&lt;em&gt;Design Tools/Development Tools/Testing Tools&lt;/em&gt;. Each Web Pro firm will be entitled to : &lt;/p&gt;      &lt;ul&gt;       &lt;li&gt;&lt;strong&gt;Visual Studio® 2008 Professional Edition&lt;/strong&gt; 3 user licenses &lt;/li&gt;        &lt;li&gt;&lt;strong&gt;Expression® Studio&lt;/strong&gt; 2 (or 3) 1 user license, available only to the Primary Contact for the Web Pro &lt;/li&gt;        &lt;li&gt;&lt;strong&gt;Expression® Web&lt;/strong&gt; 2 (or 3) 2 user licenses &lt;/li&gt;        &lt;li&gt;&lt;strong&gt;Windows Web Server® 2008&lt;/strong&gt; (or Windows Web Server 2008 R2 when available) 3 user licenses &lt;/li&gt;        &lt;li&gt;&lt;strong&gt;SQL Server® 2008&lt;/strong&gt; Web 3 user licenses &lt;/li&gt;     &lt;/ul&gt;   &lt;/li&gt;    &lt;li&gt;&lt;em&gt;Production and Deployment&lt;/em&gt;. If self-hosting, each Web Pro firm will be entitled to four processor production licenses each (requires enrollment in SPLA Essentials):       &lt;ul&gt;       &lt;li&gt;&lt;a href="http://www.microsoft.com/web/websitespark/"&gt;&lt;strong&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; margin-left: 0px; border-top: 0px; margin-right: 0px; border-right: 0px" title="WebsiteSpark Home" border="0" alt="WebsiteSpark Home" align="right" src="http://blogs.msdn.com/blogfiles/cbowen/WindowsLiveWriter/WebsiteSparkAJumpstartforWebDevelopmenta_A968/WebsiteSparkHome_3.png" width="166" height="174" /&gt;&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt;Windows Web Server® 2008&lt;/strong&gt; (or Windows Web Server 2008 R2, when available) &lt;/li&gt;        &lt;li&gt;&lt;strong&gt;SQL Server® 2008 Web&lt;/strong&gt; &lt;/li&gt;     &lt;/ul&gt;   &lt;/li&gt; &lt;/ul&gt;  &lt;h2&gt;What Does This Cost?&lt;/h2&gt;  &lt;p&gt;From the &lt;a href="http://www.microsoft.com/web/websitespark/Support.aspx"&gt;FAQ&lt;/a&gt;:&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;“There is no upfront cost for Web Pros to join WebsiteSpark or receive its benefits; a Program Offering Fee (USD 100) is required when the Web Pro exits the program.”&lt;/p&gt; &lt;/blockquote&gt;  &lt;h2&gt;How Do I Learn More and Join?&lt;/h2&gt;  &lt;p&gt;Full details, including how to qualify and join, are on the &lt;a href="http://www.microsoft.com/web/websitespark/Default.aspx"&gt;WebsiteSpark site&lt;/a&gt; and &lt;a href="http://www.microsoft.com/web/websitespark/ShowItem.aspx?LocalizedItemId=7177"&gt;program guide&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;If you’re a web development and/or design firm, it’s definitely worth a look.&lt;/p&gt;  &lt;p&gt;-Chris&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9900470" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/cbowen/archive/tags/Microsoft/default.aspx">Microsoft</category><category domain="http://blogs.msdn.com/cbowen/archive/tags/Startups/default.aspx">Startups</category><category domain="http://blogs.msdn.com/cbowen/archive/tags/BizSpark/default.aspx">BizSpark</category></item><item><title>Windows 7 Incubation Week Boston – October 5</title><link>http://blogs.msdn.com/cbowen/archive/2009/09/27/windows-7-incubation-week-boston-october-5.aspx</link><pubDate>Sun, 27 Sep 2009 18:39:03 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9900000</guid><dc:creator>cbowen</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/cbowen/comments/9900000.aspx</comments><wfw:commentRss>http://blogs.msdn.com/cbowen/commentrss.aspx?PostID=9900000</wfw:commentRss><wfw:comment>http://blogs.msdn.com/cbowen/rsscomments.aspx?PostID=9900000</wfw:comment><description>&lt;p&gt;&lt;a href="http://blogs.msdn.com/sanjayjain/archive/2009/08/18/microsoft-bizspark-incubation-week-for-windows-7-at-boston-05oct09.aspx"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; margin-left: 0px; border-top: 0px; margin-right: 0px; border-right: 0px" title="MSBizSparkIncubationWeek" border="0" alt="MSBizSparkIncubationWeek" src="http://blogs.msdn.com/blogfiles/cbowen/WindowsLiveWriter/Windows7IncubationWeekBostonOctober5_A3D1/MSBizSparkIncubationWeek_3.png" width="305" height="35" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;After other successful Microsoft &lt;a href="http://www.microsoft.com/bizspark/"&gt;BizSpark&lt;/a&gt; Incubation Weeks, it’s good to have another coming to the Boston area.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/sanjayjain/archive/2009/08/18/microsoft-bizspark-incubation-week-for-windows-7-at-boston-05oct09.aspx"&gt;Microsoft BizSaprk Incubation Week Boston&lt;/a&gt; will be from &lt;strong&gt;October 5th through the 9th&lt;/strong&gt; at the Microsoft Technology Center in Waltham, MA.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://microsoft.com/bizspark"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; margin: 0px 0px 0px 5px; display: inline; border-top: 0px; border-right: 0px" title="BizSparkBanner" border="0" alt="BizSparkBanner" align="right" src="http://blogs.msdn.com/blogfiles/cbowen/WindowsLiveWriter/Windows7IncubationWeekBostonOctober5_A3D1/BizSparkBanner_3.jpg" width="179" height="71" /&gt;&lt;/a&gt; This will be an opportunity for BizSpark startups to learn about and develop with &lt;a href="http://www.readyset7.com/software.aspx"&gt;new Windows 7 features&lt;/a&gt;, get coaching from guest speakers and experts, and generate some awareness for your efforts. &lt;/p&gt;  &lt;p&gt;If you’re interested, there’s a &lt;strong&gt;brief window of opportunity remaining&lt;/strong&gt; to nominate your team to participate, so contact Sanjay Jain right away.&lt;strong&gt;&amp;#160; &lt;/strong&gt;See &lt;a href="http://blogs.msdn.com/sanjayjain/archive/2009/08/18/microsoft-bizspark-incubation-week-for-windows-7-at-boston-05oct09.aspx"&gt;Sanjay’s post&lt;/a&gt; for full details.&lt;/p&gt;  &lt;p&gt;-Chris&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9900000" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/cbowen/archive/tags/Events/default.aspx">Events</category><category domain="http://blogs.msdn.com/cbowen/archive/tags/Massachusetts/default.aspx">Massachusetts</category><category domain="http://blogs.msdn.com/cbowen/archive/tags/Windows/default.aspx">Windows</category><category domain="http://blogs.msdn.com/cbowen/archive/tags/BizSpark/default.aspx">BizSpark</category></item><item><title>Announcing the Boston Azure User Group</title><link>http://blogs.msdn.com/cbowen/archive/2009/09/27/announcing-the-boston-azure-user-group.aspx</link><pubDate>Sun, 27 Sep 2009 17:47:17 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9899987</guid><dc:creator>cbowen</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/cbowen/comments/9899987.aspx</comments><wfw:commentRss>http://blogs.msdn.com/cbowen/commentrss.aspx?PostID=9899987</wfw:commentRss><wfw:comment>http://blogs.msdn.com/cbowen/rsscomments.aspx?PostID=9899987</wfw:comment><description>&lt;p&gt;Cloud computing is capturing an increasing amount of mindshare recently, &lt;a href="http://www.microsoft.com/azure/default.mspx"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; margin: 5px 0px 5px 5px; display: inline; border-top: 0px; border-right: 0px" title="Windows Azure Platform" border="0" alt="Windows Azure Platform" align="right" src="http://blogs.msdn.com/blogfiles/cbowen/WindowsLiveWriter/WelcometotheBostonAzureUserGroup_9320/Azure2_3.jpg" width="77" height="77" /&gt;&lt;/a&gt;with the &lt;a href="http://www.microsoft.com/azure/default.mspx"&gt;Windows Azure&lt;/a&gt; platform as a way to build new cloud applications and integrate cloud-based services with existing ones.&lt;/p&gt;  &lt;p&gt;With that in mind, the &lt;a href="http://bostonazureusergroup.org/"&gt;&lt;strong&gt;Boston Azure User Group&lt;/strong&gt;&lt;/a&gt; has just been formed, offering area developers, architects, and tech professionals a way to meet to discuss and learn about Azure and cloud computing in general.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://microsoftcambridge.com"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; margin: 5px 0px 5px 5px; display: inline; border-top: 0px; border-right: 0px" title="Microsoft NERD, Cambridge" border="0" alt="Microsoft NERD, Cambridge" align="right" src="http://blogs.msdn.com/blogfiles/cbowen/WindowsLiveWriter/WelcometotheBostonAzureUserGroup_9320/NERD_3.jpg" width="169" height="46" /&gt;&lt;/a&gt;The group will be meeting at the &lt;a href="http://microsoftcambridge.com"&gt;Microsoft Cambridge NERD center&lt;/a&gt;, with the first meeting on &lt;strong&gt;October 22nd&lt;/strong&gt;.&amp;#160; See &lt;a href="http://BostonAzureUserGroup.org"&gt;BostonAzureUserGroup.org&lt;/a&gt; for details as they emerge and to join the group’s mailing list. &lt;/p&gt;  &lt;p&gt;Thanks to &lt;strong&gt;Bill Wilder&lt;/strong&gt; (&lt;a href="http://blog.codingoutloud.com/"&gt;blog&lt;/a&gt;) for volunteering his time to organize and run the group! &lt;/p&gt;  &lt;p&gt;-Chris&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9899987" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/cbowen/archive/tags/User+Groups/default.aspx">User Groups</category><category domain="http://blogs.msdn.com/cbowen/archive/tags/Events/default.aspx">Events</category><category domain="http://blogs.msdn.com/cbowen/archive/tags/Massachusetts/default.aspx">Massachusetts</category><category domain="http://blogs.msdn.com/cbowen/archive/tags/Cambridge/default.aspx">Cambridge</category><category domain="http://blogs.msdn.com/cbowen/archive/tags/Azure/default.aspx">Azure</category></item><item><title>BarCampManchester 4 on September 26</title><link>http://blogs.msdn.com/cbowen/archive/2009/09/21/barcampmanchester-4-on-september-26.aspx</link><pubDate>Mon, 21 Sep 2009 20:23:23 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9897664</guid><dc:creator>cbowen</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/cbowen/comments/9897664.aspx</comments><wfw:commentRss>http://blogs.msdn.com/cbowen/commentrss.aspx?PostID=9897664</wfw:commentRss><wfw:comment>http://blogs.msdn.com/cbowen/rsscomments.aspx?PostID=9897664</wfw:comment><description>&lt;p&gt;&lt;a href="http://barcampmanchester.org/"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; margin: 0px 0px 5px 10px; display: inline; border-top: 0px; border-right: 0px" title="BarCampManchester" border="0" alt="BarCampManchester" align="right" src="http://blogs.msdn.com/blogfiles/cbowen/WindowsLiveWriter/BarCampManchester4onSeptember26_BC3D/BarCampManchester_3.png" width="197" height="59" /&gt;&lt;/a&gt; For tech folks in and near New Hampshire, this weekend’s &lt;a href="http://barcampmanchester.org/"&gt;BarCampManchester 4&lt;/a&gt; will be a great opportunity to learn, share, and network.&lt;/p&gt;  &lt;p&gt;BarCamp will be &lt;strong&gt;Saturday, September 26th from 9:30 – 4:30 &lt;/strong&gt;at UNH Manchester and &lt;a href="http://barcampmanchester.org/Attendees/"&gt;registration&lt;/a&gt; is free.&lt;/p&gt;  &lt;p&gt;Like &lt;a href="http://barcamp.org"&gt;other BarCamps&lt;/a&gt;, it will be an “unconference”, with an &lt;strike&gt;attendee-&lt;/strike&gt;&lt;em&gt; participant&lt;/em&gt;-driven experience that encourages everyone to share insights and interests.&amp;#160; (See also &lt;a href="http://barcamp.org/TheRulesOfBarCamp"&gt;“Rules” of BarCamp&lt;/a&gt;, and &lt;a href="http://barcamp.org/WhatToExpect"&gt;tips on what to expect&lt;/a&gt;.)&lt;/p&gt;  &lt;p&gt;See you there!&lt;/p&gt;  &lt;p&gt;-Chris&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9897664" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/cbowen/archive/tags/Events/default.aspx">Events</category><category domain="http://blogs.msdn.com/cbowen/archive/tags/New+Hampshire/default.aspx">New Hampshire</category></item><item><title>Vermont’s First Code Camp a Success!</title><link>http://blogs.msdn.com/cbowen/archive/2009/09/15/vermont-s-first-code-camp-a-success.aspx</link><pubDate>Tue, 15 Sep 2009 16:54:17 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9895390</guid><dc:creator>cbowen</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/cbowen/comments/9895390.aspx</comments><wfw:commentRss>http://blogs.msdn.com/cbowen/commentrss.aspx?PostID=9895390</wfw:commentRss><wfw:comment>http://blogs.msdn.com/cbowen/rsscomments.aspx?PostID=9895390</wfw:comment><description>&lt;p&gt;Having helped to run the New England Code Camps for a while now, I know that organizing one is no easy task.&amp;#160; It’s especially challenging to run the first one – finding a venue, raising awareness, encouraging people to speak, reaching out to companies for support, etc.&amp;#160; &lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/cbowen/WindowsLiveWriter/VermontsFirstCodeCampaSuccess_7EB6/IMAGE_376_2.jpg"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; margin-left: 0px; border-top: 0px; margin-right: 0px; border-right: 0px" title="Rob Helping with Registration" border="0" alt="Rob Helping with Registration" src="http://blogs.msdn.com/blogfiles/cbowen/WindowsLiveWriter/VermontsFirstCodeCampaSuccess_7EB6/IMAGE_376_thumb.jpg" width="90" height="119" /&gt;&lt;/a&gt;&lt;a href="http://blogs.msdn.com/blogfiles/cbowen/WindowsLiveWriter/VermontsFirstCodeCampaSuccess_7EB6/IMAGE_378_2.jpg"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="Rob and Julie Kicking Things Off" border="0" alt="Rob and Julie Kicking Things Off" src="http://blogs.msdn.com/blogfiles/cbowen/WindowsLiveWriter/VermontsFirstCodeCampaSuccess_7EB6/IMAGE_378_thumb.jpg" width="157" height="119" /&gt;&lt;/a&gt;&lt;a href="http://blogs.msdn.com/blogfiles/cbowen/WindowsLiveWriter/VermontsFirstCodeCampaSuccess_7EB6/IMAGE_380_2.jpg"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; margin-left: 0px; border-top: 0px; margin-right: 0px; border-right: 0px" title="Code Campers" border="0" alt="Code Campers" src="http://blogs.msdn.com/blogfiles/cbowen/WindowsLiveWriter/VermontsFirstCodeCampaSuccess_7EB6/IMAGE_380_thumb.jpg" width="90" height="119" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;So I’m confident when I say &lt;strong&gt;&lt;em&gt;job well done &lt;/em&gt;&lt;/strong&gt;to everyone who organized and volunteered for &lt;a href="http://www.vtdotnet.org/codecamp"&gt;Vermont’s first Code Camp&lt;/a&gt; this weekend!&lt;/p&gt;  &lt;p&gt;In particular, thanks to &lt;strong&gt;&lt;a href="http://bigpigvt.blogspot.com/"&gt;Rob Hale&lt;/a&gt;&lt;/strong&gt;, who did an outstanding job stepping up to take point for organizing the event, and to &lt;strong&gt;&lt;a href="http://thedatafarm.com/blog/"&gt;Julie Lerman&lt;/a&gt;&lt;/strong&gt;, who for many years has worked to drive and improve the Vermont developer community.&amp;#160; &lt;/p&gt;  &lt;p&gt;Of course, a Code Camp simply couldn’t happen without the support of the &lt;em&gt;speakers (local and out of state), volunteers, and contributors/sponsors&lt;/em&gt; – all of whom deserve many thanks!&amp;#160; And finally, thanks to the &lt;strong&gt;over 80 attendees&lt;/strong&gt; who invested their Saturday to gather to share, learn, and network.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/cbowen/WindowsLiveWriter/VermontsFirstCodeCampaSuccess_7EB6/IMAGE_384_2.jpg"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="Time for Giveaways" border="0" alt="Time for Giveaways" src="http://blogs.msdn.com/blogfiles/cbowen/WindowsLiveWriter/VermontsFirstCodeCampaSuccess_7EB6/IMAGE_384_thumb.jpg" width="348" height="122" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;It would have been a success for any Code Camp, but to see the diverse tech community presence, support by local and national companies, a perfect venue (thanks to UVM), and excellent presentations all at a &lt;em&gt;first attempt&lt;/em&gt; is a great accomplishment.&lt;/p&gt;  &lt;p&gt;As a bonus, my wife and I were able to a weekend of the visit to Vermont and enjoyed revisiting our favorite Burlington places (we used to live there, so I’m always happy to make the trip.) &lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/cbowen/WindowsLiveWriter/VermontsFirstCodeCampaSuccess_7EB6/IMAGE_385_2.jpg"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="The VTC Student-Created VTank XNA Game!" border="0" alt="The VTC Student-Created VTank XNA Game!" src="http://blogs.msdn.com/blogfiles/cbowen/WindowsLiveWriter/VermontsFirstCodeCampaSuccess_7EB6/IMAGE_385_thumb.jpg" width="127" height="96" /&gt;&lt;/a&gt;&lt;a href="http://blogs.msdn.com/blogfiles/cbowen/WindowsLiveWriter/VermontsFirstCodeCampaSuccess_7EB6/IMAGE_382_2.jpg"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; margin-left: 0px; border-top: 0px; margin-right: 0px; border-right: 0px" title="Dave Burke Presents!" border="0" alt="Dave Burke Presents!" src="http://blogs.msdn.com/blogfiles/cbowen/WindowsLiveWriter/VermontsFirstCodeCampaSuccess_7EB6/IMAGE_382_thumb.jpg" width="273" height="96" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Code Camp season is upon us (MA, NH, and NY each have Camps in the works), and it’s off to a great start!&lt;/p&gt;  &lt;p&gt;-Chris&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9895390" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/cbowen/archive/tags/Events/default.aspx">Events</category><category domain="http://blogs.msdn.com/cbowen/archive/tags/Code+Camp/default.aspx">Code Camp</category><category domain="http://blogs.msdn.com/cbowen/archive/tags/Vermont/default.aspx">Vermont</category><category domain="http://blogs.msdn.com/cbowen/archive/tags/Community/default.aspx">Community</category></item></channel></rss>