Logo
  Friday, September 10, 2010
Sign-In  |  Sign-Up  |  Contact Us  | Bookmark |  RSS Feed

TFS Integration with Windows SharePoint Services  
Windows SharePoint Services is an integral part of Team Foundation Server. As a result, there is very tight integration between two of them. This integration provides TFS with several important tools used by development team. The most important is called Project Portal. This portal allows for better communication within team members who can use portal to store project documents, process templates, reports and other project related artifacts.

In addition to Project Portal, WSS provides with webs publishing tools which help share documents among team members. Windows SharePoint Services reporting is another useful tool widely utilized within TFS.

WSS is very flexible in many ways and this flexibility it very useful when integrating TFS with WSS. For instance, flexibility to create and manage our own lists of documents allows us set up process templates for various project types such as Agile or CMMI.

User account synchronization is another integration aspect that we may consider. We can synchronize Team Foundation users with Windows SharePoint Services users. This integration has to be continues since user information can be updated daily.

Integration between TFS and WSS happens on the Application Tier hardware that runs our Team Foundation Server.

Here is a screen shot of Windows SharePoint Server based Project Portal which looks like any ordinary WSS site.

WSS site
WSS site

Print TFS Integration with Windows SharePoint Services Bookmark TFS Integration with Windows SharePoint Services

Related Articles  
Team Foundation Server and SQL reports
TFS allows to access pre-build reports which are part of Microsoft SQL Server Reporting Services. These are several ...
Team Foundation Server Default Groups
TFS default installation creates several default groups that we can use to control access permissions for all TFS ...
Team Foundation Build with a Custom Task and TFSBuild.proj
TFS allows modifying its build process with custom tasks. You can write your own task and incorporate it into the ...
Customizing Work Item Types in Team Foundation Server
TFS provides with several command line utilities which deals with Work Item Types. These tools are used to make changes ...
Microsoft.Build.Utilities Assembly and Task class in TFS
Q16 We can extend MSBuild with the creation of our own custom designed tasks. Tasks help us with the custom coding that ...
Restoring file delete from TFS Project
There may be times when you remove file by mistake and need to restore a most up to date copy of this file into the TFS ...
More