.NetWinFormsWPF Async / Await and SynchronicationContext (C# .Net) UmarJun 2, 2014 Following innocuous looking async / await code will cause deadlock. To understand why, lets go into what await does in the... Read More
.NetWinFormsWPF Creating and Consuming Async methods (C# .Net) UmarMay 30, 2014 The code we want to run asynchronously could either be CPU-bound or IO-bound. CPU-bound code keeps the CPU busy, requiring... Read More
.NetDesigningWPF Reached “Design – All Star” in design .toolbox UmarApr 9, 20111 Comment on Reached “Design – All Star” in design .toolbox .toolbox is a really fun environment to learn basic design concepts as well as the fundamentals of creating Silverlight... Read More
.NetWPF Microsoft Visual Studio LightSwitch UmarDec 2, 2010Jun 27, 2019 Visual Studio LightSwitch is a new tool from Microsoft for developing business applications. Currently available development technologies from Microsoft (like... Read More
.NetWPF Save and Load RichTextBox content in WPF UmarNov 29, 20104 Comments on Save and Load RichTextBox content in WPF The content of RichTextBox can be saved to a file (or any other stream) using TextRange class. It supports following... Read More