<?xml version="1.0" encoding="UTF-8"?> <rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
><channel><title>Dan Rigby &#187; VisualStudio</title> <atom:link href="http://danrigby.com/tag/visualstudio/feed/" rel="self" type="application/rss+xml" /><link>http://danrigby.com</link> <description>Random thoughts about Life, Technology, and Software</description> <lastBuildDate>Fri, 18 May 2012 04:22:09 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.2</generator> <item><title>Windows 8 Customer Preview / Visual Studio 11 Beta / .NET 4.5 Beta Download Links</title><link>http://danrigby.com/2012/02/29/windows-8-customer-preview-visual-studio-11-beta-net-4-5-beta-download-links/</link> <comments>http://danrigby.com/2012/02/29/windows-8-customer-preview-visual-studio-11-beta-net-4-5-beta-download-links/#comments</comments> <pubDate>Wed, 29 Feb 2012 16:32:15 +0000</pubDate> <dc:creator>Dan Rigby</dc:creator> <category><![CDATA[News]]></category> <category><![CDATA[Software Development]]></category> <category><![CDATA[Tools]]></category> <category><![CDATA[VisualStudio]]></category> <category><![CDATA[Windows8]]></category><guid
isPermaLink="false">http://danrigby.com/?p=484</guid> <description><![CDATA[The Windows 8 Customer Preview is upon us! Joining the party are the Visual Studio 11 and .NET 4.5 Betas along with the Windows Server 8 Beta. Links: Windows 8 Customer Preview &#8211; Main Site Windows 8 Customer Preview &#8211; Setup Windows 8 Customer Preview &#8211; ISOs Visual Studio 11 Beta &#8211; Main Site Visual [...]]]></description> <content:encoded><![CDATA[<p>The Windows 8 Customer Preview is upon us!</p><p>Joining the party are the Visual Studio 11 and .NET 4.5 Betas along with the Windows Server 8 Beta.</p><p>Links:</p><ul><li><a
href="http://windows.microsoft.com/en-US/windows-8/consumer-preview" target="_blank">Windows 8 Customer Preview &#8211; Main Site</a></li><li><a
href="http://windows.microsoft.com/en-US/windows-8/download" target="_blank">Windows 8 Customer Preview &#8211; Setup</a></li><li><a
href="http://windows.microsoft.com/en-US/windows-8/iso" target="_blank">Windows 8 Customer Preview &#8211; ISOs</a></li></ul><ul><li><a
href="http://www.microsoft.com/visualstudio/11/en-us" target="_blank">Visual Studio 11 Beta &#8211; Main Site</a></li><li><a
href="http://www.microsoft.com/visualstudio/11/en-us/downloads#ultimate" target="_blank">Visual Studio 11 Beta &#8211; Ultimate</a></li><li><a
href="http://www.microsoft.com/visualstudio/11/en-us/downloads#vs-sdk" target="_blank">Visual Studio 11 Beta &#8211; Visual Studio SDK</a></li><li><a
href="http://www.microsoft.com/visualstudio/11/en-us/downloads#net-45" target="_blank">Visual Studio 11 Beta &#8211; .NET 4.5</a></li></ul><ul><li><a
href="http://www.microsoft.com/en-us/server-cloud/windows-server/v8-default.aspx" target="_blank">Windows 8 Server Beta &#8211; Main Site</a></li><li><a
href="http://technet.microsoft.com/en-us/evalcenter/hh670538.aspx" target="_blank">Windows 8 Server Beta &#8211; Download</a> (MSDN Subscribers Only)</li></ul><p><strong>Note:</strong> To install the Windows 8 Customer Preview from an ISO image, you will still need to run the Setup download in order to get a product key.</p><p>Happy downloading!</p><p><strong>Update (2012-03-06):</strong> Zain Naboulsi has posted a fairly awesome (and much more complete) <a
href="http://blogs.msdn.com/b/zainnab/archive/2012/03/06/windows-8-consumer-preview-the-ultimate-link-list.aspx" target="_blank">Windows 8 Consumer Preview link list</a> on the <a
href="http://blogs.msdn.com/b/zainnab/" target="_blank">Visual Studio Tips and Tricks Blog</a>.</p> ]]></content:encoded> <wfw:commentRss>http://danrigby.com/2012/02/29/windows-8-customer-preview-visual-studio-11-beta-net-4-5-beta-download-links/feed/</wfw:commentRss> <slash:comments>4</slash:comments> </item> <item><title>Quick and Easy Google (or Bing) Web Search in Visual Studio</title><link>http://danrigby.com/2010/03/03/quick-and-easy-google-or-bing-web-search-in-visual-studio/</link> <comments>http://danrigby.com/2010/03/03/quick-and-easy-google-or-bing-web-search-in-visual-studio/#comments</comments> <pubDate>Thu, 04 Mar 2010 02:48:38 +0000</pubDate> <dc:creator>Dan Rigby</dc:creator> <category><![CDATA[Tips and Tricks]]></category> <category><![CDATA[Google]]></category> <category><![CDATA[VisualStudio]]></category><guid
isPermaLink="false">http://danrigby.com/?p=277</guid> <description><![CDATA[Here is a quick and easy way to add a Google (or Bing) Web Search link to the context menu in Visual Studio: - Open the Visual Studio macros IDE by navigating to Tools –&#62; Macros –&#62; Macros IDE (or pressing Alt+F11). - Right click on “MyMacros” and select Add New –&#62; Add New Item. - Select [...]]]></description> <content:encoded><![CDATA[<p><strong>Here is a quick and easy way to add a Google (or Bing) Web Search link to the context menu in Visual Studio:</strong></p><p>- Open the Visual Studio macros IDE by navigating to Tools –&gt; Macros –&gt; Macros IDE (or pressing Alt+F11).</p><p>- Right click on “MyMacros” and select Add New –&gt; Add New Item.</p><p>- Select the Module template, name the module “Search”, and click Add.</p><p>- Paste the following code directly before the “End Module” line:</p><div
class="wp_codebox"><table><tr
id="p2772"><td
class="code" id="p277code2"><pre class="vb" style="font-family:monospace;"><span style="color: #000080;">Sub</span> Search()
    <span style="color: #000080;">Dim</span> strUrl <span style="color: #000080;">As</span> <span style="color: #000080;">String</span>
    <span style="color: #000080;">Dim</span> selection <span style="color: #000080;">As</span> TextSelection = DTE.ActiveDocument.Selection()
    <span style="color: #000080;">If</span> selection.Text &lt;&gt; <span style="color: #800000;">&quot;&quot;</span> <span style="color: #000080;">Then</span>
        strUrl = <span style="color: #800000;">&quot;www.google.com/search?q=&quot;</span> + selection.Text
        <span style="color: #008000;">' strUrl = &quot;www.bing.com/search?q=&quot; + selection.Text
