- How does Asp.NET MVC translate ActionResult into Html? (Part 1)
- .NET/C# exception handling: writing important code inside
finally
block with an emptytry
block - Learn about default TaskScheduler and ThreadPool in .NET to avoid reducing performance of Task.Run drastically
- Learn more about how WPF Dispatcher works.(Part 2 - PushFrame)
- Learn more about how WPF Dispatcher works.(Invoke and InvokeAsync)
- Transfer of execution rights - Task.Yield, Dispatcher.Yield
- The usages and suggestions about Thead.Sleep(0),Task.Delay(0),Thread.Yield(),Task.Yield()
- How does WPF application get mouse position when the mouse is outside the window?
- Lesser known technologies in Xaml
- Write multiple ‘Main’ methods(.NET/C#), and switch to correct one.
- Find the window you wanted by using EnumWindows