Stories recently tagged with 'TeamSystem' Subscribe to this feed

Implementing a CCTray Transport Extension for Team Foundation Server (blog.virtual-olympus.com)

submitted by thejetthejet(5) 4 days, 16 hours ago

Provides a walkthrough for integrating CCTray 1.5 with Team Foundation Server using the new Transport Extension feature of CCTray 1.5. read more...

add a comment | category: | Views: 0

tags: another

Visual Studio Test Professional 2010: Test Case WorkItem Type (www.dotnetcurry.com)

submitted by mopenmopen(1375) 8 days, 3 hours ago

In this article, we will study the Visual Studio 2010 test case workitem type in detail. read more...

add a comment | category: | Views: 5

tags: another

Introduction to Visual Studio Test Professional 2010 (www.dotnetcurry.com)

published 14 days, 6 hours ago, submitted by samsertsamsert(2149) 20 days, 7 hours ago

In this article we will take an overview of the many features available for Visual Studio Test Professional 2010. read more...

add a comment | category: | Views: 328

tags: another

Web access to Team Foundation Server. (rredcat.blogspot.com)

submitted by RredCatRredCat(264) 1 month, 17 days ago

I have been starting to work with Team Foundation Server as source control and bag tracking system for 2 month. In this time we migrated from one TFS to another. So sometime we needed access to both these servers (one as bug track, another as source control). I said to my manager about web access tool for TFS he heard it already that this tool is very cool but expensive. It isn't truth. read more...

add a comment | category: | Views: 2

tags: another

Deploy database project in team build 2010 (www.codewrecks.com)

submitted by alkampferalkampfer(1375) 2 months, 6 days ago

This post will explain how you can deploy a database project to a target sql server during a team foundation build. read more...

add a comment | category: | Views: 17

tags: another

Custom Action to extend tfs2010 build (www.codewrecks.com)

submitted by alkampferalkampfer(1375) 3 months, 3 days ago

This is a simple post that shows how to customize tfs2010 builds with a custom action. read more...

add a comment | category: | Views: 6

tags: another

TFS 2010 Beta2 - First issues and solved (www.devh.de)

submitted by philipp.rphilipp.r(15) 3 months, 18 days ago

Little issues on importing projects and how important the SQL hostname seems to be... read more...

add a comment | category: | Views: 5

tags: another

Team Foundation Server 2010 Beta 2 - Import (www.devh.de)

submitted by philipp.rphilipp.r(15) 4 months, 6 days ago

A short description on the new import feature of the upcoming TFS 2010 read more...

add a comment | category: | Views: 16

tags: another

Microsoft Team Foundation Server 2010 Beta 2 Install Error - You must (runtingsproper.blogspot.com)

submitted by rtpHarryrtpHarry(180) 4 months, 7 days ago

Have you have got an error when trying to install Microsoft Team Foundation Server 2010 Beta 2 which says "You must install Service Pack 2 or later to complete installation"? read more...

add a comment | category: | Views: 1

tags: another

TFS 2010 for SourceSafe Users (blogs.msdn.com)

published 4 months ago, submitted by jbarnesjbarnes(3459) 4 months, 7 days ago

Still stuck in the 90’s when it comes to source code control? wondering what’s coming in the next version of Visual Studio 2010 and Team Foundation Server? TFS 2010 represents a huge step forward in making TFS more approachable by smaller teams. With software development technology continuing to advance and SourceSafe slowly looking older, TFS 2010 is a great opportunity for SourceSafe users to look at updating their toolset. read more...

add a comment | category: | Views: 121

tags: another

Problem Creating New Team Project (www.kodefuguru.com)

submitted by KodefuGuruKodefuGuru(975) 4 months, 15 days ago

A month or so back, a need arose to upgrade Windows SharePoint Services on our Team Foundation Server box to v3 from v2. I do not recall the exact circumstances, but I remember the error in TFS made absolutely no sense and I guessed the upgrade would fix it. I was right… until the other day when someone tried to create a new Team Project. read more...

add a comment | category: | Views: 1

tags: another

Microsoft Team Foundation Server: Moving from Visual Source Safe (blog.kjeldby.dk)

submitted by DexterDexter(30) 4 months, 16 days ago

This post describe how to structure code in Team Foundation Server in a reasonable way. read more...

add a comment | category: | Views: 16

tags: another

Automate deployment of database with tfs build (www.nablasoft.com)

submitted by alkampferalkampfer(1375) 5 months, 4 days ago

This little article shows how to configure tfs build to deploy a database project into a target database located in different server to automatically update test database with latest changes read more...

add a comment | category: | Views: 39

tags: another

DNK Blog is Up (blog.dotnetkicks.com)

submitted by kcherupakcherupa(270) 5 months, 4 days ago

tftgt read more...

add a comment | category: | Views: 8

tags: another

Configuring Team build using XUnit [From Client] (weblogs.asp.net)

submitted by mehfuzhmehfuzh(1865) 6 months, 13 days ago

Recently, while i was setting up TFS build [to enable CI] for a project at Telerik that i am currently working on, i came across configuring it up with XUnit for doing automated tests every time someone checks-in source code after the build process is complete using the Xunit MsBuild task and additionally it will print the build steps so that developer knows what’s the issue. read more...

add a comment | category: | Views: 8

tags: another

Take control of assembly numbering during a tfs build (www.nablasoft.com)

submitted by alkampferalkampfer(1375) 6 months, 17 days ago

This post shows how to build some msbuild custom tasks that helps you to control assembly numbering during a tfs build. With these you are able to autogenerate an incremental number to use as buld number, and automatically set the revision equal to the changeset number used for the build. read more...

add a comment | category: | Views: 16

tags: another