<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>Visual Studio</title>
        <link>http://geekswithblogs.net/Podwysocki/category/4630.aspx</link>
        <description>Visual Studio</description>
        <language>en-US</language>
        <copyright>Matthew Podwysocki</copyright>
        <managingEditor>matthew.podwysocki@gmail.com</managingEditor>
        <generator>Subtext Version 0.0.0.0</generator>
        <item>
            <title>Resharper 4 in Two Weeks?</title>
            <link>http://geekswithblogs.net/Podwysocki/archive/2008/02/03/119257.aspx</link>
            <description>The good folks at JetBrains have recently announced that &lt;a href="http://resharper.blogspot.com/2008/01/resharper-4-eap-will-start-in-two-weeks.html"&gt;Resharper 4.0 Early Access Program&lt;/a&gt; will be available in two weeks.  It's like one of those long awaited things like &lt;a href="http://www.3drealms.com/duke4/"&gt;Duke Nukem Forever&lt;/a&gt;, but it looks like &lt;a href="http://www.jetbrains.com/resharper/"&gt;R#&lt;/a&gt; will beat it to the punch, fortunately for me.  For those like me, I can honestly say I haven't been as productive in Visual Studio 2008 as I can say I have been without it.  Many people will use the workaround as stated many times around the blogs, but I've just stayed away until they can get it working just right.  Instead, I've been happy using it with Visual Studio 2005 in the mean time.&lt;br /&gt;
&lt;br /&gt;
The only thing now that keeps me with the Visual Studio 2005 sitting around continues to be BizTalk.  I imagine the next Service Pack of BizTalk 2006 R2 will contain the right templates, but it's frustrating that they haven't come out yet.  Either way, I can't wait until R# 4.0!  Until next time... &lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://www.dotnetkicks.com/kick/?url=http://geekswithblogs.net/Podwysocki/archive/2008/02/03/119257.aspx"&gt;&lt;img border="0" alt="kick it on DotNetKicks.com" src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http://geekswithblogs.net/Podwysocki/archive/2008/02/03/119257.aspx" /&gt;&lt;/a&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=119257"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=119257" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/Podwysocki/aggbug/119257.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Matthew Podwysocki</dc:creator>
            <guid>http://geekswithblogs.net/Podwysocki/archive/2008/02/03/119257.aspx</guid>
            <pubDate>Mon, 04 Feb 2008 03:17:20 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/Podwysocki/comments/119257.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/Podwysocki/archive/2008/02/03/119257.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/Podwysocki/comments/commentRss/119257.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/Podwysocki/services/trackbacks/119257.aspx</trackback:ping>
        </item>
        <item>
            <title>Testing your internals inside out</title>
            <link>http://geekswithblogs.net/Podwysocki/archive/2008/01/24/118889.aspx</link>
            <description>Recently among other places it was asked on the &lt;a href="http://tech.groups.yahoo.com/group/altdotnet"&gt;altdotnet list&lt;/a&gt; about the strategies of unit testing with regards to assemblies and naming  &lt;a href="http://tech.groups.yahoo.com/group/altdotnet/message/1606"&gt;This message&lt;/a&gt; here caught my eye regarding putting your NUnit tests in the same assembly as the code under test.&lt;br /&gt;
&lt;br /&gt;
The message states about putting the tests in the same assembly :&lt;br /&gt;
&lt;br style="font-style: italic;" /&gt;
&lt;span style="font-style: italic;"&gt;There are a couple advantages to this approach:&lt;/span&gt;&lt;br style="font-style: italic;" /&gt;
&lt;ul style="font-style: italic;"&gt;
    &lt;li&gt;The nearness of the files will make it easier (and therefore more likely) that developers will work on the test in tandem with the class under test (CUT).&lt;/li&gt;
    &lt;li&gt;One can make private methods on the CUT into internal methods and then write tests for them, if need be.&lt;/li&gt;
    &lt;li&gt;Will effectively halve the number of projects in the solution (My current solution has 40+ non test projects), making the solution explorer a little less unwieldy.&lt;/li&gt;
    &lt;li&gt;I'm thinking this will make it easier for devs unfamiliar with NUnit testing to gain experience with it faster. (I'm currently trying to introduce the concept to 10+ developers.)&lt;/li&gt;
