<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:copyright="http://blogs.law.harvard.edu/tech/rss" xmlns:image="http://purl.org/rss/1.0/modules/image/">
    <channel>
        <title>Mike Huguet</title>
        <link>http://geekswithblogs.net/mikehuguet/Default.aspx</link>
        <description>I'm just talking out loud</description>
        <language>en-US</language>
        <copyright>Mike Huguet</copyright>
        <managingEditor>mikehuguet@gmail.com</managingEditor>
        <generator>Subtext Version 0.0.0.0</generator>
        <image>
            <title>Mike Huguet</title>
            <url>http://geekswithblogs.net/images/RSS2Image.gif</url>
            <link>http://geekswithblogs.net/mikehuguet/Default.aspx</link>
            <width>77</width>
            <height>60</height>
        </image>
        <item>
            <title>Starting a new Chapter in the Career of Mike Huguet</title>
            <link>http://geekswithblogs.net/mikehuguet/archive/2011/09/28/147090.aspx</link>
            <description>&lt;div class="wlWriterHeaderFooter" style="float:none; margin:0px; padding:4px 0px 4px 0px;"&gt;&lt;iframe src="http://www.facebook.com/widgets/like.php?href=http://geekswithblogs.net/mikehuguet/archive/2011/09/28/147090.aspx" scrolling="no" frameborder="0" style="border:none; width:450px; height:80px"&gt;&lt;/iframe&gt;&lt;/div&gt;&lt;p&gt;A couple of months ago an opportunity unexpectedly made its way into my life that would offer something different for my career.  At first I ignored it, but after a while I started thinking about the possibilities before me.  There were a couple of job openings at this “little” company, which you may have heard of before, Microsoft, that intrigued me.  I began asking myself, “Self, would you ever leave Sparkhound and if you would what would the job have to be like.”  Well, I wasn’t exactly sure, but this opportunity definitely was a possibility.  My wife and I discussed it and decided to just roll the dice and see what happens.  It is a bitter sweet moment, but I am excited to say that two months later the opportunity has become a reality and I have accepted a position with Microsoft.  I will be starting my new role as a .NET Premier Field Engineer (PFE) on October 24th.&lt;/p&gt;  &lt;p&gt;I still absolutely love Sparkhound and will be a Sparky for life.  In fact, if things don’t work out with Microsoft, I will be on the phone with Kimmel, Noah, Mike, or Shawn asking to rejoin the team.  I’ve been a Sparky for many years now and I have helped this company grow from 20 to where it is today (not at all just me of course).  I’ve faced many wonderful and challenging days there and have grown with the company.  I’m proud of what the company has become and where it is striving to be.  I have made many lifelong friendships there so my ties won’t be going away.  I will continue to be involved in the technical community with user groups, but may have to take a breather from time to time for travel purposes.  It’s in my blood!&lt;/p&gt;  &lt;p&gt;So what is this new job?  Well, the PFE role is part of the Premier Services team at Microsoft and is responsible for having the most advanced knowledge in a product and technology at MS, level 400.  There are only a couple of roles at MS that are expected to have this depth of knowledge and two of them are the actual product team members and the premier field engineers.  When the premier customers get in a jam and are having issues with the mission critical applications in the production setting and can’t figure them out I will help them.  I will be building and giving training workshops to customers, performing code and architectural reviews, as well creating tools, code examples, and best practice documentation.  There will be lot of training and travelling for the first year, but I will be based out of Baton Rouge.&lt;/p&gt;  &lt;p&gt;I am looking forward to an awesome adventure with my new employer, Microsoft, and the family is ready to start another chapter in our life.&lt;/p&gt; &lt;img src="http://geekswithblogs.net/mikehuguet/aggbug/147090.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Mike Huguet</dc:creator>
            <guid>http://geekswithblogs.net/mikehuguet/archive/2011/09/28/147090.aspx</guid>
            <pubDate>Thu, 29 Sep 2011 00:49:20 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/mikehuguet/comments/147090.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/mikehuguet/archive/2011/09/28/147090.aspx#feedback</comments>
            <slash:comments>9</slash:comments>
            <wfw:commentRss>http://geekswithblogs.net/mikehuguet/comments/commentRss/147090.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/mikehuguet/services/trackbacks/147090.aspx</trackback:ping>
        </item>
        <item>
            <title>Research for the Week-Memory Management Part 1</title>
            <category>.NET General</category>
            <link>http://geekswithblogs.net/mikehuguet/archive/2011/09/19/146946.aspx</link>
            <description>&lt;div class="wlWriterHeaderFooter" style="margin: 0px; padding: 4px 0px; float: none;"&gt;&lt;iframe src="http://www.facebook.com/widgets/like.php?href=http://geekswithblogs.net/mikehuguet/archive/2011/09/19/146946.aspx" frameborder="0" scrolling="no" style="border: currentColor; width: 450px; height: 80px;"&gt;&lt;/iframe&gt;&lt;/div&gt;
&lt;p&gt;Do you know what happens when you create a new instance of a class?  Why do we need a &lt;em&gt;value&lt;/em&gt; type and a &lt;em&gt;reference&lt;/em&gt; type?  Do you know what is meant when the .NET framework is referred to as a “managed” platform?  What is managed versus unmanaged code?  Why do we need a .NET runtime?  What is a memory leak; is that like an oil leak?  All of these are questions that you should be able to answer as a Microsoft developer.  If you can’t answer them all, then keep reading as the next series of research blogs that I will publish are for you (or you can just read because you want to be smarter).&lt;/p&gt;
&lt;p&gt;I know too many developers that have jumped right into developing fancy user interface applications and don’t know much about the development platform in which they have chosen.  Why do we do this?  Most of us like to get some gratification out of accomplishing something visually.  GUI driven applications allow us to show off our work very easily.  Now that you can write a hello world app in XAML, HTML 5, jQuery, ASP.NET, WinForms, SharePoint, etc, let’s learn some more about our development platform shall we? &lt;/p&gt;
&lt;p&gt;This is the start to a series of blogs that will provoke and guide you in gaining more depth of knowledge in the fundamentals of the .NET platform with a focus on memory management and the .NET processing and execution models.&lt;/p&gt;
&lt;p&gt;One could spend weeks trying to fully understand memory management within Windows, IIS, and the .NET runtime, but unless it is a requirement of your job it is only important to focus on level 100 for now.  The goal, however, would be to at least get to a 200 level and the ideal scenario would be for senior developers and architects to understand it at a 300 level, especially if your code has any interactions with COM objects and the Windows Native API’s.  In future research blogs we will dive deeper into certain areas of memory management, but the focus of this week is to get some of the basics down including those listed below.  Look to learn about these objectives in your readings.&lt;/p&gt;
&lt;ul&gt;
    &lt;li&gt;Understand the purpose of a “managed” framework&lt;/li&gt;
    &lt;li&gt;Understand the term “native”&lt;/li&gt;
    &lt;li&gt;Understand what an AppDomain is and why it is important&lt;/li&gt;
    &lt;li&gt;Understand what Just-in-time compilation means&lt;/li&gt;
    &lt;li&gt;Understand how .NET code executes in a windows runtime environment&lt;/li&gt;
    &lt;li&gt;Understand the IIS 7 (7.5) Process Model (focus on ASP.NET integration)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;&lt;u&gt;&lt;strong&gt;Reference Resources&lt;/strong&gt;&lt;/u&gt;&lt;/p&gt;
&lt;ol&gt;
    &lt;li&gt;.NET Framework Conceptual Overview - &lt;a href="http://msdn.microsoft.com/en-us/library/zw4w595w(v=VS.100).aspx"&gt;http://msdn.microsoft.com/en-us/library/zw4w595w(v=VS.100).aspx&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;Common Language Runtime - &lt;a href="http://msdn.microsoft.com/en-us/library/8bs2ecf4(v=VS.100).aspx"&gt;http://msdn.microsoft.com/en-us/library/8bs2ecf4(v=VS.100).aspx&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;Managed Execution Process - &lt;a href="http://msdn.microsoft.com/en-us/library/k5532s8a.aspx"&gt;http://msdn.microsoft.com/en-us/library/k5532s8a.aspx&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;Application Domains - &lt;a href="http://msdn.microsoft.com/en-us/library/2bh4z9hs.aspx"&gt;http://msdn.microsoft.com/en-us/library/2bh4z9hs.aspx&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;Threads, Process, and AppDomains - &lt;a href="http://www.codeproject.com/KB/threads/IPC.aspx"&gt;http://www.codeproject.com/KB/threads/IPC.aspx&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;Research for the Week – How IIS Works - &lt;a title="http://geekswithblogs.net/mikehuguet/archive/2011/09/12/146839.aspx" href="http://geekswithblogs.net/mikehuguet/archive/2011/09/12/146839.aspx"&gt;http://geekswithblogs.net/mikehuguet/archive/2011/09/12/146839.aspx&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;div class="wlWriterSmartContent" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:9ff21c21-818c-4ae1-a479-02618da4f3d4" style="margin: 0px; padding: 0px; float: none; display: inline;"&gt;Technorati Tags: &lt;a rel="tag" href="http://technorati.com/tags/.NET"&gt;.NET&lt;/a&gt;,&lt;a rel="tag" href="http://technorati.com/tags/Memory+Management"&gt;Memory Management&lt;/a&gt;&lt;/div&gt; &lt;img src="http://geekswithblogs.net/mikehuguet/aggbug/146946.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Mike Huguet</dc:creator>
            <guid>http://geekswithblogs.net/mikehuguet/archive/2011/09/19/146946.aspx</guid>
            <pubDate>Tue, 20 Sep 2011 00:35:24 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/mikehuguet/comments/146946.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/mikehuguet/archive/2011/09/19/146946.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/mikehuguet/comments/commentRss/146946.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/mikehuguet/services/trackbacks/146946.aspx</trackback:ping>
        </item>
        <item>
            <title>Research for the Week&amp;ndash;How IIS Works</title>
            <category>IIS</category>
            <category>Debugging</category>
            <category>Tools</category>
            <link>http://geekswithblogs.net/mikehuguet/archive/2011/09/12/146839.aspx</link>
            <description>&lt;div class="wlWriterHeaderFooter" style="float:none; margin:0px; padding:4px 0px 4px 0px;"&gt;&lt;iframe src="http://www.facebook.com/widgets/like.php?href=http://geekswithblogs.net/mikehuguet/archive/2011/09/12/146839.aspx" scrolling="no" frameborder="0" style="border:none; width:450px; height:80px"&gt;&lt;/iframe&gt;&lt;/div&gt;&lt;p&gt;In the world of custom web application development a critical component of our success is the hosting environment and services.  We can choose to deploy our web applications using 3rd party hosting providers such as GoDaddy.com, Rackspace, DiscountASP.NET, or another provider, or we can choose to deploy to on premise servers either virtual or physical.  In either case the web application must be serviced up to consumers by a web server software such as Internet Information Service (IIS), which is included with the Windows Server operating system.  A lot of developers and architects tend to treat IIS as a black box and do not understand how it functions.  IIS has evolved heavily over the past few years and has added a lot of native features that support and enhance ASP.NET application so it is important to understand at least the basics of how it works and what it has to offer in the way of options and additional features.  The worst thing to have happen (and what generally happens) is that issues are occurring in the production environment that require a crash course in IIS and the inner workings of ASP.NET.  &lt;/p&gt;  &lt;p&gt;I challenge you to learn more about IIS, specifically IIS 7 and 7.5 and any other version that you have in your environment.  You can start by going to the IIS Learning Center, &lt;a href="http://learn.iis.net"&gt;http://learn.iis.net&lt;/a&gt;.  For IIS 7 (7.5), which is included with Windows 2008 Server, you can read more about it by reading &lt;u&gt;Introduction to IIS 7 Architecture&lt;/u&gt;, &lt;a href="http://learn.iis.net/page.aspx/101/introduction-to-iis-7-architecture"&gt;http://learn.iis.net/page.aspx/101/introduction-to-iis-7-architecture&lt;/a&gt;.  You can also download a developer optimized version of IIS 7.5 (included in Windows 2008 Server R2), &lt;a href="http://www.microsoft.com/download/en/details.aspx?id=1038"&gt;http://www.microsoft.com/download/en/details.aspx?id=1038&lt;/a&gt;, to assist you in your learning, troubleshooting, and general development procedures.  This IIS 7.5 Express tool even allows you to simulate HTTPS, which was very difficult in the past on developer workstations.  Happy researching!&lt;/p&gt;  &lt;div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:beb21348-ecaa-4569-a2ff-b4eaa1fb74cd" class="wlWriterSmartContent"&gt;Technorati Tags: &lt;a href="http://technorati.com/tags/IIS" rel="tag"&gt;IIS&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Debugging" rel="tag"&gt;Debugging&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Tools" rel="tag"&gt;Tools&lt;/a&gt;&lt;/div&gt; &lt;img src="http://geekswithblogs.net/mikehuguet/aggbug/146839.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Mike Huguet</dc:creator>
            <guid>http://geekswithblogs.net/mikehuguet/archive/2011/09/12/146839.aspx</guid>
            <pubDate>Mon, 12 Sep 2011 19:23:00 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/mikehuguet/comments/146839.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/mikehuguet/archive/2011/09/12/146839.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/mikehuguet/comments/commentRss/146839.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/mikehuguet/services/trackbacks/146839.aspx</trackback:ping>
        </item>
        <item>
            <title>Upcoming Speaking Schedule for 2011 Q2</title>
            <category>Community</category>
            <category>Events</category>
            <category>User Group</category>
            <link>http://geekswithblogs.net/mikehuguet/archive/2011/04/18/144938.aspx</link>
            <description>&lt;div class="wlWriterHeaderFooter" style="float:none; margin:0px; padding:4px 0px 4px 0px;"&gt;&lt;iframe src="http://www.facebook.com/widgets/like.php?href=http://geekswithblogs.net/mikehuguet/archive/2011/04/18/144938.aspx" scrolling="no" frameborder="0" style="border:none; width:450px; height:80px"&gt;&lt;/iframe&gt;&lt;/div&gt;&lt;p&gt;I have stepped it up a notch and am speaking at numerous user groups and technical conferences in the South East in the coming months.  These include .NET &amp;amp; SharePoint user groups as well as SQL Saturday and SharePoint Saturday all day conferences.  I will also be submitting to a couple of more regional events that I’m considering including Houston TechFest.  If you are in the area, I’d love to have you come by to check out these events.  Also, if you are interested in having me present at your event, you can review &lt;a href="http://geekswithblogs.net/mikehuguet/archive/2011/04/18/144935.aspx"&gt;my current topics for 2011&lt;/a&gt; and see &lt;a href="http://geekswithblogs.net/mikehuguet/archive/2011/04/18/144936.aspx"&gt;my bio&lt;/a&gt; for details on contacting me.&lt;/p&gt;  &lt;table border="0" cellspacing="0" cellpadding="2" width="100%"&gt;&lt;tbody&gt;     &lt;tr&gt;       &lt;th valign="top" width="25%"&gt;Title&lt;/th&gt;        &lt;th valign="top" width="25%"&gt;Event&lt;/th&gt;        &lt;th valign="top" width="25%"&gt;Location&lt;/th&gt;        &lt;th valign="top" width="25%"&gt;Date/Time&lt;/th&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="25%"&gt;Becoming an Effective Content Owner&lt;/td&gt;        &lt;td valign="top" width="25%"&gt;BCBSLA Internal SharePoint User Group&lt;/td&gt;        &lt;td valign="top" width="25%"&gt;Blue Cross Blue Shield of LA &lt;/td&gt;        &lt;td valign="top" width="25%"&gt;4/25/2011&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="25%"&gt;Establishing a Workflow Strategy for SharePoint&lt;/td&gt;        &lt;td valign="top" width="25%"&gt;&lt;a href="http://www.sharepointsaturday.org/houston/default.aspx"&gt;Houston SharePoint Saturday&lt;/a&gt;&lt;/td&gt;        &lt;td valign="top" width="25%"&gt;Norris Conference Center in Downtown Houston&lt;/td&gt;        &lt;td valign="top" width="25%"&gt;5/7/2011&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="25%"&gt;&lt;a href="http://sqlsaturday.com/viewsession.aspx?sat=77&amp;amp;sessionid=4289"&gt;The Power of ASP.NET 4.0 Dynamic Data&lt;/a&gt;&lt;/td&gt;        &lt;td valign="top" width="25%"&gt;&lt;a href="http://www.shreveportdnug.org/"&gt;Shreveport .NET User Group&lt;/a&gt;&lt;/td&gt;        &lt;td valign="top" width="25%"&gt;&lt;a href="http://www.facebook.com/cohabitatshreveport"&gt;CoHabitat Shreveport&lt;/a&gt;&lt;/td&gt;        &lt;td valign="top" width="25%"&gt;5/17/2011&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="25%"&gt;&lt;a href="http://sqlsaturday.com/viewsession.aspx?sat=77&amp;amp;sessionid=4289"&gt;The Power of ASP.NET 4.0 Dynamic Data&lt;/a&gt;&lt;/td&gt;        &lt;td valign="top" width="25%"&gt;&lt;a href="http://sqlsaturday.com/77/eventhome.aspx"&gt;Pensacola SQL Saturday&lt;/a&gt;&lt;/td&gt;        &lt;td valign="top" width="25%"&gt;Pensacola State College&lt;/td&gt;        &lt;td valign="top" width="25%"&gt;6/4/2011 8:30 AM&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="25%"&gt;&lt;a href="http://sqlsaturday.com/viewsession.aspx?sat=77&amp;amp;sessionid=4290"&gt;Leveraging Open XML to Create More Dynamic Docs&lt;/a&gt;&lt;/td&gt;        &lt;td valign="top" width="25%"&gt;&lt;a href="http://sqlsaturday.com/77/eventhome.aspx"&gt;Pensacola SQL Saturday&lt;/a&gt;&lt;/td&gt;        &lt;td valign="top" width="25%"&gt;Pensacola State College&lt;/td&gt;        &lt;td valign="top" width="25%"&gt;6/4/2011 11:00 AM&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="25%"&gt;Leveraging Open XML to Create More Dynamic Docs&lt;/td&gt;        &lt;td valign="top" width="25%"&gt;&lt;a href="http://www.acadianaug.org/"&gt;Acadiana .NET User Group&lt;/a&gt;&lt;/td&gt;        &lt;td valign="top" width="25%"&gt;LEDA campus&lt;/td&gt;        &lt;td valign="top" width="25%"&gt;6/22/2011&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="25%"&gt;TBD&lt;/td&gt;        &lt;td valign="top" width="25%"&gt;&lt;a href="http://www.aitpbatonrouge.org/"&gt;AITP Meeting&lt;/a&gt;&lt;/td&gt;        &lt;td valign="top" width="25%"&gt;TBD&lt;/td&gt;        &lt;td valign="top" width="25%"&gt;7/?/2011&lt;/td&gt;     &lt;/tr&gt;   &lt;/tbody&gt;&lt;/table&gt; &lt;img src="http://geekswithblogs.net/mikehuguet/aggbug/144938.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Mike Huguet</dc:creator>
            <guid>http://geekswithblogs.net/mikehuguet/archive/2011/04/18/144938.aspx</guid>
            <pubDate>Mon, 18 Apr 2011 19:55:30 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/mikehuguet/comments/144938.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/mikehuguet/archive/2011/04/18/144938.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/mikehuguet/comments/commentRss/144938.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/mikehuguet/services/trackbacks/144938.aspx</trackback:ping>
        </item>
        <item>
            <title>Silverlight Error - &amp;ldquo;Failed to create a system.double from text &amp;lsquo;xx&amp;rsquo;&amp;rdquo;</title>
            <category>Silverlight</category>
            <category>Blend/SketchFlow</category>
            <link>http://geekswithblogs.net/mikehuguet/archive/2011/04/03/144681.aspx</link>
            <description>&lt;p&gt;I encountered the error “Failed to create a system.double from text ‘50’” when trying to develop a SketchFlow project.  After doing some digging I found that it was just that I had a space after my number “50.”  After removing the space, SketchFlow was able to load the page.&lt;/p&gt;  &lt;div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:825422c9-78cd-4f02-9ebc-175dce913edf" class="wlWriterEditableSmartContent"&gt;Technorati Tags: &lt;a href="http://technorati.com/tags/Silverlight" rel="tag"&gt;Silverlight&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Blend" rel="tag"&gt;Blend&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Expression" rel="tag"&gt;Expression&lt;/a&gt;&lt;/div&gt; &lt;img src="http://geekswithblogs.net/mikehuguet/aggbug/144681.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Mike Huguet</dc:creator>
            <guid>http://geekswithblogs.net/mikehuguet/archive/2011/04/03/144681.aspx</guid>
            <pubDate>Mon, 04 Apr 2011 04:44:22 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/mikehuguet/comments/144681.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/mikehuguet/archive/2011/04/03/144681.aspx#feedback</comments>
            <slash:comments>1</slash:comments>
            <wfw:commentRss>http://geekswithblogs.net/mikehuguet/comments/commentRss/144681.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/mikehuguet/services/trackbacks/144681.aspx</trackback:ping>
        </item>
        <item>
            <title>SketchFlow Build Error - &amp;ldquo;The Name &amp;lsquo;InitializeComponent&amp;rsquo; does not exist in the current context&amp;rdquo;</title>
            <category>Blend/SketchFlow</category>
            <link>http://geekswithblogs.net/mikehuguet/archive/2011/04/03/144677.aspx</link>
            <description>&lt;p&gt;This is my first real go round with Expression Blend and SketchFlow and it is taking quite a while to get used to it.  After several iterations of names and screen dragging, dropping in the SketchFlow Map, and adding a few elements to some screens, I decided to try and run my recently created Silverlight SketchFlow project.  To my surprise I received error message and a broken build.  How could I get a build break if I didn’t even write any code?  Man, maybe I should stick to Visual Studio.  My co-workers would love this!&lt;/p&gt;  &lt;p&gt; &lt;a href="http://geekswithblogs.net/images/geekswithblogs_net/mikehuguet/WindowsLiveWriter/SketchFlowBuildErrorTheNameInitializeCom_131A5/image_4.png" rel="lightbox"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://geekswithblogs.net/images/geekswithblogs_net/mikehuguet/WindowsLiveWriter/SketchFlowBuildErrorTheNameInitializeCom_131A5/image_thumb_1.png" width="653" height="104" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt; I found a &lt;a href="http://social.expression.microsoft.com/Forums/en-US/blend/thread/07b67032-5750-4f19-bcf1-162b4afbf933"&gt;forum entry&lt;/a&gt; that sent me in the right direction.  It seems that after renaming a few times the designer gets confused and does not rename all of the components as it should.  &lt;/p&gt;  &lt;p&gt;Here is my XAML:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://geekswithblogs.net/images/geekswithblogs_net/mikehuguet/WindowsLiveWriter/SketchFlowBuildErrorTheNameInitializeCom_131A5/image_6.png" rel="lightbox"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://geekswithblogs.net/images/geekswithblogs_net/mikehuguet/WindowsLiveWriter/SketchFlowBuildErrorTheNameInitializeCom_131A5/image_thumb_2.png" width="374" height="93" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p&gt;and my code behind:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://geekswithblogs.net/images/geekswithblogs_net/mikehuguet/WindowsLiveWriter/SketchFlowBuildErrorTheNameInitializeCom_131A5/image_8.png" rel="lightbox"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://geekswithblogs.net/images/geekswithblogs_net/mikehuguet/WindowsLiveWriter/SketchFlowBuildErrorTheNameInitializeCom_131A5/image_thumb_3.png" width="376" height="181" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;Notice that the x:Class entry and the code behind don’t match.  To resolve this all that I did was modify the x:Class entry to EndOfYearScreens.End_of_Year_Splash and it worked.  Let’s hope that this never happens to a Designer as they may have to get into the code behind.  AHH!  Hopefully, I can get this prototype out soon without anymore issues like this.&lt;/p&gt;  &lt;div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:72284e51-9fcb-4d1e-915d-49260ce4c1fc" class="wlWriterEditableSmartContent"&gt;Technorati Tags: &lt;a href="http://technorati.com/tags/Express" rel="tag"&gt;Express&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Blend" rel="tag"&gt;Blend&lt;/a&gt;,&lt;a href="http://technorati.com/tags/SketchFlow" rel="tag"&gt;SketchFlow&lt;/a&gt;&lt;/div&gt; &lt;img src="http://geekswithblogs.net/mikehuguet/aggbug/144677.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Mike Huguet</dc:creator>
            <guid>http://geekswithblogs.net/mikehuguet/archive/2011/04/03/144677.aspx</guid>
            <pubDate>Mon, 04 Apr 2011 02:43:52 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/mikehuguet/comments/144677.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/mikehuguet/archive/2011/04/03/144677.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/mikehuguet/comments/commentRss/144677.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/mikehuguet/services/trackbacks/144677.aspx</trackback:ping>
        </item>
        <item>
            <title>Visual Studio 2010 Type or namespace &amp;lsquo;xyz&amp;rsquo; does not exist in&amp;hellip;</title>
            <link>http://geekswithblogs.net/mikehuguet/archive/2011/01/03/143332.aspx</link>
            <description>&lt;p&gt;It pains me to write this post as I feel like an idiot for having wasted my time on this “problem.”  Hopefully in posting this, I can keep some other poor lost soul working at 4 AM in the morning from spending wasteful minutes scratching his head and getting frustrated.  The Visual Studio designer will work fine in resolving namespaces, but when you build you will get the “Type or namespace ‘xyz’ does not exist error.  If you see this error please take a look at your Errors List window and ensure that you have the “Warnings” option enabled.  It is very likely that you will see that there is a missing dependent reference.  &lt;/p&gt;  &lt;div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:01c2e0cf-4295-42cd-8f9e-79b22c441537" class="wlWriterEditableSmartContent"&gt;Technorati Tags: &lt;a href="http://technorati.com/tags/Visual+Studio" rel="tag"&gt;Visual Studio&lt;/a&gt;&lt;/div&gt; &lt;img src="http://geekswithblogs.net/mikehuguet/aggbug/143332.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Mike Huguet</dc:creator>
            <guid>http://geekswithblogs.net/mikehuguet/archive/2011/01/03/143332.aspx</guid>
            <pubDate>Tue, 04 Jan 2011 04:39:40 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/mikehuguet/comments/143332.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/mikehuguet/archive/2011/01/03/143332.aspx#feedback</comments>
            <slash:comments>12</slash:comments>
            <wfw:commentRss>http://geekswithblogs.net/mikehuguet/comments/commentRss/143332.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/mikehuguet/services/trackbacks/143332.aspx</trackback:ping>
        </item>
        <item>
            <title>Converting the Silverlight Business Application Template to use Windows Authentication</title>
            <link>http://geekswithblogs.net/mikehuguet/archive/2010/08/18/141370.aspx</link>
            <description>&lt;p&gt;For my first “real” attempt at creating a business application using Silverlight I decided to use WCF RIA Services, Silverlight 4.0, and Visual Studio.NET 2010.  What easier way to get started than through a template provided by VS.NET 2010, right?  Well, in its effort to make it easier it also create some headaches.  Sometimes abstraction can add a learning curve as well.  In this case it created some headache for me on this project.  As an IT consultant for small to enterprise level business most of the usage of Silverlight will be in an Intranet zone and require Windows Integrated security where authentication and even authorization is centrally managed in Active Directory.  &lt;/p&gt;  &lt;p&gt;The Business Application Template generates XAML, services, and other code to support Forms Authentication and an Extranet scenario out-of-the-box.  This is all great, but I now need to convert it to Windows Authentication.  I ventured down what I thought was a simple path by following directions included as comments in the generated code.  I made the switch in the App.xaml.cs file as depicted below.  &lt;/p&gt;  &lt;div style="border-bottom: silver 1px solid; text-align: left; border-left: silver 1px solid; padding-bottom: 4px; line-height: 12pt; background-color: #f4f4f4; margin: 20px 0px 10px; padding-left: 4px; width: 97.5%; padding-right: 4px; font-family: 'Courier New', courier, monospace; direction: ltr; max-height: 200px; font-size: 8pt; overflow: auto; border-top: silver 1px solid; cursor: text; border-right: silver 1px solid; padding-top: 4px" id="codeSnippetWrapper"&gt;   &lt;div style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: #f4f4f4; padding-left: 0px; width: 100%; padding-right: 0px; font-family: 'Courier New', courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px" id="codeSnippet"&gt;     &lt;pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: white; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: 'Courier New', courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px"&gt;&lt;span style="color: #606060" id="lnum1"&gt;   1:&lt;/span&gt; &lt;span style="color: #0000ff"&gt;public&lt;/span&gt; App()&lt;/pre&gt;
