WPF Interview Questions for Beginners & Advanced – Part 4

61. How can you obtain the SynchronizationContext class? You can use the static property SynchronizationContext.Current property from the UI thread. 62. How many methods are available in SynchronizationContext class? There are two methods: 63. What is the difference between Send and Post methods in SynchronizationContext class? Post method is asynchronous method …

WPF Interview Questions for Beginners & Advanced – Part 4 Read More