www dotnetfunda com interviews cat 72 wpf

11
 pdfcrowd.com ope n in br owser PRO v ers ion Are you a developer? Try out the HTML to PDF API Online: 1694 Home Career Advi ces Ar ti cles Intervi ews Forums Videos Codes Tutorials Jobs Communi ty DNF M VP  |  ASP .N E T M VC | Onl ine Intervi ews | Tips & Tricks  | Top P erf ormers | Top Authors | Top Posts | Winners  | Subscribe | Android Development | Bookmarks | Catalogs Welcome Guest ! Register  Login Home > I nterview s > WPF More on WPF WPF FAQs | FAQs on WPF and Silverlight WPF Interview Questions and Answers (67) - Page 1 Latest and authentic Interview questions. You can also post an interview question and win monthly prizes as well as ga in community credit points. 67 records found. Sear ch  Search Interview s Get 111 SQL Serv er How to Tips & Tricks - click her e

Upload: veldharma

Post on 04-Nov-2015

4 views

Category:

Documents


0 download

DESCRIPTION

wpf intervire

TRANSCRIPT

  • pdfcrowd.comopen in browser PRO version Are you a developer? Try out the HTML to PDF API

    Online: 1694

    Home Career Advices Articles Interviews Forums Videos

    Codes Tutorials Jobs Community

    DNF MVP | ASP.NET MVC | Online Interviews | Tips & Tricks | Top Performers | Top Authors | Top Posts |Winners | Subscribe | Android Development | Bookmarks | Catalogs

    Welcome Guest ! Register Login

    Home > Interview s > WPF

    More on WPF WPF FAQs | FAQs on WPF and Silverlight

    WPF Interview Questions and Answers (67) - Page 1

    Latest and authentic Interview questions. You can also post an interview question and win monthly prizes as wellas gain community credit points.

    67 records found. Search Search Interviews

    Get 111 SQL Server How to Tips & Tricks - click here

  • pdfcrowd.comopen in browser PRO version Are you a developer? Try out the HTML to PDF API

    Post | Interview Experiences | Interview FAQs | Online Interviews | Exclusive Questions

    What is WPF?

    Windows Presentation Framework is the new presentation API in WinFX. WPF is a two and three dimensional graphics engine. It has the following capabilities:- v Has all equivalent common user controls like buttons, check boxes sliders etc. v Fixed and flow format documents v Has all of the capabilities of HTML and Flash v 2D and 3D vector graphics v Animation v Multimedia v Data binding

    What is XAML?

    XAML (pronounced as Zammel) is a declarative XML-based language by which you can define object and properties in XML. XAML document is loaded by a XAML parser. XAML parser instantiates objects and set there properties. XAML describes objects, properties and there relation in between them. Using XAML you can create any kind of objects that means graphical or non-graphical. WPF parses the XAML document and instantiates the objects and creates the relation as defined by XAML.

    What are attached properties?

    These are dependency properties that belong to one class but can be used in another. Consider the below code snippet:-

  • pdfcrowd.comopen in browser PRO version Are you a developer? Try out the HTML to PDF API

    4 7 9 Height and Width are regular properties of the Rectangle. But Canvas.Top and Canvas. Left is dependency property as it belongs the canvas class. Its used by the Rectangle to specify its position within Canvas.

    What is a Routed event?

    In a typical WPF application, it contains many elements. These elements exist in an element tree relationship witheach other. A routed event is a type of event that can invoke handlers on multiple listeners in an element tree,rather than just on the object that raised the event.

    What are the core WPF assemblies?

    The core WPF assemblies are,

    WindowsBase.dll:- It defines the core types constituting the infrastructure of WPF API.

    PresentationCore.dll:- Defines numerous types constituting foundation of WPF GUI layer.

    PresentationFoundation.dll:- It defines WPF control types, animation & multimedia support, data binding suportand other WPF services.

    Besides these three libraries WPF also uses an unmanaged binary called milcore.dll which acts as a bridgebetween WPF assemblies and DirectX runtime layer.

    What is the use of System.Windows.Media namespace?

    It is the root namespace to several other media related namespaces. It provides different types to work withanimations, 3D rendering, text rendering and other multimedia services.

    What is WPF?

  • pdfcrowd.comopen in browser PRO version Are you a developer? Try out the HTML to PDF API

    Microsoft has introduced WPF(Windows Presentation Foundation) API in .NET3.0 framework for the first time. WPFmerged all the unrelated APIs into a single unified object model. So if you want to use 3D graphics or multimediafor your application you do not use to need use different APIs. WPF provides all the functionalities you need todevelop richer GUI applications.

    Using WPF we can develop GUI for both windows application and web application.

    How to define a button USING XAML?

    To define a button in WPD using XAML use the following syntax,

    btnCaption

    Example:-

    Click Me

    Here the element specifies the use of the Button class.

    What is the use of "System.Windows.Markup" namespace in WPF?

    The System.Windows.Markup namespace provides some helper classes for XAML code.

    Which namespace provide classes for integration with WPF and Win32?

    The "System.Windows.Interop" namespace provides classes for integration of WPF with Win32.

  • pdfcrowd.comopen in browser PRO version Are you a developer? Try out the HTML to PDF API

    Which class of the WPF is the base class of all the user-interactive elements?

    NOTE: This is objective type question, Please click question title for correct answer.

    Which class is the base class of all the visual elements of WPF?

    NOTE: This is objective type question, Please click question title for correct answer.

    Control class of WPF is derived from which class?

    NOTE: This is objective type question, Please click question title for correct answer.

    The core classes for User Interface is located in which namespace?

    NOTE: This is objective type question, Please click question title for correct answer.

    Which namespace provide classes to work with images, sound, video, etc?

    The System.Windows.Media namespace provide classes to work with images, sound, video, etc in WPF.

    What is the use of System.Windows.Navigation namespace in WPF?

    System.Windows.Navigation namespace contains different classes for navigation between windows.

    What is 'One-way-to-Source ' binding property?

    In One-way-to-Source binding when the target property changes, the source object gets updated.

    Which namespace is used to work with 3D in WPF.

  • pdfcrowd.comopen in browser PRO version Are you a developer? Try out the HTML to PDF API

    More WPF Exclusive Interview Questions & Answers here

    Found this useful, bookmark this page to the blog or social networking websites.

    Interview Questions and Answers Categories

    The System.Windows.Media.Medi3D namespace is used to work with 3D.

    Which of these is not a class defined by System.Windows.Shapes namespace?

    NOTE: This is objective type question, Please click question title for correct answer.

    Consider this XAML snippet What is the Backcolor of the Button

    NOTE: This is objective type question, Please click question title for correct answer.

    2 3 41

  • pdfcrowd.comopen in browser PRO version Are you a developer? Try out the HTML to PDF API

    .NET Certifications .NET Framework

    ADO.NET Android

    Aptitute Test ASP.NET

    ASP.NET AJAX ASP.NET MVC

    ASP.NET Web API Azure

    Best Practices BizTalk Server

    Bootstrap C#

    Cloud CMS

    CSS 3 Design Pattern & Practices

    DotNetFunda.Com Error and Solution

    F# Function Points (FPA)

    HR HTML 5

    IIS Interview Questions

    JavaScript jQuery

    Kinect LightSwitch

    LINQ Management

    Mobile Development Mule

    Networking News and Community

    Node.js NoSql

    OOPS Oracle

    Others PostgreSQL

    PowerShell Product Reviews

  • pdfcrowd.comopen in browser PRO version Are you a developer? Try out the HTML to PDF API

    Project Management QA (Testing)

    Regular Expressions SEO

    SharePoint Silverlight

    Sql Server TypeScript

    UML VB.NET

    Visual Studio WCF

    Web Analytics Web Services, Remoting

    Windows 8 Windows Forms

    Windows Metro Windows Phone

    WPF WWF

    XML

    Bookmark It

    ASP.NET Real time How to's tutorials

    Winners

    Winners & Prizes

  • pdfcrowd.comopen in browser PRO version Are you a developer? Try out the HTML to PDF API

    Social

    +915 Recommend this

    Like us on Facebook

    DotNetFunda

    15,881 people like DotNetFunda.

    Facebook social plugin

    Like

    Top Interviews Authors

    Sat, 04-Jul-2015 Authors

    All Time Authors

    56720 22080 18040Latest members | More ...

    (Statistics delayed by 5 minutes)

  • pdfcrowd.comopen in browser PRO version Are you a developer? Try out the HTML to PDF API

    Advertisements

  • pdfcrowd.comopen in browser PRO version Are you a developer? Try out the HTML to PDF API

    General Notice: If you find plagiarised (copied) content on this page, please let us know original source along with yourcorrect email id (to communicate) for action.

    Copyright DotNetFunda.Com. All Rights Reserved. Copying or mimicking the site design and layout is prohibited. Logos, companynames used here if any are only for reference purposes and they may be respective owner's right or trademarks. | 7/4/2015 3:54:16

    PM | Online: 1694

    About Us

    Contact Us

    The Team

    Testimonials

    Advertise

    Software Development

    Write for us

    Privacy Policy

    Terms of Use

    Search Members

    Network WebsitesITFunda.com

    fundooVideo.com

    FarmingFunda.com

    Go Top