Answer Posted / Rahul Singh Kasera
{"WPF (Windows Presentation Foundation) is a UI framework developed by Microsoft for creating desktop applications. The architecture of WPF consists of several key components:n1. XAML: Extensible Application Markup Language, used to declaratively build the UI.n2. CLR (Common Language Runtime): Provides services like garbage collection and security checks.n3. BCL (Base Class Library): Contains core classes for creating WPF applications.n4. PresentationCore, PresentationFramework, and WindowsBase assemblies: They provide a common framework for UI, data binding, and application logic.n5. DependencyProperty: Provides change notification mechanism in XAML.n6. DataBinding: Enables two-way communication between the UI and underlying data sources.n7. Visual Tree: A collection of visual objects that make up the UI hierarchy.n8. Logical Tree: Represents the relationship between controls in terms of parent-child relationships.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category