FeedBack Form

Your Name :
Your Email :
Your Location :
Your Message :
   
FeedBack

WPF INTERVIEW QUESTION & ANSWERS

36. What are the four channels of a WPF Color object?
 
    There are four channels of a WPF color objects are :
  • Alpha
  • Red
  • Green
  • Blue
Your Name Your Email-ID
Your Answer
 
37. What are the types of bitmap effects?
 
    The built-in bitmap effects are :
  • DropShadowBitmapEffect
  • OuterGlowBitmapEffect
  • BlurBitmapEffect
  • EmbossBitmapEffect
  • BevelBitmapEffect
Your Name Your Email-ID
Your Answer
 
38. What are the two types of transforms present on FrameworkElement?
  The two transforms that are present on FrameworkElement are RenderTransform and LayoutTransform.
Your Name Your Email-ID
Your Answer
 
39. What is Windows Workflow Foundation?
  WWF is a programming model for building workflow-enabled applications on windows. System.Workflow namespace has all the necessary modules to develop any type of workflow.
Your Name Your Email-ID
Your Answer
 
40. What is a Workflow?
  A Workflow is a set of activities, which is stored as model and they depict a process.Workflow is run by the Workflow runtime engine.
Your Name Your Email-ID
Your Answer