-
An exhausting day at PDC... Here are the sessions that I did: Keynote: Windows Azure Microsoft Visual Studio Team System: A Lap Around VSTS 2010 ASP.NET 4.0 Roadmap Team Foundation Server 2010: Cool New Features WF 4.0: A first look I really love the new features of VSTS and TFS; I can hardly...
-
Since Team Foundation Server (TFS) uses SQL Server Analysis Services (SSAS) as its repository for all kinds of info, people are interested to expose the data through Excel or SQL Server Reporting Services (SSRS). SSAS doesn't expose itself through the HTTP protocol by default, but this can be configured...
-
Since Holland is kicked out of Euro 2008 , I found myself some extra time to investigate Visual Studio Team System "Rosario" CTP 12 . It's been a couple of months ago Microsoft released this fantastic platform, but almost nobody blogged about it. Of course three of the most interesting...
-
Lately I've been asked to install Team System Web Access on the same machine containing WSS 3.0. Officious I configured their SharePoint using a fully qualified domain name (FQDN) . This gives them the ability to open the TFS sites from outside their environment and on Internet as well. Since MS...
-
The latest Project Server to TFS Connector was just released on CodePlex . This release of the PS2007 VSTS Connector is targeted to work with Team Foundation Server 2008 and resolves several bugs that were reported in the first two releases. They've done their best to ensure that this Connector is...
-
I search the net for a while for this problem: We using tfs build to perform a daily build. The following tasks are performed in the build: Run all tests Update assembly info The solution contains the following elements: Web services Client application three windows services So the solution contains...
-
Since almost everyone wanted to upgrade TFS V1 to use WSS 3.0, Microsoft added two guides to MSDN in which they explain how to update. In this guide I'll explain how to update your WSS 2.0 sites to use the newly delivered WSS 3.0 templates. This guide can also be used for people and companies who...
-
Christmas comes early this year. Microsoft is releasing cool tools by the day. One of these tools is the TFS to TFS Migration Tool. With this tool you're able to migrate your work items and source from one TFS server to another. Since a lot of my customers started with TFS as soon as it was available...
-
The guideline of Team Development with Visual Studio Team Foundation Server is available.
-
A must read for every pro that uses Team Foundation Server. 469 pages of guidance to use TFS! http://www.codeplex.com/TFSGuide Also check out the VSTS Guidance project if you are on the codeplex site: http://www.codeplex.com/VSTSGuidance
-
I had added a couple of team tests to get our daily build right. But now delete the team builds.... http://msdn2.microsoft.com/en-us/library/ms181719(VS.80).aspx
-
Creating a team build is not that of a problem. In VS2005 use the wizard and it is pretty straight forward. In my case we had some issues. Let me explain the context: to execute the build we use a dedicated build server. After the build we want the unit test to be executed and the code analysis performed...
-
In a project I'm working on we had this problem. Building the project of the web site was slow, and I mean real slow. After doing some google-ing we came across a post of ScottGu's . The solution we did, was deleting the refresh files of our library dll's and the performance issue is gone...
-
To perform code analysis it is pretty sure that you want to disable some rules. But how to share those over multiple projects in a solution. Or you want to make it a standard over solutions. Well this post helps. And I copy/past the post. :-) If your team has a minbar of Managed Code Analysis rules that...
-
As you can read in my previous post I received a request from Yogita Manghnani to share my experiences. This is the second post concerning options I struggle with in TFS. Almost all people where I introduce TFS come up with the same question "Can I relate my Work Items?" and I always have to...