&lt;!--CRLF--&gt;

    &lt;pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: #f4f4f4; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: 'Courier New', courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px"&gt;&lt;span style="color: #606060" id="lnum2"&gt;   2:&lt;/span&gt; {&lt;/pre&gt;
&lt;!--CRLF--&gt;

    &lt;pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: white; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: 'Courier New', courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px"&gt;&lt;span style="color: #606060" id="lnum3"&gt;   3:&lt;/span&gt;     InitializeComponent();&lt;/pre&gt;
&lt;!--CRLF--&gt;

    &lt;pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: #f4f4f4; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: 'Courier New', courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px"&gt;&lt;span style="color: #606060" id="lnum4"&gt;   4:&lt;/span&gt;  &lt;/pre&gt;
&lt;!--CRLF--&gt;

    &lt;pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: white; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: 'Courier New', courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px"&gt;&lt;span style="color: #606060" id="lnum5"&gt;   5:&lt;/span&gt;     &lt;span style="color: #008000"&gt;// Create a WebContext and add it to the ApplicationLifetimeObjects&lt;/span&gt;&lt;/pre&gt;
&lt;!--CRLF--&gt;

    &lt;pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: #f4f4f4; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: 'Courier New', courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px"&gt;&lt;span style="color: #606060" id="lnum6"&gt;   6:&lt;/span&gt;     &lt;span style="color: #008000"&gt;// collection.  This will then be available as WebContext.Current.&lt;/span&gt;&lt;/pre&gt;
