.Net 3.0 Interview Questions

.Net 3.0 Interview Questions and Answers

Here is a collection of .Net 3.0 Interview Questions and Answers. I hope you find the list useful. Also, if you see any question un-answered feel free to answer it for the benefit of everyone. You can also Ask A Question using the link in the Menu above. Keep learning, keep sharing, keep posting.

.Net 3.0 Interview Questions

What is the Windows Presentation Foundation?

Interview Questions on .Net 3.0

What is Windows Communication Foundation?

What is Windows Presentation Foundation?

What is Windows Workflow Foundation?

What is Windows CardSpace?

XAML Interview Questions

  1. Are there advantages to building workflows using
    only XAML?
  2. Are there disadvantages in building workflows using
    XAML?
  3. Is XAML only used for quick UI
    prototyping?

.Net 3.0 Interview Questions Part 3

1. Are there advantages to building workflows using only XAML? Are there disadvantages?
2. What are the pros and cons of using an ExternalDataExchange service versus going directly to the WorkflowQueuingService?
3. When are attached dependency properties useful in WF programming?
4. What behavior does the default scheduling service provide?
5. How can my code participate in a database transaction with a workflow instance?
6. Why would I use a tracking service?
7. Describe a scenario where the WF runtime will cancel an executing activity.

WPF Interview Questions

Windows Presentation Foundation Interview Questions:

Q: How do I host a Windows Forms control in a WPF application?

A: First make sure to add references to System.Windows.Forms and System.Windows.Forms.Integration. Then you need to decide if you will use code, XAML or a combination of both to work with the Windows Forms controls. If you are strictly using code, you would write code similar to the following: