skip to main |
skip to sidebar
Posted by
sakshi
at
7:21 AM
.
Labels:
Automated Builds,
Interview Questions and Answers,
MS Build,
TFS
It is a customer blocking bug(a show stopper or ship stopper).
www.codecollege.NET
Read More »»
Posted by
sakshi
at
7:20 AM
.
Labels:
Automated Builds,
Interview Questions and Answers,
MS Build,
TFS
This says how your product reaches your customer (Ex: Hotfix, Release, etc).
www.codecollege.NET
Read More »»
Posted by
sakshi
at
7:19 AM
.
Labels:
Automated Builds,
Interview Questions and Answers,
MS Build,
TFS
It is an integration which happens from the child to the parent.
www.codecollege.NET
Read More »»
Posted by
sakshi
at
7:18 AM
.
Labels:
Automated Builds,
Interview Questions and Answers,
MS Build,
TFS
It is an integration which happens from the parent to the child.
www.codecollege.NET
Read More »»
Posted by
sakshi
at
7:13 AM
.
Labels:
Automated Builds,
Interview Questions and Answers,
MS Build,
TFS
It is a dedicated machine on which the build happens. It needs to have Build service installed in it.
www.codecollege.NET
Read More »»
Posted by
sakshi
at
7:10 AM
.
Labels:
Automated Builds,
Interview Questions and Answers,
MS Build,
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
Read More »»
Posted by
sakshi
at
7:07 AM
.
Labels:
.net,
codeanalysis,
FxCop,
TFS
You can suppress code violations in FxCop by providing using the attribute
System.Diagnostics.CodeAnalysis.SuppressMessage
www.codecollege.NET
Read More »»
Posted by
sakshi
at
7:05 AM
.
Labels:
.net,
codeanalysis,
FxCop,
TFS
System.Diagnostics.CodeAnalysis.
www.codecollege.NET
Read More »»
Posted by
sakshi
at
6:56 AM
.
Labels:
.net,
codeanalysis,
FxCop,
TFS
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
Read More »»
Posted by
sakshi
at
9:25 AM
.
Labels:
Automated Builds,
MS Build,
TFS
Shelving is a way through which you save your code to TFS without checking in. If you want you can unshelve it whenever you want. Generally it is used for reviewing purpose
www.codecollege.NET
Read More »»
Posted by
sakshi
at
8:36 AM
.
Labels:
.net,
asp.net,
Automated Builds,
Interview Questions and Answers,
MS Build,
TFS
1. XCOPY
2. Copy Website
3. Publish Website
4. ClickOnce
5. Setup Package
www.codecollege.NET
Read More »»
Posted by
sakshi
at
9:34 AM
.
Labels:
.net,
.NET 3.5,
Automated Builds,
Interview Questions and Answers,
TFS
It is a process of collecting, assembling, validating and auditing the artifacts that compirse your solution.
www.codecollege.NET
Read More »»
Posted by
sakshi
at
9:33 AM
.
Labels:
.net,
.NET 3.5,
Automated Builds,
Interview Questions and Answers,
TFS
Build Verification Test(BVT) is a type of automated test which is used to validate your team's work after build.
www.codecollege.NET
Read More »»
Posted by
sakshi
at
9:32 AM
.
Labels:
.net,
.NET 3.5,
Automated Builds,
Interview Questions and Answers,
TFS
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
Read More »»
Posted by
sakshi
at
9:30 AM
.
Labels:
.net,
.NET 3.5,
Automated Builds,
Interview Questions and Answers,
TFS
It is a policy using which you can decide how many build results Team Build can keep.
www.codecollege.NET
Read More »»
Posted by
sakshi
at
9:26 AM
.
Labels:
.net,
.NET 3.5,
Automated Builds,
Interview Questions and Answers,
TFS
1. Microsoft.TeamFoundation.Build.Client.dll
2. Microsoft.TeamFoundation.VersionControl.Client.dll
www.codecollege.NET
Read More »»
Posted by
sakshi
at
9:24 AM
.
Labels:
.net,
.NET 3.5,
Automated Builds,
Interview Questions and Answers,
TFS
It is used to track anything related to your team Project, like bugs and tasks.
www.codecollege.NET
Read More »»
Posted by
sakshi
at
9:23 AM
.
Labels:
.net,
.NET 3.5,
Automated Builds,
Interview Questions and Answers,
TFS
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
Read More »»
Posted by
sakshi
at
10:21 PM
.
Labels:
.net,
Automated Builds,
Interview Questions and Answers,
MS Build,
TFS
A Build machine is a computer which is dedicated for taking builds. It should have Build Service installed in it.
www.codecollege.NET
Read More »»
Posted by
sakshi
at
10:14 PM
.
Labels:
.net,
Automated Builds,
Interview Questions and Answers,
MS Build,
TFS
There are generally 3 build plans followed in the industry, they are:
1. Basic
2. Standard
3. Advanced
www.codecollege.NET
Read More »»
Posted by
sakshi
at
10:13 PM
.
Labels:
.net,
Automated Builds,
Interview Questions and Answers,
TFS
There are 3 phases in the build process, they are:
1. Pre-Build Activities
2. Build
3. Post-Build Activities
www.codecollege.NET
Read More »»
Posted by
sakshi
at
6:49 PM
.
Labels:
Automated Builds,
Interview Questions and Answers,
MS Build,
TFS
You can do that by providing the following config entry in the MS Build or TFS Build config file,
<GetBuildProperties TeamFoundationServerUrl="$(TeamFoundationServerUrl)"
BuildUri="$(BuildUri)"
Condition=" '$(IsDesktopBuild)' != 'true' ">
<Output TaskParameter="CompilationSuccess" PropertyName="LocalCompilationSuccess" />
</GetBuildProperties>
<Exec Condition="'$(LocalCompilationSuccess)'=='true'" Command="do_the_voodoo"/>
www.codecollege.NET
Read More »»
Posted by
sakshi
at
5:12 AM
.
Labels:
.net,
.NET 3.5,
Automated Builds,
Interview Questions and Answers,
MS Build,
TFS,
VSTS
1. Continuous Integration
2. Build Queuing
3. Scheduled Builds
4. Build Agent Management
5. Build Definition Editing GUI
6. Better Build Management
7. Managed object model
8. Improved extensibility
www.codecollege.NET
Read More »»
Posted by
sakshi
at
9:48 AM
.
Labels:
.net,
.NET 3.5,
Automated Builds,
Interview Questions and Answers,
MS Build,
TFS,
VSTS
Tasks are reusable units of executable code used by MSBuild projects to perform build operations. They are declared inside the Target element.
www.codecollege.NET
Read More »»
Posted by
sakshi
at
9:42 AM
.
Labels:
.net,
.NET 3.5,
Automated Builds,
Interview Questions and Answers,
MS Build,
TFS,
VSTS
They are key/value pairs which are used to configure the build. They are created by declaring a property element inside PropertyGroup element.
www.codecollege.NET
Read More »»
Posted by
sakshi
at
9:41 AM
.
Labels:
.net,
.NET 3.5,
Automated Builds,
Interview Questions and Answers,
MS Build,
TFS,
VSTS
Items represent inputs to the build system and they will be added as collections which are used as
parameters for tasks. They are available inside the ItemGroup element.
www.codecollege.NET
Read More »»
Posted by
sakshi
at
9:39 AM
.
Labels:
.net,
.NET 3.5,
Automated Builds,
Interview Questions and Answers,
MS Build,
TFS,
VSTS
It is used to develope a single application from many places around the world at the same time.
www.codecollege.NET
Read More »»
Posted by
sakshi
at
9:39 AM
.
Labels:
.net,
.NET 3.5,
Automated Builds,
Interview Questions and Answers,
MS Build,
TFS,
VSTS
It is a build tool for Visual Studio. It will build the software in environments where even visual studio is not installed.
www.codecollege.NET
Read More »»
Posted by
sakshi
at
9:37 AM
.
Labels:
.net,
.NET 3.5,
Automated Builds,
Interview Questions and Answers,
MS Build,
TFS,
VSTS
It is used on situations like maintenace or bug fixing , ie., you knew where the break occured.
www.codecollege.NET
Read More »»
Posted by
sakshi
at
9:36 AM
.
Labels:
.net,
.NET 3.5,
Automated Builds,
Interview Questions and Answers,
MS Build,
TFS,
VSTS
It is used on situations like hotfix where you need the stable lastest version.
www.codecollege.NET
Read More »»
Posted by
sakshi
at
9:35 AM
.
Labels:
.net,
.NET 3.5,
Automated Builds,
Interview Questions and Answers,
MS Build,
TFS,
VSTS
Workspaces are mapped from developer's machine to server , so this type will reflect local
files.
www.codecollege.NET
Read More »»
Posted by
sakshi
at
9:34 AM
.
Labels:
.net,
.NET 3.5,
Automated Builds,
Interview Questions and Answers,
MS Build,
TFS,
VSTS
It is not time-based, instead used on such situations where branching needs to be done based on
a collection of files grouped by a user.This type of branching is for the needs of an individual
user.
www.codecollege.NET
Read More »»
Posted by
sakshi
at
9:32 AM
.
Labels:
.net,
.NET 3.5,
Automated Builds,
Interview Questions and Answers,
MS Build,
TFS,
VSTS
There are 5 options available on creating a branch, they are :
1. Changeset
2. Date
3. Label
4. Latest Version
5. Workspace version
www.codecollege.NET
Read More »»