Showing posts with label TFS. Show all posts
Showing posts with label TFS. Show all posts

What is the expansion of VBL?

Monday, October 5, 2009


Virtual Build Labs



www.codecollege.NET

What are the special features of Test Edition of TFS?


Load and Manual Testing.



www.codecollege.NET

What are the special features of Development Edition of TFS?


Code Analysis, Code Metrics, Profiling.



www.codecollege.NET

What are the special features of Database Edition of TFS?


Database Deployment, DB Testing.



www.codecollege.NET

What are the special features of Architecture Edition of TFS?


It has features which focus on Modeling.



www.codecollege.NET

What is done in the Pre-Build Activity?


Generally we do the Build related settings here, For ex: setting the configuration of the build like "Debug|Any CPU".



www.codecollege.NET

What are the 3 types of branches being followed in TFS generally?


1. Main
2. Development
3. Production



www.codecollege.NET

What are the 2 popular types of Merging?


1. Based
2. Baseless



www.codecollege.NET

What are the various Branching Scenarios generally followed ?


1. Release Isolation
2. Feature Isolation
3. Team Isolation
4. Integration Isolation



www.codecollege.NET

What does Service Pack mean in TFS ?

Monday, September 28, 2009


It is a collection of Hotfixes and features.


www.codecollege.NET

What does Hotfix mean in TFS ?


It is a customer blocking bug(a show stopper or ship stopper).


www.codecollege.NET

What does Release Vehicle mean in TFS ?


This says how your product reaches your customer (Ex: Hotfix, Release, etc).


www.codecollege.NET

What does Reverse Integration mean in TFS ?


It is an integration which happens from the child to the parent.


www.codecollege.NET

What does Forward Integration mean in TFS ?


It is an integration which happens from the parent to the child.


www.codecollege.NET

What is an Build Agent in TFS?


It is a dedicated machine on which the build happens. It needs to have Build service installed in it.


www.codecollege.NET

What are different TFS Editions ?


1. Architecture
2. Database
3. Development
4. Test


www.codecollege.NET

How will you specify the Build Order for projects in TFS?


Right-click in the project , Select “Project Build Order”. There you can specify the order in which your projects need to be built.


www.codecollege.NET

How to suppress code violations in FxCop?


You can suppress code violations in FxCop by providing using the attribute
System.Diagnostics.CodeAnalysis.SuppressMessage


www.codecollege.NET

What is the namespace used to interact with the code analysis tools in .NET?


System.Diagnostics.CodeAnalysis.


www.codecollege.NET

What is the use of CompilerGenerateAttribute in FxCop?


If this attribute is given to your code then FxCop will not raise warnings. Generally it is used to give for
compiler generated code.


www.codecollege.NET
Blog Widget by LinkWithin