&lt;!--CRLF--&gt;

    &lt;pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: white; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: 'Courier New', courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px"&gt;&lt;span style="color: #606060" id="lnum7"&gt;   7:&lt;/span&gt;     WebContext webContext = &lt;span style="color: #0000ff"&gt;new&lt;/span&gt; WebContext();&lt;/pre&gt;
&lt;!--CRLF--&gt;

    &lt;pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: #f4f4f4; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: 'Courier New', courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px"&gt;&lt;span style="color: #606060" id="lnum8"&gt;   8:&lt;/span&gt;     &lt;span style="color: #008000"&gt;//webContext.Authentication = new FormsAuthentication();&lt;/span&gt;&lt;/pre&gt;
&lt;!--CRLF--&gt;

    &lt;pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: white; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: 'Courier New', courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px"&gt;&lt;span style="color: #606060" id="lnum9"&gt;   9:&lt;/span&gt;     webContext.Authentication = &lt;span style="color: #0000ff"&gt;new&lt;/span&gt; WindowsAuthentication();&lt;/pre&gt;
&lt;!--CRLF--&gt;

    &lt;pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: #f4f4f4; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: 'Courier New', courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px"&gt;&lt;span style="color: #606060" id="lnum10"&gt;  10:&lt;/span&gt;     &lt;span style="color: #0000ff"&gt;this&lt;/span&gt;.ApplicationLifetimeObjects.Add(webContext);&lt;/pre&gt;
&lt;!--CRLF--&gt;

    &lt;pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: white; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: 'Courier New', courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px"&gt;&lt;span style="color: #606060" id="lnum11"&gt;  11:&lt;/span&gt; }&lt;/pre&gt;
&lt;!--CRLF--&gt;&lt;/div&gt;
&lt;/div&gt;

&lt;p&gt;I changed the web.config file to have it use Windows authentication and I removed the Profile section.&lt;/p&gt;

&lt;div style="border-bottom: silver 1px solid; text-align: left; border-left: silver 1px solid; padding-bottom: 4px; line-height: 12pt; background-color: #f4f4f4; margin: 20px 0px 10px; padding-left: 4px; width: 97.5%; padding-right: 4px; font-family: 'Courier New', courier, monospace; direction: ltr; max-height: 200px; font-size: 8pt; overflow: auto; border-top: silver 1px solid; cursor: text; border-right: silver 1px solid; padding-top: 4px" id="codeSnippetWrapper"&gt;
  &lt;div style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: #f4f4f4; padding-left: 0px; width: 100%; padding-right: 0px; font-family: 'Courier New', courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px" id="codeSnippet"&gt;
    &lt;pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: white; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: 'Courier New', courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px"&gt;&lt;span style="color: #606060" id="lnum1"&gt;   1:&lt;/span&gt; &lt;span style="color: #0000ff"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color: #800000"&gt;authentication&lt;/span&gt; &lt;span style="color: #ff0000"&gt;mode&lt;/span&gt;&lt;span style="color: #0000ff"&gt;="Windows"&lt;/span&gt;&lt;span style="color: #0000ff"&gt;&amp;gt;&lt;/span&gt;&lt;/pre&gt;
&lt;!--CRLF--&gt;

    &lt;pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: #f4f4f4; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: 'Courier New', courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px"&gt;&lt;span style="color: #606060" id="lnum2"&gt;   2:&lt;/span&gt;   &lt;span style="color: #008000"&gt;&amp;lt;!--&amp;lt;forms name=".BusinessApplication1_ASPXAUTH" /&amp;gt;--&amp;gt;&lt;/span&gt;&lt;/pre&gt;
&lt;!--CRLF--&gt;

    &lt;pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: white; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: 'Courier New', courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px"&gt;&lt;span style="color: #606060" id="lnum3"&gt;   3:&lt;/span&gt; &lt;span style="color: #0000ff"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color: #800000"&gt;authentication&lt;/span&gt;&lt;span style="color: #0000ff"&gt;&amp;gt;&lt;/span&gt;&lt;/pre&gt;
&lt;!--CRLF--&gt;&lt;/div&gt;
&lt;/div&gt;

&lt;p&gt;&lt;/p&gt;

&lt;p&gt;I ripped out all of the Login and Membership related XAML.  Once I did all of this and start navigating and customizing the app I get a big fat error.  WHAT?&lt;/p&gt;

&lt;p&gt;&lt;a href="http://geekswithblogs.net/images/geekswithblogs_net/mikehuguet/WindowsLiveWriter/ConvertingtheSilverlightBusinessApplicat_AD78/image_2.png" rel="lightbox"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://geekswithblogs.net/images/geekswithblogs_net/mikehuguet/WindowsLiveWriter/ConvertingtheSilverlightBusinessApplicat_AD78/image_thumb.png" width="340" height="194" /&gt;&lt;/a&gt; &lt;/p&gt;

&lt;p&gt;InvalidDataContractException, A profile property does not exist for FriendlyName.  I just removed all of the profile information why is this coming up?  After doing some digging the implementation of AuthenticationBase&amp;lt;T&amp;gt; will iterate through each property in the User class unless there is a certain attribute property setting and try and pull it from the ASP.NET profile database using the membership provider.  Here is what I found as part of the description when looking at it through &lt;a href="http://www.red-gate.com/products/reflector/" target="_blank"&gt;RedGate Reflector&lt;/a&gt;, &lt;/p&gt;

&lt;blockquote&gt;
  &lt;p&gt;By default, this domain service relies on the ASP.NET providers for &lt;code&gt;Membership, Roles, and Profile&lt;/code&gt; and will reflect the customizations made in each. &lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Hmm, so how do I keep it from attempting to query the non-existent Profile.  If you look at the code in the User class (see below).  You will notice that it describes how to add a property that can be part of the profile, but it does not tell you how to keep it from being a part of it.  Okay, so now what?  I guess that means more digging.  After looking through the Book Club demo from &lt;a href="http://www.nikhilk.net/RIAServices-BookClub-TOC.aspx" target="_blank"&gt;Nikhil Kothari&lt;/a&gt; I discovered it.&lt;/p&gt;

&lt;div style="border-bottom: silver 1px solid; text-align: left; border-left: silver 1px solid; padding-bottom: 4px; line-height: 12pt; background-color: #f4f4f4; margin: 20px 0px 10px; padding-left: 4px; width: 97.5%; padding-right: 4px; font-family: 'Courier New', courier, monospace; direction: ltr; max-height: 200px; font-size: 8pt; overflow: auto; border-top: silver 1px solid; cursor: text; border-right: silver 1px solid; padding-top: 4px" id="codeSnippetWrapper"&gt;
  &lt;div style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: #f4f4f4; padding-left: 0px; width: 100%; padding-right: 0px; font-family: 'Courier New', courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px" id="codeSnippet"&gt;
    &lt;pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: white; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: 'Courier New', courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px"&gt;&lt;span style="color: #008000"&gt;/// &amp;lt;summary&amp;gt;&lt;/span&gt;&lt;/pre&gt;
