When you develop UI in WPF you need to bind your UI elements with the source objects.Specifically you bind the properties in the source object to the properties in the target object.For example you may be binding the text property of a textbox with a property called name in the source object called Employee. For data binding […]
WPF
WPF interview questions and answers
Question 1.What is WPF? Question 2.What are resources in WPF? Question 3.What are static and dynamic resources? Question 4.What are value converters? Question 5.What is MVVM? Question 6.What is Command in WPF? Question 7.What is Data binding? Question 8.What are style triggers? Question 9.What is PRISM? Question 10.What are Layout panels? Question 11.What are Attached […]