</span>        DTE.ExecuteCommand(<span style="color: #800000;">&quot;View.URL&quot;</span>, strUrl)
    <span style="color: #000080;">Else</span>
        MsgBox(<span style="color: #800000;">&quot;Select Text first to Search&quot;</span>)
    <span style="color: #000080;">End</span> <span style="color: #000080;">If</span>
<span style="color: #000080;">End</span> <span style="color: #000080;">Sub</span></pre></td></tr></table></div><p>- (Optional) If you prefer to use Bing for your search, uncomment the Bing line and comment out the Google line.</p><p>- Your macro editor window should now look something like this:</p><p><a
href="http://danrigby.com/wp-content/uploads/2010/03/image.jpg?9d7bd4"><img
class="alignnone size-full wp-image-421" title="VsSearch1" src="http://danrigby.com/wp-content/uploads/2010/03/image.jpg?9d7bd4" alt="" width="640" height="480" /></a></p><p>- Save and close the Macro Editor window and IDE.</p><p>- Right click on the Visual Studio toolbar and select Customize.</p><p>- Under the Toolbars tab, check the Context Menus option and the switch to the Commands tab.</p><p>- Select the Macros Category, and then select the “MyMacros.Search.Search” macro.</p><p>- Drag the selected macro onto “Editor Context Menus” -&gt; “Code Window” and then drop it where you want it in the context menu (I place mine below the Paste command).</p><p>- Right click on the new context menu item and change it’s name to “&amp;Web Search”.</p><p>- Click close on the Customize window.</p><p>- You are now done! If everything has gone according to plan, when viewing a source code file you should now see a new context menu item that will do a web search on any selected text when you click it:</p><p><a
href="http://danrigby.com/wp-content/uploads/2010/03/image1.jpg?9d7bd4"><img
class="alignnone size-full wp-image-422" title="VsSearch2" src="http://danrigby.com/wp-content/uploads/2010/03/image1.jpg?9d7bd4" alt="" width="640" height="480" /></a></p><p><a
href="http://danrigby.com/wp-content/uploads/2010/03/image2.jpg?9d7bd4"><img
class="alignnone size-full wp-image-423" title="VsSearch3" src="http://danrigby.com/wp-content/uploads/2010/03/image2.jpg?9d7bd4" alt="" width="640" height="480" /></a></p> ]]></content:encoded> <wfw:commentRss>http://danrigby.com/2010/03/03/quick-and-easy-google-or-bing-web-search-in-visual-studio/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Automatically Cancelling a Failed Build in Visual Studio</title><link>http://danrigby.com/2009/10/04/automatically-cancelling-a-failed-build-in-visual-studio/</link> <comments>http://danrigby.com/2009/10/04/automatically-cancelling-a-failed-build-in-visual-studio/#comments</comments> <pubDate>Mon, 05 Oct 2009 01:43:19 +0000</pubDate> <dc:creator>Dan Rigby</dc:creator> <category><![CDATA[Tips and Tricks]]></category> <category><![CDATA[VisualStudio]]></category><guid
isPermaLink="false">http://danrigby.com/?p=238</guid> <description><![CDATA[Stumbled across this little tip on how to automatically cancel a build in progress after getting an error. You normally have to wait for visual studio to try to finish building all of the remaining projects before getting a chance to fix an the issue and this can take a few minutes if you have [...]]]></description> <content:encoded><![CDATA[<p>Stumbled across <a
href="http://www.ehow.com/how_5025041_automatically-visual-studio-build-error.html" target="_blank">this little tip</a> on how to automatically cancel a build in progress after getting an error. You normally have to wait for visual studio to try to finish building all of the remaining projects before getting a chance to fix an the issue and this can take a few minutes if you have a lot of projects in your solution.</p><p><strong>Step 1:</strong> Open the Visual Studio macros IDE by navigating to Tools –&gt; Macros –&gt; Macros IDE.</p><p><strong>Step 2:</strong> Double click on “MyMacros” and then on “EnvironmentEvents”. You should now be looking at a VB code editor window.</p><p><strong>Step 3:</strong> Paste the following code directly before the “End Module” line:</p><div
class="wp_codebox"><table><tr
id="p2384"><td
class="code" id="p238code4"><pre class="vb" style="font-family:monospace;"><span style="color: #000080;">Private</span> <span style="color: #000080;">Sub</span> BuildEvents_OnBuildProjConfigDone(<span style="color: #000080;">ByVal</span> Project <span style="color: #000080;">As</span> <span style="color: #000080;">String</span>, <span style="color: #000080;">ByVal</span> ProjectConfig <span style="color: #000080;">As</span> <span style="color: #000080;">String</span>, <span style="color: #000080;">ByVal</span> Platform <span style="color: #000080;">As</span> <span style="color: #000080;">String</span>, <span style="color: #000080;">ByVal</span> SolutionConfig <span style="color: #000080;">As</span> <span style="color: #000080;">String</span>, <span style="color: #000080;">ByVal</span> Success <span style="color: #000080;">As</span> <span style="color: #000080;">Boolean</span>) Handles BuildEvents.OnBuildProjConfigDone
&nbsp;
    <span style="color: #000080;">If</span> Success = <span style="color: #000080;">False</span> <span style="color: #000080;">Then</span>
        DTE.ExecuteCommand(<span style="color: #800000;">&quot;Build.Cancel&quot;</span>)
    <span style="color: #000080;">End</span> <span style="color: #000080;">If</span>
