<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Shared Points for SharePoint : Visual Studio</title><link>http://blogs.msdn.com/mcsnoiwb/archive/tags/Visual+Studio/default.aspx</link><description>Tags: Visual Studio</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>New Version of SharePoint SiteConfigurator Feature Released!</title><link>http://blogs.msdn.com/mcsnoiwb/archive/2009/01/16/new-version-of-sharepoint-siteconfigurator-feature-released.aspx</link><pubDate>Fri, 16 Jan 2009 23:37:39 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9331007</guid><dc:creator>Stian Kirkeberg</dc:creator><slash:comments>2</slash:comments><comments>http://blogs.msdn.com/mcsnoiwb/comments/9331007.aspx</comments><wfw:commentRss>http://blogs.msdn.com/mcsnoiwb/commentrss.aspx?PostID=9331007</wfw:commentRss><description>&lt;p&gt;We have just released a new version of the SharePoint &lt;a href="http://www.codeplex.com/spsiteconfigurator" target="_blank"&gt;SiteConfigurator feature on codeplex.com&lt;/a&gt;.&amp;#160; &lt;/p&gt;  &lt;p&gt;In this release we have focused on some new features and making sure the build is stable. This involved some refactoring as well as splitting the project in three parts, one for the code and logic, one part for the feature and one test project. This new structure will make it much easier and faster to reuse the project from farm to farm.&lt;/p&gt;  &lt;p&gt;As the release notes states, we also focused on: &lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;split VS project in two for easier maintenance and upgrades&lt;/li&gt;    &lt;li&gt;added Type Mock project (simply remove that project from the solution if you don't use it)&lt;/li&gt;    &lt;li&gt;rewrote log functionality&lt;/li&gt;    &lt;li&gt;added verbose logging option&lt;/li&gt;    &lt;li&gt;fixed disabling of web part toolbar (still some minor issues here)&lt;/li&gt;    &lt;li&gt;made the complete solution independent of it's features names.&lt;/li&gt;    &lt;li&gt;Added provisioning of files and make it possible to choose welcome page based on xml parameter&lt;/li&gt;    &lt;li&gt;Added support for links with parameters in AddQuickLaunchLinks &lt;/li&gt;    &lt;li&gt;Created support for QuickLaunchHeading and&lt;/li&gt;    &lt;li&gt;DeleteQuickLaunchHeading elements.&lt;/li&gt;    &lt;li&gt;Rearranged and refactored the main project&lt;/li&gt;    &lt;li&gt;Fixed some bugs &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;Enjoy the new release and please give us feedback so we can improve it further!&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9331007" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/mcsnoiwb/archive/tags/developer/default.aspx">developer</category><category domain="http://blogs.msdn.com/mcsnoiwb/archive/tags/Sharepoint/default.aspx">Sharepoint</category><category domain="http://blogs.msdn.com/mcsnoiwb/archive/tags/SharePoint+development/default.aspx">SharePoint development</category><category domain="http://blogs.msdn.com/mcsnoiwb/archive/tags/Visual+Studio/default.aspx">Visual Studio</category><category domain="http://blogs.msdn.com/mcsnoiwb/archive/tags/Codeplex/default.aspx">Codeplex</category><category domain="http://blogs.msdn.com/mcsnoiwb/archive/tags/TypeMock/default.aspx">TypeMock</category><category domain="http://blogs.msdn.com/mcsnoiwb/archive/tags/Unit+testing/default.aspx">Unit testing</category></item><item><title>Microsoft Cuts Prices for Visual Studio 2008 Tools</title><link>http://blogs.msdn.com/mcsnoiwb/archive/2008/11/14/microsoft-cuts-prices-for-visual-studio-2008-tools.aspx</link><pubDate>Fri, 14 Nov 2008 13:55:28 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9069142</guid><dc:creator>Stian Kirkeberg</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/mcsnoiwb/comments/9069142.aspx</comments><wfw:commentRss>http://blogs.msdn.com/mcsnoiwb/commentrss.aspx?PostID=9069142</wfw:commentRss><description>Microsoft cuts prices on the VS packages. For more details see: http://www.eweek.com/c/a/Application-Development/Microsoft-Continues-to-Delight-Developers/...(&lt;a href="http://blogs.msdn.com/mcsnoiwb/archive/2008/11/14/microsoft-cuts-prices-for-visual-studio-2008-tools.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9069142" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/mcsnoiwb/archive/tags/Visual+Studio/default.aspx">Visual Studio</category></item><item><title>Unit testing SharePoint code</title><link>http://blogs.msdn.com/mcsnoiwb/archive/2008/10/08/unit-testing-sharepoint-code.aspx</link><pubDate>Wed, 08 Oct 2008 14:15:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8991155</guid><dc:creator>tommyo</dc:creator><slash:comments>10</slash:comments><comments>http://blogs.msdn.com/mcsnoiwb/comments/8991155.aspx</comments><wfw:commentRss>http://blogs.msdn.com/mcsnoiwb/commentrss.aspx?PostID=8991155</wfw:commentRss><description>In some projects lately I've been faced with the question about how to unit-test SharePoint code. I've been experimenting with unit testing in Visual Studio 2008 and particularly testing SharePoint code. What do I mean by "SharePoint code" ? I mean server-side...(&lt;a href="http://blogs.msdn.com/mcsnoiwb/archive/2008/10/08/unit-testing-sharepoint-code.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8991155" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/mcsnoiwb/archive/tags/Sharepoint/default.aspx">Sharepoint</category><category domain="http://blogs.msdn.com/mcsnoiwb/archive/tags/SharePoint+development/default.aspx">SharePoint development</category><category domain="http://blogs.msdn.com/mcsnoiwb/archive/tags/Visual+Studio/default.aspx">Visual Studio</category><category domain="http://blogs.msdn.com/mcsnoiwb/archive/tags/Testing/default.aspx">Testing</category></item><item><title>Visual Studio 2010 and the .NET Framework 4.0</title><link>http://blogs.msdn.com/mcsnoiwb/archive/2008/09/30/visual-studio-2010-and-the-net-framework-4-0.aspx</link><pubDate>Tue, 30 Sep 2008 13:28:02 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8970116</guid><dc:creator>Stian Kirkeberg</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/mcsnoiwb/comments/8970116.aspx</comments><wfw:commentRss>http://blogs.msdn.com/mcsnoiwb/commentrss.aspx?PostID=8970116</wfw:commentRss><description>&lt;blockquote&gt; &lt;p&gt;Reveals extensive enhancements for simplified application life-cycle management, provides sneak peek at all key focus areas for Visual Studio 2010 and the .NET Framework 4.0.&lt;/p&gt; &lt;p&gt;&lt;b&gt;REDMOND, Wash. — Sept. 29, 2008 —&lt;/b&gt; Microsoft Corp. today provided the first look at the next version of its developer tools and platform, which will be named Visual Studio 2010 and the .NET Framework 4.0. Microsoft described the next release through the following five focus areas: riding the next-generation platform wave, inspiring developer delight, powering breakthrough departmental applications, enabling emerging trends such as cloud computing, and democratizing application life-cycle management (ALM). &lt;p&gt;Today’s announcement included an in-depth look at how Visual Studio Team System (VSTS) 2010 (code-named “Rosario”) will help democratize ALM with a unique solution that brings all the members of a development organization into the application development life cycle, and removes many of the existing barriers to integration. Additional details on the other focus areas will be disclosed over the product development cycle. &lt;p&gt;“With Visual Studio 2010 and the .NET Framework 4.0, we are focused on the core pillars of developer experience, support for the latest platforms spanning client, server, services and devices, targeted experiences for specific application types, and core architecture improvements,” said S. “Soma” Somasegar, senior vice president of the Developer Division at Microsoft. “These pillars are designed specifically to meet the needs of developers, the teams that drive the application life cycle from idea to delivery, and the customers that demand the highest quality applications across multiple platforms. You can expect to hear a lot more about Visual Studio 2010 and the .NET Framework 4.0 in the coming months.” &lt;p&gt;&lt;b&gt;Democratizing Application Life-Cycle Management&lt;/b&gt; &lt;p&gt;Today, much of application development remains siloed throughout the enterprise, leading to decreased productivity and lengthy product development cycles. With VSTS 2010, Microsoft is taking the next step forward in giving individuals and development organizations an advanced solution that enables them to integrate effectively and build and deliver high-quality applications. &lt;p&gt;This includes new capabilities that make it easier for all contributors on the software team to participate throughout the life cycle — from the core developers and testers to the wider team of project managers, designers and business analysts. Highlights include the following:&lt;/p&gt;&lt;/blockquote&gt; &lt;blockquote&gt; &lt;p&gt;• &lt;b&gt;Modeling tools.&lt;/b&gt; With VSTS 2010 Architecture, Microsoft will enable both technical and nontechnical users to create and use models to collaborate and to define business and system functionality graphically. The new version supports both Unified Modeling Language and Domain Specific Language support, so development organizations will have the right tool for right job. The new modeling capabilities in VSTS 2010 are a core part of the larger Microsoft modeling platform, which will also include the “Oslo” repository, tools and language. &lt;p&gt;• &lt;b&gt;Improved efficiency throughout the test cycle.&lt;/b&gt; With VSTS 2010, Microsoft has made a significant investment in testing features and dramatically simplifying the tools required to integrate testing across the life cycle. New features include the ability to eliminate nonreproducible bugs, fast setup and deployment of tests to ensure the highest degree of completeness of test, focused test planning and progress tracking, and ensuring that all code changes are properly tested. &lt;p&gt;• &lt;b&gt;Substantial improvements in collaboration capabilities.&lt;/b&gt; Microsoft has made major investments in the capabilities and scalability of Team Foundation Server (TFS) including significant improvements that allow teams to configure and adopt any flavor of Agile development processes. Teams can track and trace work more easily with richer linking of work items enabling hierarchical work item relationships. In the source code management system, TFS now provides visualization tools for tracking changes across branches and into the production build. VSTS 2010 also introduces workflow-based builds that catch errors before they have a chance to affect the rest of the team or, worse, enter production. Finally, administrators will find dramatically simpler TFS deployment and management.&lt;/p&gt;&lt;/blockquote&gt; &lt;blockquote&gt; &lt;p&gt;“The application life cycle is an integral part of today’s business. Regardless of core competencies, all organizations are driven by software that is created and customized to deliver a competitive advantage,” said Theresa Lanowitz, founder of voke, inc. “Enterprises that invest in an ALM solution can decrease their total cost of ownership of applications in their IT portfolio, and bring about a global approach that is an integrated and expansive system consisting of people, processes and technology. This global approach to ALM facilitates collaboration and takes the risk out of software development to produce predictable and reliable results for an optimized business outcome. Solutions such as VSTS are poised to take advantage of market opportunity by offering an application life-cycle platform to help enterprises realize this ROI benefit.” &lt;p&gt;In another move to increase integration across the life cycle, Microsoft also announced that VSTS 2010 will provide a unified VSTS Development and Database product. As a benefit to existing Software Assurance (SA) customers, those who currently own Visual Studio Team System 2008 Development Edition or Visual Studio Team System 2008 Database Edition will receive all the following products starting Oct. 1, 2008, for free: &lt;p&gt;• Visual Studio Team System 2008 Development Edition &lt;p&gt;• Visual Studio Team System 2008 Database Edition &lt;p&gt;• Visual Studio 2005 Team System for Software Developers &lt;p&gt;• Visual Studio 2005 Team System for Database Professionals &lt;p&gt;The products will be available to SA customers through their normal Microsoft Developer Network channel. More information can be found at &lt;a href="http://www.microsoft.com/licensing/sa"&gt;http://www.microsoft.com/licensing/sa&lt;/a&gt;. &lt;p&gt;More information about Visual Studio 2010 and the .NET Framework 4.0 is available at &lt;a href="http://www.microsoft.com/"&gt;&lt;/a&gt;&lt;a href="http://go.microsoft.com/?linkid=9537302"&gt;http://go.microsoft.com/?linkid=9537302&lt;/a&gt;. &lt;p&gt;Founded in 1975, Microsoft (Nasdaq “MSFT”) is the worldwide leader in software, services and solutions that help people and businesses realize their full potential. &lt;p&gt;&lt;i&gt;Note to editors:&lt;/i&gt;If you are interested in viewing additional information on Microsoft, please visit the Microsoft Web page at &lt;a href="http://www.microsoft.com/presspass"&gt;http://www.microsoft.com/presspass&lt;/a&gt; on Microsoft’s corporate information pages. Web links, telephone numbers and titles were correct at time of publication, but may since have changed. For additional assistance, journalists and analysts may contact Microsoft’s Rapid Response Team or other appropriate contacts listed at &lt;a href="http://www.microsoft.com/presspass/contactpr.mspx"&gt;http://www.microsoft.com/presspass/contactpr.mspx&lt;/a&gt;.&lt;/p&gt;&lt;/blockquote&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;&lt;a title="http://www.microsoft.com/presspass/press/2008/sep08/09-29VS10PR.mspx" href="http://www.microsoft.com/presspass/press/2008/sep08/09-29VS10PR.mspx"&gt;http://www.microsoft.com/presspass/press/2008/sep08/09-29VS10PR.mspx&lt;/a&gt;&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8970116" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/mcsnoiwb/archive/tags/Visual+Studio/default.aspx">Visual Studio</category></item><item><title>Microsoft Expression Studio 2 Ships, Advancing Superior Developer and Designer Collaboration</title><link>http://blogs.msdn.com/mcsnoiwb/archive/2008/05/20/microsoft-expression-studio-2-ships-advancing-superior-developer-and-designer-collaboration.aspx</link><pubDate>Tue, 20 May 2008 22:39:55 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8524314</guid><dc:creator>Stian Kirkeberg</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/mcsnoiwb/comments/8524314.aspx</comments><wfw:commentRss>http://blogs.msdn.com/mcsnoiwb/commentrss.aspx?PostID=8524314</wfw:commentRss><description>&lt;p&gt;&lt;strong&gt;Press release:&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;a title="http://www.microsoft.com/presspass/press/2008/may08/05-01Expression2PR.mspx" href="http://www.microsoft.com/presspass/press/2008/may08/05-01Expression2PR.mspx"&gt;http://www.microsoft.com/presspass/press/2008/may08/05-01Expression2PR.mspx&lt;/a&gt;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;b&gt;Expression Web 2&lt;/b&gt; adds support for PHP and Adobe Photoshop import based on customer feedback.&lt;/li&gt;    &lt;li&gt;&lt;b&gt;Expression Blend 2,&lt;/b&gt; in addition to Silverlight support, adds vertex animation and an improved user interface with a new split design/XAML view. &lt;/li&gt;    &lt;li&gt;&lt;b&gt;Expression Design 2&lt;/b&gt; adds improved exporting functionality including the ability to export slices. &lt;/li&gt;    &lt;li&gt;&lt;b&gt;Expression Media 2&lt;/b&gt; is a robust digital asset management solution for photographers and other creative professionals. It adds support for the latest file formats including RAW, provides geotagging functionality, and is supported by Microsoft Office 2007 and Microsoft Office for Mac 2008. &lt;/li&gt;    &lt;li&gt;&lt;b&gt;Expression Encoder 2&lt;/b&gt; is now a core offering of the suite. It allows creative and Web professionals to optimize almost any type of video content quickly for publishing on the Web, either in streaming video, rich-media advertising or other Web 2.0 projects. &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;strong&gt;Features:&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;a title="http://www.microsoft.com/expression/features/Default.aspx?key=studio" href="http://www.microsoft.com/expression/features/Default.aspx?key=studio"&gt;http://www.microsoft.com/expression/features/Default.aspx?key=studio&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;Stop reading and &lt;a href="http://expression.microsoft.com/en-us/cc136523.aspx" target="_blank"&gt;go download the trial!&lt;/a&gt;&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8524314" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/mcsnoiwb/archive/tags/developer/default.aspx">developer</category><category domain="http://blogs.msdn.com/mcsnoiwb/archive/tags/Sharepoint/default.aspx">Sharepoint</category><category domain="http://blogs.msdn.com/mcsnoiwb/archive/tags/MOSS/default.aspx">MOSS</category><category domain="http://blogs.msdn.com/mcsnoiwb/archive/tags/SharePoint+development/default.aspx">SharePoint development</category><category domain="http://blogs.msdn.com/mcsnoiwb/archive/tags/Visual+Studio/default.aspx">Visual Studio</category><category domain="http://blogs.msdn.com/mcsnoiwb/archive/tags/Silverlight/default.aspx">Silverlight</category><category domain="http://blogs.msdn.com/mcsnoiwb/archive/tags/Expression+Studio/default.aspx">Expression Studio</category></item><item><title>Silverlight 2 Beta 1 is available!</title><link>http://blogs.msdn.com/mcsnoiwb/archive/2008/03/05/silverlight-2-beta-1-is-available.aspx</link><pubDate>Wed, 05 Mar 2008 23:37:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8054885</guid><dc:creator>tommyo</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/mcsnoiwb/comments/8054885.aspx</comments><wfw:commentRss>http://blogs.msdn.com/mcsnoiwb/commentrss.aspx?PostID=8054885</wfw:commentRss><description>&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"&gt;Download the Silverlight tools beta 1 for Visual Studio 2008 here:&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"&gt;&lt;A href="http://www.microsoft.com/downloads/details.aspx?FamilyId=E0BAE58E-9C0B-4090-A1DB-F134D9F095FD&amp;amp;displaylang=en"&gt;&lt;FONT face=Calibri size=3&gt;http://www.microsoft.com/downloads/details.aspx?FamilyId=E0BAE58E-9C0B-4090-A1DB-F134D9F095FD&amp;amp;displaylang=en&lt;/FONT&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"&gt;&lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;&lt;o:p&gt;&lt;FONT face=Calibri size=3&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"&gt;&lt;o:p&gt;&lt;FONT face=Calibri size=3&gt;More info at:&lt;/FONT&gt;&lt;/o:p&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"&gt;&lt;A href="http://www.silverlight.net/"&gt;&lt;FONT face=Calibri size=3&gt;www.silverlight.net&lt;/FONT&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"&gt;&lt;o:p&gt;&lt;FONT face=Calibri size=3&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8054885" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/mcsnoiwb/archive/tags/Web/default.aspx">Web</category><category domain="http://blogs.msdn.com/mcsnoiwb/archive/tags/Visual+Studio/default.aspx">Visual Studio</category><category domain="http://blogs.msdn.com/mcsnoiwb/archive/tags/Silverlight/default.aspx">Silverlight</category></item><item><title>Heros happen here</title><link>http://blogs.msdn.com/mcsnoiwb/archive/2008/02/01/heros-happen-here.aspx</link><pubDate>Fri, 01 Feb 2008 23:32:59 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7378126</guid><dc:creator>Stian Kirkeberg</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/mcsnoiwb/comments/7378126.aspx</comments><wfw:commentRss>http://blogs.msdn.com/mcsnoiwb/commentrss.aspx?PostID=7378126</wfw:commentRss><description>&lt;p&gt;Guess you have heard about the &lt;a href="http://www.microsoft.com/heroeshappenhere/default.mspx" target="_blank"&gt;Heros happen here campaign&lt;/a&gt;?&amp;nbsp; Seen their &lt;a href="http://www.microsoft.com/heroeshappenhere/cool-stuff/comic/default.mspx" target="_blank"&gt;daily comic&lt;/a&gt;? Worth a peek! :)&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=7378126" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/mcsnoiwb/archive/tags/Visual+Studio/default.aspx">Visual Studio</category><category domain="http://blogs.msdn.com/mcsnoiwb/archive/tags/SQL/default.aspx">SQL</category></item><item><title>Microsoft Issues Web Access Tool for TFS</title><link>http://blogs.msdn.com/mcsnoiwb/archive/2007/08/02/microsoft-issues-web-access-tool-for-tfs.aspx</link><pubDate>Thu, 02 Aug 2007 10:07:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:4183727</guid><dc:creator>Stian Kirkeberg</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/mcsnoiwb/comments/4183727.aspx</comments><wfw:commentRss>http://blogs.msdn.com/mcsnoiwb/commentrss.aspx?PostID=4183727</wfw:commentRss><description>&lt;P&gt;&lt;SPAN style="FONT-SIZE: 12pt; COLOR: #333333; FONT-FAMILY: 'Verdana','sans-serif'; mso-ansi-language: NO-BOK; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-bidi-font-family: 'Times New Roman'; mso-fareast-language: NO-BOK; mso-bidi-language: AR-SA"&gt;The power tool, dubbed Team System Web Access, is based on technology that Microsoft acquired in March from DevBiz.&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE: 12pt; COLOR: #333333; FONT-FAMILY: 'Verdana','sans-serif'; mso-ansi-language: NO-BOK; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-bidi-font-family: 'Times New Roman'; mso-fareast-language: NO-BOK; mso-bidi-language: AR-SA"&gt;&lt;/P&gt;
&lt;DIV class=downloadInfo&gt;&lt;A class="" name=Description&gt;&lt;/A&gt;&lt;SPAN&gt;Team System Web Access (formerly known as TeamPlain) is a Web interface to Visual Studio 2005 Team Foundation Server.&lt;BR&gt;&lt;BR&gt;&lt;B&gt;Feature Overview&lt;/B&gt;&lt;BR&gt;&lt;/DIV&gt;
&lt;DIV class=downloadInfo&gt;
&lt;UL&gt;&lt;BR&gt;
&lt;LI&gt;Add new work items or edit existing ones&lt;BR&gt;
&lt;LI&gt;Work with any type of work item, including custom ones&lt;BR&gt;
&lt;LI&gt;Add new work item queries or edit existing ones&lt;BR&gt;
&lt;LI&gt;View, download, upload, check-in and check-out documents on SharePoint team portal&lt;BR&gt;
&lt;LI&gt;View reports, export as PDF or Excel&lt;BR&gt;
&lt;LI&gt;Browse source control repositories, download files, view changesets, diffs, histories, and annotated views&lt;BR&gt;
&lt;LI&gt;View build results, start or stop builds&lt;BR&gt;
&lt;LI&gt;Search for keywords in work items&lt;BR&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/DIV&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;
&lt;P&gt;&lt;SPAN style="FONT-SIZE: 12pt; COLOR: #333333; FONT-FAMILY: 'Verdana','sans-serif'; mso-ansi-language: NO-BOK; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-bidi-font-family: 'Times New Roman'; mso-fareast-language: NO-BOK; mso-bidi-language: AR-SA"&gt;The tool is available on: &lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE: 12pt; COLOR: #333333; FONT-FAMILY: 'Verdana','sans-serif'; mso-ansi-language: NO-BOK; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-bidi-font-family: 'Times New Roman'; mso-fareast-language: NO-BOK; mso-bidi-language: AR-SA"&gt;&lt;A href="http://www.microsoft.com/downloads/details.aspx?FamilyID=2105C9EE-565E-47B9-A5AC-9A8FF8A07862&amp;amp;displaylang=en"&gt;http://www.microsoft.com/downloads/details.aspx?FamilyID=2105C9EE-565E-47B9-A5AC-9A8FF8A07862&amp;amp;displaylang=en&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="FONT-SIZE: 12pt; COLOR: #333333; FONT-FAMILY: 'Verdana','sans-serif'; mso-ansi-language: NO-BOK; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-bidi-font-family: 'Times New Roman'; mso-fareast-language: NO-BOK; mso-bidi-language: AR-SA"&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=4183727" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/mcsnoiwb/archive/tags/developer/default.aspx">developer</category><category domain="http://blogs.msdn.com/mcsnoiwb/archive/tags/SharePoint+development/default.aspx">SharePoint development</category><category domain="http://blogs.msdn.com/mcsnoiwb/archive/tags/Web/default.aspx">Web</category><category domain="http://blogs.msdn.com/mcsnoiwb/archive/tags/TFS/default.aspx">TFS</category><category domain="http://blogs.msdn.com/mcsnoiwb/archive/tags/Visual+Studio/default.aspx">Visual Studio</category></item></channel></rss>