header1.html

Friday 3 May 2013

WPF-XAML Quiz-3


WPF-XAML Quiz-3
1.Comments in XAML are marked with the ______ tag.
<!-- -->
<!-- --!>
<%-- --%>
None of above


2.XAML files can be created and edited with visual design tools such as Microsoft Expression Blend, ________, and the hostable Windows Workflow Foundation visual designer.
Microsoft SQL Server
ASP.NET
SQL Server Compact
Microsoft Visual Studio


3.The x:Class attribute references the code-behind for this XAML window.True or False?
True
False


4.The________attribute works for FrameworkElement and FrameworkContentElement used for consistency.
Class
Name
Key
Value


5.All XAML resources should have an________attribute in WPF.
x:Name
x:Class
x:Value
x:Key


6.x:Null specifies null as a value for a property and can be used either for attributes or property element values.True or False?
True
False


7.__________provides a value for a property by deferring that value to be a run-time reference to a resource.
StaticResource
DynamicResource
RelativeSource
Binding


8.___________provides a value for a property by substituting the value of an already defined resource.
StaticResource
DynamicResource
RelativeSource
Binding


9.____________provides source information for a Binding that can navigate several possible relationships in the run-time object tree.
StaticResource
DynamicResource
RelativeSource
Binding


10._________provides a data bound value for a property, using the data context that applies to the parent object at run time.
StaticResource
DynamicResource
RelativeSource
Binding

No comments:

Post a Comment