1.) How many types of Documents are supported by WPF ?
There are two types of documents supported by WPF.
4.) What is CustomControl WPF ? There are two types of documents supported by WPF.
- Fixed Format Documents :- This document present content irrespective of the screen size.
- Flow Format Documents:- This document is basically used to alter the contents to on the screen.
2.) What are the freezable objects in WPF ?
A Freezable object is those objects which is unchangeable. The freezable objects are better and safer to shared between the threads.
3.) What is PRISM in WPF ?
PRISM is a framework that is used for creating complex application for wpf ,silverlight and windows Phones.
Custom Control is basically used to expand the functions of existing controls.It contains a default layout in theme and code file.
5.) Why does we use CustomControl in WPF ?
Custom control is the best way to make a control library.
6.) Which tool is used to sketech a mock of your in WPF applicatiion ?
SketchFlow tool
7.) What is namespace used in 3D apps in WPF ?
Using System.Windows.Media.Medi3D
8.) What is the new Graphics features of WPF ?
There are some new graphics of wpf.
- Entirely New Text Rendering stack
- Layout Rounding
- ClearTypeHint -Clear Type on IRIs
- Animation Easing Functions
- Pixel shader 3.0 support
- cached composition
- Visual Scrollable AreaClip
It is used to develop rapid application on window 7 Innovations such as
- Multi touch
- Task Bar
- Ribbon
- Common Dialogs
- File Explorer presence and customization and more
- Thumbnails toolbars
- Icon Overlays
- Progress bars
- Jump lists
There are some improvements in VisualStudioDesigner and Blend3 tool.
Visual Studio Designer :-
- RAD data binding
- Easier auto layout
- Markup extension Intellisence
- More property Easier
- Improvements to XAML authoring and work flow
- VSM
- Behaviors
- Transition animations
- Prototyping tool
1.) [MS-WPFXV]
- wpf's file format was published [MS-WPFXV] WPF XAML vocabulary.
2.) .NET 4 has XAML Parser
- It is faster.
- It has more extensibility during XAML DURING xaml Reader.Load and Xaml.save BAML file format has public APIs to Read/Write.
- It is suitability to use generics.
- It is better preferences by name.
- Canvas :- It is a specific placement.
- StackPanel :- It is a specific placement or vertical stacking.
- DockPanel :- It is control Docking (Explorer like)
- Grid :- It is a Guideline based UI.
- TextFlow :-It is a Document flow.
- Navigation :- It is web like forward/like.
NO
15.) How many types of Drawing objects are used in WPF ?
There are four types of Drawing objects.
- Geometry Drawing -> Draws a shape
- Image Drawing ->Draws an image
- GlyphRun Drawing->Draws Text
- Drawing Group-> Draws other drawings
0 comments:
Post a Comment