The code college
Thursday, September 24, 2009
What is the expansion of TDD?
Test-Driven-Development .
www.codecollege.NET
What is the syntax which extracts the value of an item as a single string(ie scalar)?
%()
www.codecollege.NET
What is the syntax which extracts the value of an item as a list(ie vector)?
@()
www.codecollege.NET
What is the syntax which extracts the value of a property?
$()
www.codecollege.NET
What character is used in MS Build to represent the Escape sequence?
%
www.codecollege.NET
Name some of the popular Metadatas of an Item in MS Build or TFS Build?
RelativeDir ,RootDir ,Filename ,etc.
www.codecollege.NET
What is a property in MS Build or TFS Build?
It is a key/value pair.
www.codecollege.NET
What are the 2 popular ways to pass data to tasks and targets in MS Build or TFS Build?
1. Properties
2. Items
www.codecollege.NET
What is the main advantage of Clickonce deployment?
They are self-updating.
www.codecollege.NET
What are the deployment methods available for Asp.net?
1. XCOPY
2. Copy Website
3. Publish Website
4. ClickOnce
5. Setup Package
www.codecollege.NET
What will the deployment retail="true" do when set in a asp.net web.config file?
It forces the 'debug' attribute in the web.config to false, disables page output tracing, and forces the custom error page to be shown to remote users rather than the actual exception.
www.codecollege.NET
‹
›
Home
View web version