&lt;!--CRLF--&gt;

    &lt;pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: #f4f4f4; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: 'Courier New', courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px"&gt;&lt;span style="color: #008000"&gt;/// Class containing information about the authenticated user.&lt;/span&gt;&lt;/pre&gt;
&lt;!--CRLF--&gt;

    &lt;pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: white; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: 'Courier New', courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px"&gt;&lt;span style="color: #008000"&gt;/// &amp;lt;/summary&amp;gt;&lt;/span&gt;&lt;/pre&gt;
&lt;!--CRLF--&gt;

    &lt;pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: #f4f4f4; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: 'Courier New', courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px"&gt;&lt;span style="color: #0000ff"&gt;public&lt;/span&gt; &lt;span style="color: #0000ff"&gt;partial&lt;/span&gt; &lt;span style="color: #0000ff"&gt;class&lt;/span&gt; User : UserBase&lt;/pre&gt;
&lt;!--CRLF--&gt;

    &lt;pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: white; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: 'Courier New', courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px"&gt;{&lt;/pre&gt;
&lt;!--CRLF--&gt;

    &lt;pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: #f4f4f4; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: 'Courier New', courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px"&gt;    &lt;span style="color: #008000"&gt;//// NOTE: Profile properties can be added for use in Silverlight application.&lt;/span&gt;&lt;/pre&gt;
&lt;!--CRLF--&gt;

    &lt;pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: white; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: 'Courier New', courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px"&gt;    &lt;span style="color: #008000"&gt;//// To enable profiles, edit the appropriate section of web.config file.&lt;/span&gt;&lt;/pre&gt;
&lt;!--CRLF--&gt;

    &lt;pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: #f4f4f4; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: 'Courier New', courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px"&gt;    &lt;span style="color: #008000"&gt;////&lt;/span&gt;&lt;/pre&gt;
&lt;!--CRLF--&gt;

    &lt;pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: white; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: 'Courier New', courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px"&gt;    &lt;span style="color: #008000"&gt;//// public string MyProfileProperty { get; set; }&lt;/span&gt;&lt;/pre&gt;
&lt;!--CRLF--&gt;

    &lt;pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: #f4f4f4; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: 'Courier New', courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px"&gt; &lt;/pre&gt;
&lt;!--CRLF--&gt;

    &lt;pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: white; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: 'Courier New', courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px"&gt;    &lt;span style="color: #008000"&gt;/// &amp;lt;summary&amp;gt;&lt;/span&gt;&lt;/pre&gt;
&lt;!--CRLF--&gt;

    &lt;pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: #f4f4f4; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: 'Courier New', courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px"&gt;    &lt;span style="color: #008000"&gt;/// Gets and sets the friendly name of the user.&lt;/span&gt;&lt;/pre&gt;
&lt;!--CRLF--&gt;

    &lt;pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: white; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: 'Courier New', courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px"&gt;    &lt;span style="color: #008000"&gt;/// &amp;lt;/summary&amp;gt;        &lt;/span&gt;&lt;/pre&gt;
&lt;!--CRLF--&gt;

    &lt;pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: #f4f4f4; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: 'Courier New', courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px"&gt;    &lt;span style="color: #0000ff"&gt;public&lt;/span&gt; &lt;span style="color: #0000ff"&gt;string&lt;/span&gt; FriendlyName { get; set; }&lt;/pre&gt;
&lt;!--CRLF--&gt;

    &lt;pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: white; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: 'Courier New', courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px"&gt; &lt;/pre&gt;
&lt;!--CRLF--&gt;

    &lt;pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: #f4f4f4; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: 'Courier New', courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px"&gt;}&lt;/pre&gt;
&lt;!--CRLF--&gt;&lt;/div&gt;
&lt;/div&gt;

&lt;p&gt;&lt;/p&gt;

&lt;p&gt;Here is how you do it.  You have to add the ProfileUsage attribute on your property with the IsExcluded property set to true.  I discovered this by looking at a demo from.&lt;/p&gt;

&lt;div style="border-bottom: silver 1px solid; text-align: left; border-left: silver 1px solid; padding-bottom: 4px; line-height: 12pt; background-color: #f4f4f4; margin: 20px 0px 10px; padding-left: 4px; width: 97.5%; padding-right: 4px; font-family: 'Courier New', courier, monospace; direction: ltr; max-height: 200px; font-size: 8pt; overflow: auto; border-top: silver 1px solid; cursor: text; border-right: silver 1px solid; padding-top: 4px" id="codeSnippetWrapper"&gt;
  &lt;div style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: #f4f4f4; padding-left: 0px; width: 100%; padding-right: 0px; font-family: 'Courier New', courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px" id="codeSnippet"&gt;
    &lt;pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: white; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: 'Courier New', courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px"&gt;[ProfileUsage(IsExcluded = &lt;span style="color: #0000ff"&gt;true&lt;/span&gt;)]&lt;/pre&gt;
&lt;!--CRLF--&gt;&lt;/div&gt;
&lt;/div&gt;

&lt;p&gt;Details can be found on &lt;a href="http://msdn.microsoft.com/en-us/library/system.servicemodel.domainservices.server.applicationservices.profileusageattribute(VS.91).aspx" target="_blank"&gt;MSDN&lt;/a&gt; for its usage.  Here is a quote from the MSDN documentation.&lt;/p&gt;

&lt;blockquote&gt;
  &lt;p&gt;This attribute is used by the &lt;a href="http://msdn.microsoft.com/en-us/library/ff422449(VS.91).aspx"&gt;AuthenticationBase&amp;lt;T&amp;gt;&lt;/a&gt; to determine how it should read from or write to the ASP.NET profile that backs the data. If a property with the same name exists in the profile, you do not need to use this attribute. If a property is not in the profile, you should set the &lt;a href="http://msdn.microsoft.com/en-us/library/system.servicemodel.domainservices.server.applicationservices.profileusageattribute.isexcluded(VS.91).aspx"&gt;IsExcluded&lt;/a&gt; property to true. If a property has a different name than the profile value that backs it, you should set the &lt;a href="http://msdn.microsoft.com/en-us/library/system.servicemodel.domainservices.server.applicationservices.profileusageattribute.alias(VS.91).aspx"&gt;Alias&lt;/a&gt; property to the name of the backing value in the profile. The attribute can be used with user entities extending &lt;a href="http://msdn.microsoft.com/en-us/library/system.servicemodel.domainservices.server.applicationservices.userbase(VS.91).aspx"&gt;UserBase&lt;/a&gt;.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;After applying the attribute, then you are ready to go.  If you want to adding properties to the User class and want to set properties, the best place that I could find is in the AuthenticationService implementation and in an override of the GetAuthenticatedUser() method.&lt;/p&gt;

&lt;div style="border-bottom: silver 1px solid; text-align: left; border-left: silver 1px solid; padding-bottom: 4px; line-height: 12pt; background-color: #f4f4f4; margin: 20px 0px 10px; padding-left: 4px; width: 97.5%; padding-right: 4px; font-family: 'Courier New', courier, monospace; direction: ltr; max-height: 200px; font-size: 8pt; overflow: auto; border-top: silver 1px solid; cursor: text; border-right: silver 1px solid; padding-top: 4px" id="codeSnippetWrapper"&gt;
  &lt;div style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: #f4f4f4; padding-left: 0px; width: 100%; padding-right: 0px; font-family: 'Courier New', courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px" id="codeSnippet"&gt;
    &lt;pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: white; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: 'Courier New', courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px"&gt;&lt;span style="color: #0000ff"&gt;protected&lt;/span&gt; &lt;span style="color: #0000ff"&gt;override&lt;/span&gt; User GetAuthenticatedUser(System.Security.Principal.IPrincipal principal)&lt;/pre&gt;
&lt;!--CRLF--&gt;

    &lt;pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: #f4f4f4; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: 'Courier New', courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px"&gt;{&lt;/pre&gt;
&lt;!--CRLF--&gt;

    &lt;pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: white; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: 'Courier New', courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px"&gt;    User currentUser = &lt;span style="color: #0000ff"&gt;base&lt;/span&gt;.GetAuthenticatedUser(principal);&lt;/pre&gt;
&lt;!--CRLF--&gt;

    &lt;pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: #f4f4f4; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: 'Courier New', courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px"&gt; &lt;/pre&gt;
&lt;!--CRLF--&gt;

    &lt;pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: white; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: 'Courier New', courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px"&gt;    &lt;span style="color: #008000"&gt;//TODO: Add your logic to collect data and set properties on the User class.&lt;/span&gt;&lt;/pre&gt;
&lt;!--CRLF--&gt;

    &lt;pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: #f4f4f4; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: 'Courier New', courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px"&gt; &lt;/pre&gt;
&lt;!--CRLF--&gt;

    &lt;pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: white; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: 'Courier New', courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px"&gt;    &lt;span style="color: #0000ff"&gt;return&lt;/span&gt; currentUser;&lt;/pre&gt;
&lt;!--CRLF--&gt;

    &lt;pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: #f4f4f4; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: 'Courier New', courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px"&gt;}&lt;/pre&gt;
