1. Microsoft Solutions Framework for Agile Software Development version 4.0 (MSF Agile for short)
2.MSF for CMMI Process Improvement version 4.0 (MSF CMMI for short).
www.codecollege.NET
It is used to track anything related to your team Project, like bugs and tasks.
www.codecollege.NET
1. Microsoft.TeamFoundation.Build.Client.dll
2. Microsoft.TeamFoundation.VersionControl.Client.dll
www.codecollege.NET
It is a policy using which you can decide how many build results Team Build can keep.
www.codecollege.NET
No. Most of the data are stored in TFS databases.
Note: In VS 2005 all configuration data were stored in this file.
www.codecollege.NET
Build Verification Test(BVT) is a type of automated test which is used to validate your team's work after build.
www.codecollege.NET
It is a process of collecting, assembling, validating and auditing the artifacts that compirse your solution.
www.codecollege.NET
STM.NET is an experimental version of the .NET Framework which has been modified to enable software transactional memory. STM.NET simplifies multithreaded application programming by allowing you to delineate sections of your code as transacted, atomic, and isolated from other atomic regions.
www.codecollege.NET
Add the following line of code to the Post build event in the project properties,
call copy $(ProjectDir)$(OutDir) c:\test\
www.codecollege.NET
Add the following line of code to the Post build event in the project properties,
call copy E:\projectdir\bin\Debug c:\test\
www.codecollege.NET
Targets file.
It is located in ,
%WINDOWS%\Microsoft.NET\Framework\v2.0.50727\Microsoft.Common.targets
www.codecollege.NET