A Better Way to Implement Data Binding in .NET

Fri, 01 Jul 2016 10:00:00 GMT

Data binding can be a powerful approach for developing UIs in the Microsoft .NET Framework: It makes it easier to separate view logic from business logic, and easier to test the resulting code. However, despite the various toolkits that aim to help, implementing data binding is typically painful and tedious. Mark Sowul shows you a better way.

Read article

Async from the Start

Sun, 01 Nov 2015 10:00:00 GMT

Recent versions of .NET make it easier than ever to write responsive, high-performance applications via the async and await keywords. Learn how, as Mark Sowul takes the default UI startup code for Windows Forms and WPF and transforms it into an object-oriented design with support for async and await.

Read article