&lt;!--CRLF--&gt;&lt;/div&gt;
&lt;/div&gt;

&lt;p&gt;Hopefully this will aid you in your efforts of learning RIA services and SilverLight.  Good luck!&lt;/p&gt;

&lt;div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:05e77f10-bd6d-4084-bad5-8b0a313b06bc" class="wlWriterEditableSmartContent"&gt;Technorati Tags: &lt;a href="http://technorati.com/tags/RIA+Service" rel="tag"&gt;RIA Service&lt;/a&gt;,&lt;a href="http://technorati.com/tags/WCF" rel="tag"&gt;WCF&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Silverlight" rel="tag"&gt;Silverlight&lt;/a&gt;,&lt;a href="http://technorati.com/tags/.NET" rel="tag"&gt;.NET&lt;/a&gt;&lt;/div&gt; &lt;img src="http://geekswithblogs.net/mikehuguet/aggbug/141370.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Mike Huguet</dc:creator>
            <guid>http://geekswithblogs.net/mikehuguet/archive/2010/08/18/141370.aspx</guid>
            <pubDate>Wed, 18 Aug 2010 17:57:08 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/mikehuguet/comments/141370.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/mikehuguet/archive/2010/08/18/141370.aspx#feedback</comments>
            <slash:comments>3</slash:comments>
            <wfw:commentRss>http://geekswithblogs.net/mikehuguet/comments/commentRss/141370.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/mikehuguet/services/trackbacks/141370.aspx</trackback:ping>
        </item>
        <item>
            <title>Commerce Server 2009 Order Server Deserialization Error</title>
            <link>http://geekswithblogs.net/mikehuguet/archive/2010/08/17/141359.aspx</link>
            <description>&lt;p&gt;During the deployment testing of an integration component with Commerce Server 2009’s Order Service I encountered the following error at a client site "&lt;strong&gt;Column requires a valid DataType&lt;/strong&gt;."  It was occuring right at the point when deserializing the dataset from the &lt;strong&gt;GetPurchaseOrderAsDataSet() &lt;/strong&gt;call.  We did not encounter this problem at all on any of the workstations.  The call stack was essentially of no help.  After some usage of &lt;a href="http://technet.microsoft.com/en-us/sysinternals/default.aspx" target="_blank"&gt;FileMon&lt;/a&gt; and a few other diagnostics tools it struck me that maybe there was some crazy framework reflection work going on behind the scenes and it was attempting to load a soft dependency during the deserialization.  After thinking about it, I realized that it must depend on some of the Commerce Server types.  I installed the Order Management client tool that comes with Commerce Server and it all went away.  The client was fine with installing this on the production integration server so we left it at that.  I am sure that you could find a way to minimize what is necessary for deployment, but this is how we decided to quickly resolve the issue.  Voila, we’re all fixed!&lt;/p&gt;  &lt;div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:1dab37eb-8d10-418f-a3f2-b66361ddeee1" class="wlWriterEditableSmartContent"&gt;Technorati Tags: &lt;a href="http://technorati.com/tags/Commerce+Server" rel="tag"&gt;Commerce Server&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Integration" rel="tag"&gt;Integration&lt;/a&gt;,&lt;a href="http://technorati.com/tags/.NET" rel="tag"&gt;.NET&lt;/a&gt;&lt;/div&gt; &lt;img src="http://geekswithblogs.net/mikehuguet/aggbug/141359.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Mike Huguet</dc:creator>
            <guid>http://geekswithblogs.net/mikehuguet/archive/2010/08/17/141359.aspx</guid>
            <pubDate>Tue, 17 Aug 2010 22:03:03 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/mikehuguet/comments/141359.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/mikehuguet/archive/2010/08/17/141359.aspx#feedback</comments>
            <slash:comments>1</slash:comments>
            <wfw:commentRss>http://geekswithblogs.net/mikehuguet/comments/commentRss/141359.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/mikehuguet/services/trackbacks/141359.aspx</trackback:ping>
        </item>
        <item>
            <title>Getting a List of a User&amp;rsquo;s SharePoint Groups</title>
            <category>.NET General</category>
            <category>SharePoint</category>
            <link>http://geekswithblogs.net/mikehuguet/archive/2010/08/17/141351.aspx</link>
            <description>&lt;p&gt;I found it very odd that this was not available when doing some search engine queries.  My requirement was to take in an AD user name and query SharePoint 2010 to determine the SharePoint groups in which the account belongs.  The code was to run from within a RIA Authentication Service, which is code run on a server and is not likely on the SharePoint server.  This code will also work with SharePoint 2007 (WSS 3.0 and MOSS 2007).  You will need to add a Web Reference to &lt;font color="#008000"&gt;http(s)://&amp;lt;spservername&amp;gt;/_vti_bin/usergroup.asmx&lt;/font&gt; and name it &lt;em&gt;SharePointUserGroupService&lt;/em&gt;.  Voila, you have your list of SharePoint groups for a user.  Maybe in the next version of the SharePoint Client Object Models (SCOM) this will be included.  It does required LINQ support (.NET 3.5 or greater) where this code is run (not necessarily on the server).&lt;/p&gt;  &lt;div style="border-bottom: silver 1px solid; text-align: left; border-left: silver 1px solid; padding-bottom: 4px; line-height: 12pt; background-color: #f4f4f4; margin: 20px 0px 10px; padding-left: 4px; width: 97.5%; padding-right: 4px; font-family: 'Courier New', courier, monospace; direction: ltr; max-height: 200px; font-size: 8pt; overflow: auto; border-top: silver 1px solid; cursor: text; border-right: silver 1px solid; padding-top: 4px" id="codeSnippetWrapper"&gt;   &lt;div style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: #f4f4f4; padding-left: 0px; width: 100%; padding-right: 0px; font-family: 'Courier New', courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px" id="codeSnippet"&gt;     &lt;pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: white; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: 'Courier New', courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px"&gt;&lt;span style="color: #606060" id="lnum1"&gt;   1:&lt;/span&gt; &lt;span style="color: #0000ff"&gt;private&lt;/span&gt; &lt;span style="color: #0000ff"&gt;string&lt;/span&gt;[] GetRoles(&lt;span style="color: #0000ff"&gt;string&lt;/span&gt; userName)&lt;/pre&gt;
&lt;!--CRLF--&gt;

    &lt;pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: #f4f4f4; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: 'Courier New', courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px"&gt;&lt;span style="color: #606060" id="lnum2"&gt;   2:&lt;/span&gt; {&lt;/pre&gt;
&lt;!--CRLF--&gt;

    &lt;pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: white; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: 'Courier New', courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px"&gt;&lt;span style="color: #606060" id="lnum3"&gt;   3:&lt;/span&gt;     UserGroup userGroupService = &lt;span style="color: #0000ff"&gt;new&lt;/span&gt; UserGroup();&lt;/pre&gt;
&lt;!--CRLF--&gt;

    &lt;pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: #f4f4f4; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: 'Courier New', courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px"&gt;&lt;span style="color: #606060" id="lnum4"&gt;   4:&lt;/span&gt;     userGroupService.UseDefaultCredentials = &lt;span style="color: #0000ff"&gt;true&lt;/span&gt;;&lt;/pre&gt;
&lt;!--CRLF--&gt;

    &lt;pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: white; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: 'Courier New', courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px"&gt;&lt;span style="color: #606060" id="lnum5"&gt;   5:&lt;/span&gt;     XmlNode xNode = userGroupService.GetGroupCollectionFromUser(userName);&lt;/pre&gt;
&lt;!--CRLF--&gt;

    &lt;pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: #f4f4f4; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: 'Courier New', courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px"&gt;&lt;span style="color: #606060" id="lnum6"&gt;   6:&lt;/span&gt;  &lt;/pre&gt;
&lt;!--CRLF--&gt;

    &lt;pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: white; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: 'Courier New', courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px"&gt;&lt;span style="color: #606060" id="lnum7"&gt;   7:&lt;/span&gt;     XElement groupXml = XElement.Parse(xNode.OuterXml);&lt;/pre&gt;
&lt;!--CRLF--&gt;

    &lt;pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: #f4f4f4; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: 'Courier New', courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px"&gt;&lt;span style="color: #606060" id="lnum8"&gt;   8:&lt;/span&gt;  &lt;/pre&gt;
&lt;!--CRLF--&gt;

    &lt;pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: white; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: 'Courier New', courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px"&gt;&lt;span style="color: #606060" id="lnum9"&gt;   9:&lt;/span&gt;     XNamespace ns = groupXml.Name.Namespace;&lt;/pre&gt;
&lt;!--CRLF--&gt;

    &lt;pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: #f4f4f4; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: 'Courier New', courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px"&gt;&lt;span style="color: #606060" id="lnum10"&gt;  10:&lt;/span&gt;  &lt;/pre&gt;
&lt;!--CRLF--&gt;

    &lt;pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: white; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: 'Courier New', courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px"&gt;&lt;span style="color: #606060" id="lnum11"&gt;  11:&lt;/span&gt;     var item = from xml &lt;span style="color: #0000ff"&gt;in&lt;/span&gt; groupXml.Elements(ns + &lt;span style="color: #006080"&gt;"Groups"&lt;/span&gt;).Elements(ns + &lt;span style="color: #006080"&gt;"Group"&lt;/span&gt;)&lt;/pre&gt;
