Which two actions should you perform?
You are developing a Silverlight 4 application. The application contains a form that has a Grid control and several input fields. The data context is bound to an object that implements validation. You need to display a summary of validation errors. Which two actions should you perform?
(Each correct answer presents part of the solution. Choose two.)
What is the minimum permission required in order to access the Project Server Reporting Database for the Cube
What is the minimum permission required in order to access the Project Server Reporting Database for the Cube Generation Service for the SQL Server Analysis Services account?
Choose and reorder the steps to create a Project Server service application.
Which XAML fragment should you use?
You are developing a Silverlight 4 application. The application contains a TextBox control data bound to a class that implements only the INotifyPropertyChanged interface. When an invalid value is entered in the TextBox control, the class will throw a ValidationException in the Set block of its Name property. You need to display the validation error when an invalid value is entered in the TextBox control. Which XAML fragment should you use?
whenever there is a new status update, error message, or other reporting information. How will you configure t
You work as a Project Manager for Company Inc. Your current project is based on WSS and Microsoft Project Server. You are using a Web application that the end user would like to monitor. The Web application can be configured to send the user a message to his email address whenever there is a new status update, error message, or other reporting information. How will you configure the email settings for an application?
Which XAML fragment should you use?
You are developing a Silverlight 4 application. The application contains an OrderItem class that has a public interface property named Quantity and a public Decimal property named UnitPrice. The application also contains an ExtendedPriceConverter class that calculates the total price for the OrderItem. The application requires a UnitPrice in the value of the converter and a Quantity as the parameter. You create an XAML page that contains a TextBlock control. The converter is defined in the page that contains the following XAML fragment. (Line numbers are included for reference only.)
01 <UserControl.Resources>
02 <converters: ExtendedPriceConverter x:Key=”epc”></converters: ExtendedPriceConverter>
03 </UserControl.Resources>
You need to ensure that the TextBlock control uses ExtendedPriceConverter to display the extended price when bound to an OrderItem. Which XAML fragment should you use?
Which of the following Microsoft Project Server databases stores the configuration information for the WSS far
Which of the following Microsoft Project Server databases stores the configuration information for the WSS farm?
Which two tasks should you perform?
You are developing a Silverlight 4 application. The application contains a Product class that has a publicBooleanpropertynamed IsAvailable. The application also contains a BoolToVisibilityConverter class. You create an XAML page that contains a Button control. The page is data bound to an instance of the Product class. You need to ensure that the Button control is visible only if the IsAvailable property is true. Which two tasks should you perform?
(Each correct answer presents part of the solution. Choose two.)
Which of the following features of Project Server 2010 should be used by the project team?
You work as a Project Manager of the HHQ Project for your company. You are using the timesheets feature of Microsoft Project Server and Project Web Access so that team members can record the hours spent on their project work. This information is compiled and is used for project billing to the customer. You have another project which is a fixed fee contract and you would not need to keep track of hours spent on each task in the project. You want the team members to report their percentage completion of assignments for project scheduling. Which of the following features of Project Server 2010 should be used by the project team?
Which XAML fragment should you use?
You are developing a Silverlight 4 application. The application contains a Slider control named Temperature. You need to display the Value property of Temperature in a
TextBlock control. Which XAML fragment should you use?