&lt;/ul&gt;
&lt;span style="font-style: italic;"&gt;And the only disadvantage I have thought of so far:&lt;/span&gt;&lt;br style="font-style: italic;" /&gt;
&lt;ul style="font-style: italic;"&gt;
    &lt;li&gt;The production assemblies have a reference to NUnit and contain more types. Slower compilation and load time?&lt;/li&gt;
&lt;/ul&gt;
&lt;span style="font-weight: bold;"&gt;The DEBUG approach&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
I can say in the early days of my test driven development and others, I was doing this as were many others.  We'd go ahead and create a Tests folder inside our project which in turn would create a .Tests namespace.  In fact, most people were doing this with their test fixtures:&lt;br /&gt;
&lt;br /&gt;
#if DEBUG&lt;br /&gt;
&lt;br /&gt;
[TestFixture]&lt;br /&gt;
public class CustomerTestFixture&lt;br /&gt;
{&lt;br /&gt;
     ...&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#endif&lt;br /&gt;
&lt;br /&gt;
This would prevent of course it being compiled into your production build, had you of course used the release build type.  Many shops I worked with never did that...&lt;br /&gt;
&lt;br /&gt;
Early on, I  realized that it clutters up your assemblies quite quickly.  Throw on top of that any unit testing dll of choice (MbUnit, NUnit, xUnit.NET, MSTest) and any mocking framework as well (Rhino Mocks, TypeMock.NET).  I was weary of including any references in my assemblies that I didn't absolutely need.&lt;br /&gt;
&lt;br /&gt;
&lt;span style="font-weight: bold;"&gt;Testing Internals&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
One of the main reasons many advocate this approach is that they have access to the internals of your assembly to put them under test.  I think the early versions of the Enterprise Library were this way, although I can't remember.  I'm sure someone will correct me at some point.&lt;br /&gt;
&lt;br /&gt;
By moving my unit tests to the outside in a separate .Tests assembly, I had to think long and hard about the public API I was willing to expose.  In a way, that's a good thing as it made me very clear on the boundaries of my classes and the assembly as a whole.  I also tend to have multiple tests fixtures per specification under tests as I want to test it under multiple aspects that may be cross-cutting.  I'm moving more towards a BDD way of doing things, albeit I'm in a mixed environment now of TDD with BDD.&lt;br /&gt;
&lt;br /&gt;
Ultimately, though if you need to expose some sort of internals, although should not be the case with 99% of what you do, you have the option of internals visible to attribute such as this:&lt;br /&gt;
&lt;br /&gt;
[assembly: InternalsVisibleTo("Podwysocki.Contracts")]&lt;br /&gt;
&lt;br /&gt;
But to do any more than that, well, brings up a testing code smell and a rant.  I think a better approach is to use Dependency Injection and use that to set your expectations through mocks.  Then you can test the internals quite easily, but of course testing one expectation at a time and using a double for the other dependencies.  That's another lesson I've had to learn over time is the "When to use Mocks".  Then again I could be blowing smoke...&lt;br /&gt;
&lt;br style="font-weight: bold;" /&gt;
&lt;span style="font-weight: bold;"&gt;Rant Time&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
I've noticed in MSTest that you can create private accessors for your given objects under test.  This just to me screams of being a horrid idea.  Very likely during a lot of my refactoring, the internals of my classes under test can and will change frequently.  So, that means my unit tests will break quite quickly, then I'll have to right-click on my class again and generate my proxy methods again...&lt;br /&gt;
&lt;br /&gt;
Oh, and generating your unit tests by right clicking on your class just doesn't seem very TDD to me.  I'm sure most will agree with me on this, and you wonder why there is xUnit.NET coming from Microsoft guys when MSTest already exists.&lt;br /&gt;
&lt;br /&gt;
&lt;span style="font-weight: bold;"&gt;Conclusion&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
So, at the end of the day, I'm more for testing the publicly facing API of your given assembly.  That makes you think long and hard about what you want to expose and how granular you make your specifications under test.  It's been a long road since I've started TDD and even BDD and I'll admit I still have much to learn..
&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://www.dotnetkicks.com/kick/?url=http://geekswithblogs.net/Podwysocki/archive/2008/01/24/118889.aspx"&gt;&lt;img border="0" alt="kick it on DotNetKicks.com" src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http://geekswithblogs.net/Podwysocki/archive/2008/01/24/118889.aspx" /&gt;&lt;/a&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=118889"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=118889" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/Podwysocki/aggbug/118889.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Matthew Podwysocki</dc:creator>
            <guid>http://geekswithblogs.net/Podwysocki/archive/2008/01/24/118889.aspx</guid>
            <pubDate>Thu, 24 Jan 2008 23:55:41 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/Podwysocki/comments/118889.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/Podwysocki/archive/2008/01/24/118889.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/Podwysocki/comments/commentRss/118889.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/Podwysocki/services/trackbacks/118889.aspx</trackback:ping>
        </item>
        <item>
            <title>Continuous Integration: From Theory to Practice 2nd Edition Released</title>
            <link>http://geekswithblogs.net/Podwysocki/archive/2008/01/15/118549.aspx</link>
            <description>&lt;a href="http://dotnet.org.za/cjlotz"&gt;Carel Lotz&lt;/a&gt; last year released a &lt;a href="http://dotnet.org.za/cjlotz/archive/2007/08/31/continuous-integration-for-net-2-0-development-environments-downloadable-booklet.aspx"&gt;guide&lt;/a&gt; on &lt;a href="http://dotnet.org.za/cjlotz/archive/2007/12/03/continuous-integration-from-theory-to-practice.aspx"&gt;Continuous Integration&lt;/a&gt; (CI) for .NET 2.0 last year and was made available for download via PDF for free.  Carel took the series of posts on CI and rolled them into one guide.  &lt;br /&gt;
&lt;br /&gt;
The guide included CI with the following tools:&lt;br /&gt;
&lt;ul&gt;
    &lt;li&gt;&lt;a href="http://ccnet.thoughtworks.com/"&gt;CruiseControl.NET&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href="http://msdn2.microsoft.com/en-us/library/0k6kkbsd.aspx"&gt;MSBuild&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href="http://msbuildtasks.tigris.org/"&gt;MSBuild Community Tasks&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href="http://msdn2.microsoft.com/en-us/library/bb429476(VS.80).aspx"&gt;FxCop&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href="http://www.nunit.org/"&gt;NUnit&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href="http://ncover.org/"&gt;NCover&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href="http://ncover.org/"&gt;NDepend&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href="http://subversion.tigris.org/"&gt;Subversion&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href="http://www.macrovision.com/products/installation/installshield.htm"&gt;InstallShield&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href="https://h10078.www1.hp.com/cda/hpms/display/main/hpms_content.jsp?zn=bto&amp;amp;cp=1-11-127-24^1352_4000_100__"&gt;QuickTest Professional&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href="http://www.sandcastledocs.com/Wiki%20Pages/Home.aspx"&gt;Sandcastle&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href="http://www.typemock.com/"&gt;TypeMock.NET&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href="http://www.ayende.com/projects/rhino-mocks/downloads.aspx"&gt;Rhino Mocks&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
Flash forward to today.  Carel spent the last two weeks and has updated the guide for &lt;a href="http://dotnet.org.za/cjlotz/archive/2007/08/31/continuous-integration-for-net-2-0-development-environments-downloadable-booklet.aspx"&gt;Continuous Integration (CI) for .NET 3.5&lt;/a&gt;.  Some of the improvements for Visual Studio 2008 include:&lt;br /&gt;
&lt;ul&gt;
    &lt;li&gt;Update to Visual Studio 2008, MSBuild&lt;/li&gt;
    &lt;li&gt;Changed InstallShield to Windows Installer XML&lt;/li&gt;
    &lt;li&gt;Add support for MbUnit&lt;/li&gt;
    &lt;li&gt;Removed QuickTest Professional integration&lt;br /&gt;
    &lt;/li&gt;
&lt;/ul&gt;
You can find the downloads on the site for this.  I'm going to give this a go in the next couple of days.  I'm more familiar with CI Factory, which just had another release...&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=118549"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=118549" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/Podwysocki/aggbug/118549.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Matthew Podwysocki</dc:creator>
            <guid>http://geekswithblogs.net/Podwysocki/archive/2008/01/15/118549.aspx</guid>
            <pubDate>Tue, 15 Jan 2008 05:55:35 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/Podwysocki/comments/118549.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/Podwysocki/archive/2008/01/15/118549.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/Podwysocki/comments/commentRss/118549.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/Podwysocki/services/trackbacks/118549.aspx</trackback:ping>
        </item>
        <item>
            <title>Visual Studio 2008, SQL Server 2008 &amp; Windows Server 2008 Launch Event Coming to a City Near You!</title>
            <link>http://geekswithblogs.net/Podwysocki/archive/2008/01/14/118542.aspx</link>
            <description>As noted today, you can now register for the Launch of Visual Studio 2008, SQL Server 2008 and Windows Server 2008.  You can find the closest event to you from &lt;a href="http://www.microsoft.com/heroeshappenhere/register/default.mspx"&gt;here&lt;/a&gt;.  For all you DC folks like me, our event is March 25th and you can find that registration information &lt;a href="https://microsoft.crgevents.com/heroeshappenhere/Register/Login/WashingtonDC.aspx"&gt;here&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
Here is the basic information:&lt;br /&gt;
&lt;br /&gt;
&lt;span style="font-weight: bold; font-style: italic;"&gt;Take a test drive&lt;/span&gt;&lt;br style="font-style: italic;" /&gt;
&lt;span style="font-style: italic;"&gt;Come to an event and test drive Windows Server® 2008 operating system, Microsoft® SQL Server® 2008, and Microsoft Visual Studio® 2008.&lt;/span&gt;&lt;br style="font-style: italic;" /&gt;
&lt;br style="font-style: italic;" /&gt;
&lt;span style="font-weight: bold; font-style: italic;"&gt;Meet the experts&lt;/span&gt;&lt;br style="font-style: italic;" /&gt;
&lt;span style="font-style: italic;"&gt;Enjoy hands-on labs, face-to-face Q&amp;amp;A sessions with software experts, and other opportunities to interact with development team members.&lt;/span&gt;&lt;br style="font-style: italic;" /&gt;
&lt;br style="font-style: italic;" /&gt;
&lt;span style="font-weight: bold; font-style: italic;"&gt;Bring the products home&lt;/span&gt;&lt;br style="font-style: italic;" /&gt;
&lt;span style="font-style: italic;"&gt;Want more? To say thanks for taking part of this exciting launch, you’ll take home a promotional kit with versions of all three products.&lt;br /&gt;
&lt;br /&gt;
&lt;/span&gt;I was fortunate to be a part of the Washington DC Vista launch last year, help some of my DP&amp;amp;E give their presentations and even help with "Meet the Experts", so it's a great time.  I was just tired by the end of the day directing people where to register and where lunch was.  The lines were amazing and just outside in the freezing cold.  A good time was had by all!&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=118542"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=118542" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/Podwysocki/aggbug/118542.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Matthew Podwysocki</dc:creator>
            <guid>http://geekswithblogs.net/Podwysocki/archive/2008/01/14/118542.aspx</guid>
            <pubDate>Mon, 14 Jan 2008 23:22:41 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/Podwysocki/comments/118542.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/Podwysocki/archive/2008/01/14/118542.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/Podwysocki/comments/commentRss/118542.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/Podwysocki/services/trackbacks/118542.aspx</trackback:ping>
        </item>
        <item>
            <title>Not switching to 2008 exclusively yet</title>
            <link>http://geekswithblogs.net/Podwysocki/archive/2007/12/05/117407.aspx</link>
            <description>Greetings from snowy, beautiful Washington, DC where it takes the average person three hours to get into work.  Seems that when people come across frozen bridges, the first idea people get is to step on the brakes.  WHY???  Anyhow, that's a rant for another day.  The here and now focus is Visual Studio 2005 and 2008.&lt;br /&gt;
&lt;br /&gt;
With the projects I've been doing lately, I haven't had the luxury to completely switch over to Visual Studio 2008 just yet.  There are a few things holding me back:&lt;br /&gt;
&lt;ul&gt;
    &lt;li&gt;BizTalk 2006 R2 integration&lt;/li&gt;
    &lt;li&gt;SharePoint 2007 Web Part Projects&lt;/li&gt;
    &lt;li&gt;Resharper .NET 3.5 C# intellisense doesn't work&lt;/li&gt;
    &lt;li&gt;Performance concerns about some tests with WF workflow performance using while loops&lt;/li&gt;
&lt;/ul&gt;
That's just enough to keep all my legacy projects from moving over.  R# is a wonderful tool that I can't live without and not having Intellisense pick up properly is driving me nuts and giving me withdrawals.  &lt;br /&gt;
&lt;br /&gt;
In the mean time, I'll have VIsual Studio 2005 and 2008 on the same box which of course takes up a lot of space.&lt;br /&gt;
&lt;br /&gt;
So, what's the plan, when are they moving over?  Who knows?  Probably the next service pack?  Anyone move to 2008 with SharePoint yet?&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=117407"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=117407" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/Podwysocki/aggbug/117407.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Matthew Podwysocki</dc:creator>
            <guid>http://geekswithblogs.net/Podwysocki/archive/2007/12/05/117407.aspx</guid>
            <pubDate>Wed, 05 Dec 2007 20:37:01 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/Podwysocki/comments/117407.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/Podwysocki/archive/2007/12/05/117407.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/Podwysocki/comments/commentRss/117407.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/Podwysocki/services/trackbacks/117407.aspx</trackback:ping>
        </item>
        <item>
            <title>Visual Studio 2008 Released</title>
            <link>http://geekswithblogs.net/Podwysocki/archive/2007/11/19/116968.aspx</link>
            <description>Today Visual Studio 2008 went RTM and made available on MSDN Subscriber Downloads.  Most of the morning, MSDN had problems keeping up with demand and was down until around 10AM EST.  I finally got mine installed around 10:30 or so this morning and so far so good.  It was just frustrating while I was getting ASP.NET server errors exposed to me while I am trying.&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://weblogs.asp.net/scottgu/archive/2007/11/19/visual-studio-2008-and-net-3-5-released.aspx"&gt;Scott Guthrie&lt;/a&gt; has a pretty good post on the release.&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=116968"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=116968" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/Podwysocki/aggbug/116968.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Matthew Podwysocki</dc:creator>
            <guid>http://geekswithblogs.net/Podwysocki/archive/2007/11/19/116968.aspx</guid>
            <pubDate>Mon, 19 Nov 2007 14:52:50 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/Podwysocki/comments/116968.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/Podwysocki/archive/2007/11/19/116968.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/Podwysocki/comments/commentRss/116968.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/Podwysocki/services/trackbacks/116968.aspx</trackback:ping>
        </item>
        <item>
            <title>15 Working with Data in ASP.NET 2.0 Tutorials</title>
            <link>http://geekswithblogs.net/Podwysocki/archive/2006/06/23/82852.aspx</link>
            <description>&lt;DIV&gt;&lt;A href="http://weblogs.asp.net/scottgu/default.aspx"&gt;Scott Guthrie&lt;/A&gt; has posted a good link with 15 ASP.NET Data Tutorials that were created by &lt;A href="http://www.scottonwriting.net/sowBlog/"&gt;Scott Mitchell&lt;/A&gt;.&amp;nbsp; These tutorials found &lt;A href="http://www.asp.net/learn/dataaccess/default.aspx?tabid=63"&gt;here&lt;/A&gt;, cover the following:&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;Introduction Articles&lt;/DIV&gt;
&lt;UL&gt;
&lt;LI&gt;Creating a Data Access Layer using Typed DataSets&lt;/LI&gt;
&lt;LI&gt;Creating a Business Logic Layer&lt;/LI&gt;
&lt;LI&gt;Using Master Pages and Site Navigation for Consistent Look and Feel of the Data Samples&lt;/LI&gt;&lt;/UL&gt;
&lt;DIV&gt;Basic ASP.NET Data Reporting&lt;/DIV&gt;
&lt;UL&gt;
&lt;LI&gt;Displaying Data with the ObjectDataSource&lt;/LI&gt;
&lt;LI&gt;Using ObjectDataSource Declarative Parmeters&lt;/LI&gt;
&lt;LI&gt;Programmatically Setting ObjectDataSource Parameter Values&lt;/LI&gt;&lt;/UL&gt;
&lt;DIV&gt;Master/Detail Reporting&lt;/DIV&gt;
&lt;UL&gt;
&lt;LI&gt;Master/Detail Filtering with a DropDownList Control&lt;/LI&gt;
&lt;LI&gt;Master/Detail Filtering with two DropDownList Controls&lt;/LI&gt;
&lt;LI&gt;Master/Detail Filtering across two pages&lt;/LI&gt;
&lt;LI&gt;Master/Detail Using a Selectable Master GridView with a Details DetailView&lt;/LI&gt;&lt;/UL&gt;
&lt;DIV&gt;Custom Formatting&lt;/DIV&gt;
&lt;UL&gt;
&lt;LI&gt;Custom Formatting Based Upon Data&lt;/LI&gt;
&lt;LI&gt;Using TemplateFields in a Gridview Control&lt;/LI&gt;
&lt;LI&gt;Using TemplateFields in a DetailsView Control&lt;/LI&gt;
&lt;LI&gt;Using the FormView's templates&lt;/LI&gt;
&lt;LI&gt;Displaying Summary Information in a GridView's Footer&lt;/LI&gt;&lt;/UL&gt;
&lt;DIV&gt;As always, these tutorials are great&amp;nbsp;&lt;/DIV&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=82852"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=82852" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/Podwysocki/aggbug/82852.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Matthew Podwysocki</dc:creator>
            <guid>http://geekswithblogs.net/Podwysocki/archive/2006/06/23/82852.aspx</guid>
            <pubDate>Fri, 23 Jun 2006 18:10:00 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/Podwysocki/comments/82852.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/Podwysocki/archive/2006/06/23/82852.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/Podwysocki/comments/commentRss/82852.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/Podwysocki/services/trackbacks/82852.aspx</trackback:ping>
        </item>
        <item>
            <title>Webcast - Model-Driven Development in Visual Studio 2005</title>
            <link>http://geekswithblogs.net/Podwysocki/archive/2006/06/21/82632.aspx</link>
            <description>&lt;DIV&gt;Microsoft has introduced very powerful tools for architects with Visual Studio 2005 Team Edition for Software Architects.&amp;nbsp; Among these is the ability to define, generate and customize your own set of visual modeling tools that are built upon the same infrastructure as those provided with Visual Studio.&amp;nbsp; There is an MSDN Webcast available entitled &lt;A href="http://msevents.microsoft.com/cui/WebCastEventDetails.aspx?EventID=1032280246&amp;amp;EventCategory=5&amp;amp;culture=en-US&amp;amp;CountryCode=US"&gt;Domain-Specific Language Tools for Model-Driven Development in Visual Studio 2005&lt;/A&gt; which goes over this in detail.&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;This webcast covers the following:&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;*&amp;nbsp; Visual domain-specific languages (DSL)s and designers&lt;/DIV&gt;
&lt;DIV&gt;*&amp;nbsp; Modeling platform architecture&lt;/DIV&gt;
&lt;DIV&gt;*&amp;nbsp; Building designers&lt;/DIV&gt;
&lt;DIV&gt;*&amp;nbsp; Building a workflow demo&lt;/DIV&gt;
&lt;DIV&gt;*&amp;nbsp;Generating artifacts demo&lt;/DIV&gt;
&lt;DIV&gt;*&amp;nbsp; A business entity with code generation demo&lt;/DIV&gt;
&lt;DIV&gt;*&amp;nbsp; What's next?&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;Very cool stuff here especially with code generation!&lt;/DIV&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=82632"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=82632" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/Podwysocki/aggbug/82632.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Matthew Podwysocki</dc:creator>
            <guid>http://geekswithblogs.net/Podwysocki/archive/2006/06/21/82632.aspx</guid>
            <pubDate>Wed, 21 Jun 2006 17:27:00 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/Podwysocki/comments/82632.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/Podwysocki/archive/2006/06/21/82632.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/Podwysocki/comments/commentRss/82632.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/Podwysocki/services/trackbacks/82632.aspx</trackback:ping>
        </item>
        <item>
            <title>C++ - Where is STL/CLR???</title>
            <link>http://geekswithblogs.net/Podwysocki/archive/2006/06/19/82414.aspx</link>
            <description>&lt;DIV&gt;When Visual Studio 2005 was still in Beta, Visual C++ had a concept of STL .NET (now called STL/CLR), which in short is a porting of the STL to the CLR.&amp;nbsp; One may ask, so why STL/CLR?&amp;nbsp; As you may or may not have noticed, C++ will not accept managed types inside of an STL container.&amp;nbsp; &lt;A href="https://blogs.msdn.com/nikolad/default.aspx"&gt;Nikola Dudar&lt;/A&gt; explains more about the differences in his post "&lt;A href="https://blogs.msdn.com/nikolad/archive/2006/06/16/STLCLR_Intro.aspx"&gt;What is STL/CLR&lt;/A&gt;".&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;A href="http://blogs.msdn.com/slippman/default.aspx"&gt;Stan Lippman&lt;/A&gt; had a great introduction of this great library in an article on MSDN called &lt;A href="http://msdn.microsoft.com/visualc/?pull=/library/en-us/dnvs05/html/stl-netprimer.asp?frame=true"&gt;STL .NET Primer&lt;/A&gt;.&amp;nbsp; Nick Weinholt also had a good introduction to this in his article on developer.com called &lt;A href="http://www.developer.com/net/cplus/article.php/3524096"&gt;STL: Combining Generics and Templates&lt;/A&gt;.&amp;nbsp; I was rather excited when I had the Beta version of Visual Studio and I was digging around the new STL and getting a good feel of what it can do.&amp;nbsp; &lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;The ability to do port over legacy code is important in the C++ world, and creating a migration plan is a good thing to be able to do things little by little.&amp;nbsp; STL also gives a little more power and a little more extensibility.&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;To be able to do this is a welcome sight:&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;vector&amp;lt;String^&amp;gt; ^svec = gcnew vector&amp;lt;String^&amp;gt;;&lt;/DIV&gt;
&lt;DIV&gt;svec-&amp;gt;push_back("Hello");&lt;/DIV&gt;
&lt;DIV&gt;IEnumerator&amp;lt;String^&amp;gt; ^is = svec-&amp;gt;GetEnumerator();&lt;BR&gt;while ( is-&amp;gt;MoveNext() )&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Console::WriteLine( is-&amp;gt;Current );&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;As you can see, it interoperates with existing System.Collections.Generics implementations.&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;So, what happened?&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;This post entitled &lt;A href="https://blogs.msdn.com/vcblog/archive/2006/06/12/628353.aspx"&gt;Hello from the trenches of Orcas&lt;/A&gt; from &lt;A href="http://blogs.msdn.com/martynl"&gt;Martyn Lovell&lt;/A&gt; sums it up nicely:&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;EM&gt;One of my biggest disappointments from Visual Studio 8 is that we didn’t have the resources to complete and ship STL/CLR, our managed, verifiable implementation of the C++ Standard Template Library. Those of you on the beta for that product will have seen an early version of the technology in Beta 2. We worked with Dinkumware on this project for most of that product cycle, and they did some great work. But in the end we simply didn’t have enough people and time to keep working on it with them while finishing the other features we were building. Retrospectively, it was very ambitious of us to attempt to build this library at the same time as the C++/CLI dialect was still evolving.&lt;/EM&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;So, where does this leave us?&amp;nbsp; Nikola Dudar gives an update entitled &lt;A href="https://blogs.msdn.com/nikolad/archive/2006/06/16/STLCLR_Restart.aspx"&gt;"Where is STL/CLR?"&lt;/A&gt; which states that it will be available in the July/August CTP of Orcas.&amp;nbsp; I'm definitely looking forward to it.&amp;nbsp; &lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;Stay tuned to the &lt;A href="https://blogs.msdn.com/vcblog/default.aspx"&gt;Visual C++ Blog&lt;/A&gt; for more information!&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=82414"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=82414" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/Podwysocki/aggbug/82414.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Matthew Podwysocki</dc:creator>
            <guid>http://geekswithblogs.net/Podwysocki/archive/2006/06/19/82414.aspx</guid>
            <pubDate>Tue, 20 Jun 2006 01:36:00 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/Podwysocki/comments/82414.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/Podwysocki/archive/2006/06/19/82414.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/Podwysocki/comments/commentRss/82414.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/Podwysocki/services/trackbacks/82414.aspx</trackback:ping>
        </item>
        <item>
            <title>Reminder - June 10th Reston Code Camp</title>
            <link>http://geekswithblogs.net/Podwysocki/archive/2006/06/06/80992.aspx</link>
            <description>&lt;DIV&gt;Just as a reminder that the &lt;A href="http://www.madcodecamp.com"&gt;Reston Code Camp&lt;/A&gt; is on June 10th.&amp;nbsp; The &lt;A href="http://www.madcodecamp.com/schedule/codecampmain.htm"&gt;Code Camp Schedule&lt;/A&gt; has been posted which looks to be a full day of good stuff.&amp;nbsp; I, unfortunately, cannot attend the whole day as I have a concert to go to that night, but I'll try to catch what I can.&amp;nbsp; &lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;If you missed signing up, you missed out!&amp;nbsp; They have a &lt;A href="http://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032294952&amp;amp;Culture=en-US"&gt;wait list&lt;/A&gt;, and they will try to do their best to get you in...&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;Hope to see a good crowd there!&lt;/DIV&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=80992"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=80992" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/Podwysocki/aggbug/80992.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Matthew Podwysocki</dc:creator>
            <guid>http://geekswithblogs.net/Podwysocki/archive/2006/06/06/80992.aspx</guid>
            <pubDate>Tue, 06 Jun 2006 21:46:00 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/Podwysocki/comments/80992.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/Podwysocki/archive/2006/06/06/80992.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/Podwysocki/comments/commentRss/80992.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/Podwysocki/services/trackbacks/80992.aspx</trackback:ping>
        </item>
    </channel>
</rss>