&lt;!--CRLF--&gt;

    &lt;pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: #f4f4f4; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: 'Courier New', courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px"&gt;&lt;span style="color: #606060" id="lnum12"&gt;  12:&lt;/span&gt;                let GroupName = (&lt;span style="color: #0000ff"&gt;string&lt;/span&gt;)xml.Attribute(&lt;span style="color: #006080"&gt;"Name"&lt;/span&gt;)&lt;/pre&gt;
&lt;!--CRLF--&gt;

    &lt;pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: white; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: 'Courier New', courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px"&gt;&lt;span style="color: #606060" id="lnum13"&gt;  13:&lt;/span&gt;                select GroupName; &lt;/pre&gt;
&lt;!--CRLF--&gt;

    &lt;pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: #f4f4f4; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: 'Courier New', courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px"&gt;&lt;span style="color: #606060" id="lnum14"&gt;  14:&lt;/span&gt;  &lt;/pre&gt;
&lt;!--CRLF--&gt;

    &lt;pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: white; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: 'Courier New', courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px"&gt;&lt;span style="color: #606060" id="lnum15"&gt;  15:&lt;/span&gt;     &lt;span style="color: #0000ff"&gt;return&lt;/span&gt; item.ToArray();&lt;/pre&gt;
&lt;!--CRLF--&gt;

    &lt;pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: #f4f4f4; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: 'Courier New', courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px"&gt;&lt;span style="color: #606060" id="lnum16"&gt;  16:&lt;/span&gt;  &lt;/pre&gt;
&lt;!--CRLF--&gt;

    &lt;pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: white; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: 'Courier New', courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px"&gt;&lt;span style="color: #606060" id="lnum17"&gt;  17:&lt;/span&gt; }&lt;/pre&gt;