&nbsp;
<span style="color: #000080;">End</span> <span style="color: #000080;">Sub</span></pre></td></tr></table></div><p><strong>Step 4: </strong>Save and close the Macro Editor window and IDE.</p><p>All done!</p> ]]></content:encoded> <wfw:commentRss>http://danrigby.com/2009/10/04/automatically-cancelling-a-failed-build-in-visual-studio/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>Official jQuery 1.3.0, 1.3.1 Visual Studio Intellisense Files</title><link>http://danrigby.com/2009/02/09/official-jquery-130-131-visual-studio-intellisense-files/</link> <comments>http://danrigby.com/2009/02/09/official-jquery-130-131-visual-studio-intellisense-files/#comments</comments> <pubDate>Mon, 09 Feb 2009 13:42:29 +0000</pubDate> <dc:creator>Dan Rigby</dc:creator> <category><![CDATA[Software Development]]></category> <category><![CDATA[Javascript]]></category> <category><![CDATA[jQuery]]></category> <category><![CDATA[VisualStudio]]></category><guid
isPermaLink="false">http://danrigby.com/2009/02/09/official-jquery-130-131-visual-studio-intellisense-files/</guid> <description><![CDATA[It looks like this weekend while I was at the South Florida Code Camp the jQuery team has posted the official jQuery 1.3.1 Visual Studio intellisense file. You can get it from the jQuery downloads page, or more directly from the jQuery Google Code download page. The official 1.3.0 documentation was posted this weekend as [...]]]></description> <content:encoded><![CDATA[<p>It looks like this weekend while I was at the <a
href="http://codecamp09.fladotnet.com/" target="_blank">South Florida Code Camp</a> the jQuery team has posted the official jQuery 1.3.1 Visual Studio intellisense file. You can get it from the <a
href="http://docs.jquery.com/Downloading_jQuery#Current_Release" target="_blank">jQuery downloads page</a>, or more directly from the <a
href="http://code.google.com/p/jqueryjs/downloads/detail?name=jquery-1.3.1-vsdoc.js" target="_blank">jQuery Google Code download page</a>.</p><p>The official 1.3.0 documentation was posted this weekend as well and is also available from the downloads link above, or this <a
href="http://code.google.com/p/jqueryjs/downloads/detail?name=jquery-1.3-vsdoc.js" target="_blank">Google Code download page</a>.</p><p>Keep your eyes peeled for a jQuery 1.3.2 release anytime in the next few days as John Resig has mentioned there is still one last 1.3 regression they are working on fixing.</p><p>For those interested, the regression has to do with the $(document).ready() function waiting until images are fully loaded in Internet Explorer 6 &amp; 7. The jQuery bug ticket ID is <a
href="http://dev.jquery.com/ticket/3988#preview" target="_blank">#3988</a> and here’s a <a
href="http://stackoverflow.com/questions/477463/jquery-is-waiting-for-images-to-load-before-executing-document-ready" target="_blank">Stack Overflow question</a> in which John Resig talks about the issue in some detail.</p> ]]></content:encoded> <wfw:commentRss>http://danrigby.com/2009/02/09/official-jquery-130-131-visual-studio-intellisense-files/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>FxCop 1.36 and StyleCop 4.3</title><link>http://danrigby.com/2009/01/18/fxcop-136-and-stylecop-43/</link> <comments>http://danrigby.com/2009/01/18/fxcop-136-and-stylecop-43/#comments</comments> <pubDate>Sun, 18 Jan 2009 23:26:23 +0000</pubDate> <dc:creator>Dan Rigby</dc:creator> <category><![CDATA[Tools]]></category> <category><![CDATA[VisualStudio]]></category><guid
isPermaLink="false">http://danrigby.com/?p=160</guid> <description><![CDATA[While this is not new news, I realized that finding the link to download FxCop 1.36 is still not as straight forward as I&#8217;d like it to be (most links are still pointing to the 1.35 on msdn code or the 1.36 Beta 2 release), so I thought I would add the link here so [...]]]></description> <content:encoded><![CDATA[<p>While this is not new news, I realized that finding the link to download FxCop 1.36 is still not as straight forward as I&#8217;d like it to be (most links are still pointing to the 1.35 on msdn code or the 1.36 Beta 2 release), so I thought I would add the link here so I can find it again, or anyone else for that matter.</p><ul><li>FxCop 1.36 download: <a
href="http://www.microsoft.com/downloads/details.aspx?FamilyID=9aeaa970-f281-4fb0-aba1-d59d7ed09772&amp;DisplayLang=en" target="_blank">http://www.microsoft.com/downloads/details.aspx?FamilyID=9aeaa970-f281-4fb0-aba1-d59d7ed09772&amp;DisplayLang=en</a></li><li>Whats new in FxCop 1.36 can be found in <a
href="http://blogs.msdn.com/fxcop/archive/2008/08/19/fxcop-1-36-released.aspx" target="_blank">this post</a> on the <a
href="http://blogs.msdn.com/fxcop/" target="_blank">MS Visual Studio Code Analysis Team Blog</a>.</li></ul><p>For those who haven&#8217;t used it before, FxCop is a tool to analyze .NET assemblies based on a set of rules in order to find potential defects or design issues. The tool comes with a lot of very helpful built in analysis rules that are broken out into seperate categories (e.g. Performance, Design, Globalization, etc..). A lot of Continuous Integration tools have the ability to include FxCop analysis as part of a build so that the warnings FxCop generates can be tracked over time (hopefully in the *downward* direction).</p><p>And on a somewhat related note, I also wanted to add the download link for StyleCop, which ironically, is easy to find even though I&#8217;m pretty sure a lot more people are using FxCop.</p><ul><li>StyleCop 4.3 download: <a
href="http://code.msdn.microsoft.com/sourceanalysis/Release/ProjectReleases.aspx" target="_blank">http://code.msdn.microsoft.com/sourceanalysis/Release/ProjectReleases.aspx</a></li><li>Updates and news about StyleCop can be found on the <a
href="http://blogs.msdn.com/sourceanalysis/" target="_blank">StyleCop Blog</a>.</li></ul><p>StyleCop is a tool which analyzes C# source code using a set of rules (much like FxCop) in order to enforce code styling guidelines. It can be used in Continuous Integration projects to verify code style rules are being met. The rule documentation is also available at the link above. I have found reading the rule justifications to be quite educational at times, especially since many of the StyleCop rules run counter to common .NET programming practices that I&#8217;ve seen.</p> ]]></content:encoded> <wfw:commentRss>http://danrigby.com/2009/01/18/fxcop-136-and-stylecop-43/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>Unofficial JQuery 1.3 Visual Studio Intellisense File</title><link>http://danrigby.com/2009/01/17/unofficial-jquery-13-visual-studio-intellisense-file/</link> <comments>http://danrigby.com/2009/01/17/unofficial-jquery-13-visual-studio-intellisense-file/#comments</comments> <pubDate>Sun, 18 Jan 2009 03:02:09 +0000</pubDate> <dc:creator>Dan Rigby</dc:creator> <category><![CDATA[News]]></category> <category><![CDATA[Tips and Tricks]]></category> <category><![CDATA[Javascript]]></category> <category><![CDATA[jQuery]]></category> <category><![CDATA[VisualStudio]]></category><guid
isPermaLink="false">http://danrigby.com/?p=155</guid> <description><![CDATA[In lieu of the official Visual Studio 2008 Intellisense file for jQuery, the jQuery intellisense file generator at http://www.infobasis.com/sandpit/jQuery-Intellisense/ has been updated to support jQuery 1.3.0 (See this post for more details). The will allow you to get proper jQuery 1.3 intellisense in your applications until the official version is released. The above linked script generator uses [...]]]></description> <content:encoded><![CDATA[<p>In lieu of the official Visual Studio 2008 Intellisense file for jQuery, the jQuery intellisense file generator at <a
href="http://www.infobasis.com/sandpit/jQuery-Intellisense/" target="_blank">http://www.infobasis.com/sandpit/jQuery-Intellisense/</a> has been updated to support jQuery 1.3.0 (See <a
href="http://blogs.ipona.com/james/archive/2009/01/14/jquery-1.3-and-visual-studio-2008-intellisense.aspx" target="_blank">this post</a> for more details). The will allow you to get proper jQuery 1.3 intellisense in your applications until the official version is released. The above linked script generator uses the official jQuery API documentation to build the intellisense file, so you don&#8217;t need to worry about it being inaccurate or imcomplete just because it&#8217;s not the &#8220;official&#8221; version.</p><p>Happy jQuerying!</p> ]]></content:encoded> <wfw:commentRss>http://danrigby.com/2009/01/17/unofficial-jquery-13-visual-studio-intellisense-file/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Personal Updates, VS2008/.NET 3.5 SP1 Information, and much more&#8230;</title><link>http://danrigby.com/2008/08/26/personal-updates-and-net-35-sp1-information-and-more/</link> <comments>http://danrigby.com/2008/08/26/personal-updates-and-net-35-sp1-information-and-more/#comments</comments> <pubDate>Wed, 27 Aug 2008 02:01:46 +0000</pubDate> <dc:creator>Dan Rigby</dc:creator> <category><![CDATA[News]]></category> <category><![CDATA[Tools]]></category> <category><![CDATA[VisualStudio]]></category><guid
isPermaLink="false">http://www.rigbyonline.net/?p=78</guid> <description><![CDATA[Sorry for the long delay between posts, a lot has been going on in my world as of late. Here&#8217;s a quick run down of the recent personal events that have kept me busy (and postless): I was promoted to &#8220;Software Engineer II&#8221;. I got married (I love you Erika!). The wedding was wonderful. Many [...]]]></description> <content:encoded><![CDATA[<p>Sorry for the long delay between posts, a lot has been going on in my world as of late. Here&#8217;s a quick run down of the recent personal events that have kept me busy (and postless):</p><ul><li>I was promoted to &#8220;Software Engineer II&#8221;.</li><li>I got married (I love you Erika!). The wedding was wonderful. Many thanks to all who were in attendance.</li><li>Spent a week on honeymoon in Seattle, Washington and Vancouver, Canada (4 days and 3 days respectively).</li></ul><p>So, enough of the mushy stuff.</p><p>This last Saturday was the <strong>Jacksonville Code Camp</strong> and it was a very nice event despite the last minute change in location due to after effects of Tropical Storm Fay. There were a lot of great sessions and the speakers all did a great job. (I even won a copy of CodeSmith Professional Tools in the raffle&#8230; woot!) This was my second year in attendance.</p><p>For those in the Jacksonville area, the <strong>Jacksonville Developers User Group</strong> website can be found at <a
href="http://www.jaxdug.com/" target="_blank">http://www.jaxdug.com/</a> and contains information on Jacksonville area Developer events. I have agreed to do <strong>my first user group talk</strong> in October and well be covering what free tools are available to make .Net developers&#8217; lives easier. (I will be posting the slides here on my site afterward.)</p><p><strong>VS2008 &amp; .NET 3.5 SP1 Fun!:</strong> Service Pack 1 for Microsoft .NET 3.5 and Service Pack 1 for Visual Studio 2008 have been released! (<em>about a week ago&#8230;</em>) Information on the updates included with the service packs can be found <a
href="http://msdn.microsoft.com/en-us/vstudio/products/cc533447.aspx" target="_blank">here</a>, and for the impatient, you can download the service packs directly from <a
href="http://msdn.microsoft.com/en-us/vstudio/cc533448.aspx" target="_blank">here</a>. If you have trouble with the installation of the service packs, try running the <a
href="http://www.microsoft.com/downloads/details.aspx?FamilyId=A494B0E0-EB07-4FF1-A21C-A4663E456D9D&amp;displaylang=en" target="_blank">Visual Studio 2008 Service Pack Preparation Tool</a>. Microsoft has also released the <a
href="http://www.microsoft.com/downloads/details.aspx?FamilyID=355c80e9-fde0-4812-98b5-8a03f5874e96&amp;displaylang=en" target="_blank">Framework 3.5 Enhancements Training Kit</a> which has even more information about the new features in the service packs and how to use them (This is in addition to the regular <a
href="http://www.microsoft.com/downloads/details.aspx?FamilyID=8BDAA836-0BBA-4393-94DB-6C3C4A0C98A1&amp;displaylang=en" target="_blank">Visual Studio 2008 &amp; .NET 3.5 Training Kit</a>.) Another important release that got lost a little in the hype over .NET 3.5 SP1/VS2008 SP1 is the release of <a
href="http://www.microsoft.com/sqlserver/2008/en/us/default.aspx" target="_blank">SQL Server 2008</a>. This includes SQL Server 2008 Express Edition which you can grab <a
href="http://www.microsoft.com/express/sql/default.aspx" target="_blank">here</a> for those interested.</p><p>Now if that wasn&#8217;t enough for one post&#8230;. on with the show!</p><p><strong>XAMLPad 4.0</strong> has been <a
href="http://blogs.msdn.com/llobo/archive/2008/08/25/xamlpadx-4-0.aspx" target="_blank">released</a> and can be downloaded from <a
href="http://blogs.msdn.com/llobo/attachment/8772446.ashx" target="_blank">here</a>. But wait.. what is XAMLPad?:</p><p>&#8220;XamlPad (xamlpad.exe) is a basic visual editor for Extensible Application Markup Language (XAML). XAMLPad is installed with the SDK and can be found from the start menu at All Programs/Microsoft Windows SDK/Tools/XAMLPad. &#8221;</p><p>While you&#8217;re downloading XAMLPad, be sure to grab <a
href="http://www.linqpad.net/" target="_blank">LINQPad</a> if you don&#8217;t already have it.</p><p>And there&#8217;s still more&#8230;<br
/> <strong>NHibernate 2.0 Final</strong> has also been <a
href="http://ayende.com/Blog/archive/2008/08/23/NHibernate-2.0-Final-is-out.aspx" target="_blank">released</a>! It can be downloaded <a
href="https://sourceforge.net/project/showfiles.php?group_id=73818&amp;package_id=73969" target="_blank">here</a>. And while the main NHibernate page doesn&#8217;t have the link up yet, the release notes for this release can be found <a
href="http://sourceforge.net/project/shownotes.php?group_id=73818&amp;release_id=621482" target="_blank">here</a>.</p><p>Finally, bringing up the rear on the notable release train is the official release of <strong>Microsoft Live Labs <a
href="http://photosynth.net/Default.aspx" target="_blank">Photosynth</a></strong>. If you&#8217;re not familiar with Microsoft&#8217;s Photosynth technology, <a
href="http://photosynth.net/about.aspx" target="_blank">Photosynth&#8217;s About Page</a> and this <a
href="http://news.cnet.com/8301-17939_109-10020637-2.html?hhTest=1&amp;part=rss&amp;subj=news&amp;tag=2547-1_3-0-20" target="_blank">CNET Article</a> about the launch should give you a good head start.</p><p>My very last news item for today (I promise!) is that Sara Ford has <a
href="http://blogs.msdn.com/saraford/archive/2008/08/11/microsoft-visual-studio-tips-helps-katrina-survivors-rebuild-lives.aspx" target="_blank">announced the pre-sale of her first book</a>, &#8220;<strong>Visual Studio Tips: 251 Ways to Improve Your Productivity</strong>&#8220;. If you&#8217;re not familiar with Sara Ford and <a
href="http://blogs.msdn.com/saraford/default.aspx" target="_blank">her blog</a>&#8230; then you have a lot of reading to do&#8230; Sara has an almost daily piece of information about Visual Studio IDE and its various components. Well worth the read if you can squeeze just one more item into your daily blog diet.</p><p>Wooo! Hows that for an &#8220;I&#8217;m not dead, just busy&#8221; post! (-;</p> ]]></content:encoded> <wfw:commentRss>http://danrigby.com/2008/08/26/personal-updates-and-net-35-sp1-information-and-more/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Object Caching 562/598 objects using disk: basic

Served from: danrigby.com @ 2012-05-20 19:13:33 -->
