Windows Presentation Foundation Data Binding
This week i have a .NET 3.5 WPF course by the good people of U2U. One of the most interesting new things is Data Binding. A short introduction: Microsoft Windows Presentation Foundation (WPF; formerly Avalon) introduces a profound new way to develop user interfaces for rich clients. For the first time, WPF separates design of the user interface from the code. This separation means that, much like ASP.NET, your markup is typically in one... Read more