&lt;!--CRLF--&gt;&lt;/div&gt;
&lt;/div&gt; &lt;img src="http://geekswithblogs.net/mikehuguet/aggbug/141351.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Mike Huguet</dc:creator>
            <guid>http://geekswithblogs.net/mikehuguet/archive/2010/08/17/141351.aspx</guid>
            <pubDate>Tue, 17 Aug 2010 14:19:27 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/mikehuguet/comments/141351.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/mikehuguet/archive/2010/08/17/141351.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/mikehuguet/comments/commentRss/141351.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/mikehuguet/services/trackbacks/141351.aspx</trackback:ping>
        </item>
        <item>
            <title>SharePoint Planning/Design Worksheet Links</title>
            <category>Architecture</category>
            <category>SharePoint</category>
            <link>http://geekswithblogs.net/mikehuguet/archive/2010/06/11/140354.aspx</link>
            <description>&lt;p&gt;I ran across a blog entry with a consolidated list of links to the SharePoint 2007 planning worksheets.  These are good starting points for your discovery, analysis, and design and are provided by Microsoft.  I would suggest tweaking them to meet your organizational needs.  &lt;a title="http://itfootprint.wordpress.com/2007/10/05/sharepoint-planning-worksheets-in-one-place/" href="http://itfootprint.wordpress.com/2007/10/05/sharepoint-planning-worksheets-in-one-place/"&gt;http://itfootprint.wordpress.com/2007/10/05/sharepoint-planning-worksheets-in-one-place/&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;TechNet provides a consolidated list of planning worksheets for SharePoint 2010.  &lt;a title="http://technet.microsoft.com/en-us/library/cc262451.aspx" href="http://technet.microsoft.com/en-us/library/cc262451.aspx"&gt;http://technet.microsoft.com/en-us/library/cc262451.aspx&lt;/a&gt;  &lt;/p&gt;  &lt;div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:4c0fd3b8-dcf8-433d-8f6a-867996918239" class="wlWriterEditableSmartContent"&gt;Technorati Tags: &lt;a href="http://technorati.com/tags/SharePoint" rel="tag"&gt;SharePoint&lt;/a&gt;,&lt;a href="http://technorati.com/tags/planning" rel="tag"&gt;planning&lt;/a&gt;,&lt;a href="http://technorati.com/tags/design" rel="tag"&gt;design&lt;/a&gt;&lt;/div&gt; &lt;img src="http://geekswithblogs.net/mikehuguet/aggbug/140354.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Mike Huguet</dc:creator>
            <guid>http://geekswithblogs.net/mikehuguet/archive/2010/06/11/140354.aspx</guid>
            <pubDate>Fri, 11 Jun 2010 16:18:53 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/mikehuguet/comments/140354.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/mikehuguet/archive/2010/06/11/140354.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/mikehuguet/comments/commentRss/140354.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/mikehuguet/services/trackbacks/140354.aspx</trackback:ping>
        </item>
        <item>
            <title>SharePoint Excel Services 2007 is Exciting, HUH?</title>
            <category>SharePoint</category>
            <category>Excel Services</category>
            <link>http://geekswithblogs.net/mikehuguet/archive/2010/02/14/138063.aspx</link>
            <description>&lt;p&gt;Over the past three plus years that I have been working with SharePoint, I have never had the pleasure of giving an Excel Services presentation to a client.  Well, thanks to our awesome sales team this past week I was able to do that very thing.  I have been a part of some Excel Services implementations, but they were really focused on trying to create a “poor man’s” business intelligence solution with use Excel Services and Excel on top of an Analysis Services OLAP.  Of course, this was prior to the announcement of rolling in Performance Point to SharePoint Enterprise.  My experiences with using Excel Services as a BI solution somewhat skewed my opinion of the product towards the negative.  After this experience, I can say that I am really beginning to understand more of the benefit of the current and the future MS Office Services offerings.  The looks on the faces of the ten business users from various groups were priceless.  A lot of them just stared in awe and when they started asking question, they almost didn’t want to stop.  This almost reminded me of the reason that I got into this business, to get a rush from seeing the customer satisfied and praising you as if I had performed some sort of a miracle.  It was a great feeling. &lt;/p&gt;  &lt;p&gt;I gathered a bit of information through emails with the client’s business units and prepared for my presentation.  There was not much out of the ordinary.  The two business units were both working directly with spreadsheets, compiling data for periodic reporting and sending them around through emails.  There was mention of pulling data from several of their internal systems and present them in pivot tables and charts.  It sounded like there were many different target audiences of this data.  I was able to dig up an old slide deck from the Microsoft Office team.  Here is what it has listed as the benefits:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Incorporate spreadsheets in portals and dashboards &lt;/li&gt;    &lt;li&gt;Eliminate “multiple versions of the truth” caused by distributing copies of spreadsheets &lt;/li&gt;    &lt;li&gt;Control access to spreadsheets for regulatory concerns or to protect proprietary information &lt;/li&gt;    &lt;li&gt;Leverage servers to offload long-running calculations from desktop machines &lt;/li&gt;    &lt;li&gt;Reuse logic &amp;amp; business models built in Excel in applications written in other languages without having to re-code the logic/business models &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;It turns out that each one of these is applicable to this client’s situation.  As we dove deeper into their current usages of Excel, I was able to uncover that they have formulas in spreadsheets that are passed around from spreadsheet to spreadsheet.  It was also discovered that they are dealing with stale data quite often and feel the pains of doing so.  What really made them excited was the ability to create dashboards allowing them to create different perspective levels of their data.  I was able to review some of their spreadsheets and determined they could easily be presented to their target executive and senior management audiences in meaningful perspectives.  What happens today is that they send these big spreadsheets to this audience and they end up just asking the business unit for the information anyway.  They get information overload having too many details and it just makes the business unit do double the work.  Another exciting feature for them was the ability to pass parameters from SharePoint to a named area.  There is a rate quote spreadsheet that they use today that would be a great fit for this feature.  They could expose it to their users from Excel Services through a web part page or just a link to the viewer.  &lt;/p&gt;  &lt;p&gt;Other good things may come out of the conversations during the presentation, such as IT working with the business unit to allow for more real-time data integration.  In one case the business unit was taking a CSV generated by a nightly SSRS report, converting it into an Excel file, and creating pivot tables off of the data.  IT mentioned that all of the logic for flattening out the data and performing the calculations was performed in the report.  They seemed more than willing to expose a stored procedure in which the business unit could use as a data source for a spreadsheet.  While this is a much better solution than what they have today, I stressed that it is the first step that they should be taking to move to a more business intelligent environment.  This does not mean that they need to create an OLAP, but it does mean that they need to aggregate their data from their mainframe and other operational systems into a reporting warehouse database(s).  This will allow the business users to have more flexibility in querying their data so as to have better insight into their business.&lt;/p&gt;  &lt;p&gt;I will be following up with the client after my vacation to see how things are going, but I suspect that they will be reaping some benefits in the very near future.&lt;/p&gt;  &lt;div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:4b23868e-9987-4c21-a760-b7082ff77eec" class="wlWriterEditableSmartContent"&gt;Technorati Tags: &lt;a href="http://technorati.com/tags/Excel+Services" rel="tag"&gt;Excel Services&lt;/a&gt;,&lt;a href="http://technorati.com/tags/SharePoint" rel="tag"&gt;SharePoint&lt;/a&gt;&lt;/div&gt; &lt;img src="http://geekswithblogs.net/mikehuguet/aggbug/138063.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Mike Huguet</dc:creator>
            <guid>http://geekswithblogs.net/mikehuguet/archive/2010/02/14/138063.aspx</guid>
            <pubDate>Sun, 14 Feb 2010 09:38:00 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/mikehuguet/comments/138063.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/mikehuguet/archive/2010/02/14/138063.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/mikehuguet/comments/commentRss/138063.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/mikehuguet/services/trackbacks/138063.aspx</trackback:ping>
        </item>
        <item>
            <title>Baton Rouge .NET User Group Getting Some Press</title>
            <category>User Group</category>
            <category>Events</category>
            <category>Community</category>
            <link>http://geekswithblogs.net/mikehuguet/archive/2010/01/29/137690.aspx</link>
            <description>&lt;p&gt;After the second installment of our Speaker Idol format, I was asked by INETA to write an article for the January newsletter targeting other user group leaders.  It came out great.  The article describes the event format and some of our lessons learned.  You can view the article at &lt;a title="http://ineta.org/newsletters/2010_01.htm#CommunityEventWrapup" href="http://ineta.org/newsletters/2010_01.htm#CommunityEventWrapup"&gt;http://ineta.org/newsletters/2010_01.htm#CommunityEventWrapup&lt;/a&gt;.  There is a lovely mug shot.  That serves me right for not having a more professional picture ready and had to get someone to take a picture in the office with their iPhone.  Thanks to &lt;a href="http://www.jaysmith.us/"&gt;Jay Smith&lt;/a&gt; for suggesting the article idea to INETA.&lt;/p&gt;  &lt;p&gt;Recently we had a large technology service provider, IEM, announce that it was moving its headquarters from Baton Rouge to North Carolina.  You can read about the articles from the Greater Baton Rouge Business Report:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.businessreport.com/news/2009/dec/28/cost-losing-iem/"&gt;http://www.businessreport.com/news/2009/dec/28/cost-losing-iem/&lt;/a&gt;     &lt;br /&gt;&lt;a href="http://www.businessreport.com/news/2009/dec/28/goin-carolina-edvl1/"&gt;http://www.businessreport.com/news/2009/dec/28/goin-carolina-edvl1/&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;In response to a lot of the negative press about Baton Rouge I submitted an article suggestion to the Baton Rouge Business Report, which can be seen at &lt;a title="http://www.businessreport.com/news/2010/jan/11/letters-gnit1/" href="http://www.businessreport.com/news/2010/jan/11/letters-gnit1/"&gt;http://www.businessreport.com/news/2010/jan/11/letters-gnit1/&lt;/a&gt;.  I was contacted a few weeks later by one of their writers, David Jacobs, who interviewed several of us including yours truly, &lt;a href="http://geekswithblogs.net/watsonjon"&gt;Jon Dalberg&lt;/a&gt;, &lt;a href="http://www.sqlservercentral.com/blogs/sqldownsouth"&gt;Patrick Leblanc&lt;/a&gt;, and &lt;a href="http://sqltact.blogspot.com/"&gt;William Assaf&lt;/a&gt;.  He and their photographer came to one of our combined meetings (1st time ever) with the SQL Server User Group at &lt;a href="http://www.lamar.com"&gt;Lamar Advertising&lt;/a&gt;.  It was a great turnout and David obviously got a lot out of it.  You can view some of the pictures from our meeting with Ted Neward on our Facebook page:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;a title="http://www.facebook.com/photo.php?pid=177385&amp;amp;l=9b4dce5974&amp;amp;id=100000174909689" href="http://www.facebook.com/photo.php?pid=177385&amp;amp;l=9b4dce5974&amp;amp;id=100000174909689"&gt;http://www.facebook.com/photo.php?pid=177385&amp;amp;l=9b4dce5974&amp;amp;id=100000174909689&lt;/a&gt; &lt;/li&gt;    &lt;li&gt;&lt;a href="http://www.facebook.com/photo.php?pid=177386&amp;amp;l=8a07b67686&amp;amp;id=100000174909689"&gt;http://www.facebook.com/photo.php?pid=177386&amp;amp;l=8a07b67686&amp;amp;id=100000174909689&lt;/a&gt; &lt;/li&gt;    &lt;li&gt;&lt;a href="http://www.facebook.com/photo.php?pid=177387&amp;amp;l=187954c960&amp;amp;id=100000174909689"&gt;http://www.facebook.com/photo.php?pid=177387&amp;amp;l=187954c960&amp;amp;id=100000174909689&lt;/a&gt; &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;The article was published this week with a nice picture of me “raising the roof.”  You can read it at &lt;a title="http://www.businessreport.com/news/2010/jan/25/networking-it-tchn1/" href="http://www.businessreport.com/news/2010/jan/25/networking-it-tchn1/"&gt;http://www.businessreport.com/news/2010/jan/25/networking-it-tchn1/&lt;/a&gt;.  Thanks to all that make our user groups and events happen!  We’ll keep pushing to make this community better!  Every little bit helps.  &lt;/p&gt;  &lt;div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:01290fdf-b7ad-42e6-839d-f41be2854d4d" class="wlWriterEditableSmartContent"&gt;Technorati Tags: &lt;a href="http://technorati.com/tags/BRDNUG" rel="tag"&gt;BRDNUG&lt;/a&gt;,&lt;a href="http://technorati.com/tags/.NET" rel="tag"&gt;.NET&lt;/a&gt;,&lt;a href="http://technorati.com/tags/SQL+Server" rel="tag"&gt;SQL Server&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Baton+Rouge" rel="tag"&gt;Baton Rouge&lt;/a&gt;,&lt;a href="http://technorati.com/tags/User+Group" rel="tag"&gt;User Group&lt;/a&gt;&lt;/div&gt; &lt;img src="http://geekswithblogs.net/mikehuguet/aggbug/137690.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Mike Huguet</dc:creator>
            <guid>http://geekswithblogs.net/mikehuguet/archive/2010/01/29/137690.aspx</guid>
            <pubDate>Fri, 29 Jan 2010 06:41:46 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/mikehuguet/comments/137690.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/mikehuguet/archive/2010/01/29/137690.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/mikehuguet/comments/commentRss/137690.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/mikehuguet/services/trackbacks/137690.aspx</trackback:ping>
        </item>
        <item>
            <title>SharePoint 2010 PnP Guidance Drop 2 Released</title>
            <category>SharePoint</category>
            <category>Architecture</category>
            <link>http://geekswithblogs.net/mikehuguet/archive/2010/01/28/137687.aspx</link>
            <description>&lt;p&gt;On Monday the PnP team released the 2nd drop of the SharePoint 2010 Guidance.  Included is an example of a sandboxed solution, which is a good list aggregation scenario related to SOW’s (statements of work) and estimates across a number of sub-sites.  I am VERY excited about the work that is being done and guidance documentation and code that will be released soon.  You will also begin to see tests utilizing Moles for “detouring” or “mocking” as well as examples of tests using several different unit testing different frameworks including Pex.  For more details refer to &lt;a title="http://research.microsoft.com/en-us/projects/pex/pexsharepoint.pdf" href="http://research.microsoft.com/en-us/projects/pex/pexsharepoint.pdf"&gt;http://research.microsoft.com/en-us/projects/pex/pexsharepoint.pdf&lt;/a&gt;.  There are now other options than just TypeMock.  &lt;/p&gt;  &lt;div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:9420a607-44b5-4e81-b008-5711659103d6" class="wlWriterEditableSmartContent"&gt;Technorati Tags: &lt;a href="http://technorati.com/tags/SharePoint" rel="tag"&gt;SharePoint&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Patterns+%26+Practices" rel="tag"&gt;Patterns &amp;amp; Practices&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Guidance" rel="tag"&gt;Guidance&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Moles" rel="tag"&gt;Moles&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Pex" rel="tag"&gt;Pex&lt;/a&gt;&lt;/div&gt; &lt;img src="http://geekswithblogs.net/mikehuguet/aggbug/137687.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Mike Huguet</dc:creator>
            <guid>http://geekswithblogs.net/mikehuguet/archive/2010/01/28/137687.aspx</guid>
            <pubDate>Fri, 29 Jan 2010 05:16:03 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/mikehuguet/comments/137687.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/mikehuguet/archive/2010/01/28/137687.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/mikehuguet/comments/commentRss/137687.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/mikehuguet/services/trackbacks/137687.aspx</trackback:ping>
        </item>
        <item>
            <title>SharePoint 2010 PnP Guidance Drop 1 Released</title>
            <link>http://geekswithblogs.net/mikehuguet/archive/2010/01/10/137416.aspx</link>
            <description>&lt;p&gt;On Friday the Patterns and Practices team released the first drop of the SharePoint 2010 Guidance, &lt;a title="http://spg.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=38461" href="http://spg.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=38461"&gt;http://spg.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=38461&lt;/a&gt;.  It includes the upgrades for service locator, config manager, and logger.  There is some great guidance for the new Sandbox feature of 2010 in the upcoming release.  Stay tuned!&lt;/p&gt; &lt;img src="http://geekswithblogs.net/mikehuguet/aggbug/137416.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Mike Huguet</dc:creator>
            <guid>http://geekswithblogs.net/mikehuguet/archive/2010/01/10/137416.aspx</guid>
            <pubDate>Mon, 11 Jan 2010 02:09:09 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/mikehuguet/comments/137416.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/mikehuguet/archive/2010/01/10/137416.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/mikehuguet/comments/commentRss/137416.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/mikehuguet/services/trackbacks/137416.aspx</trackback:ping>
        </item>
    </channel>
</rss>
