The MVP pattern helps you separate your logic and keep your UI layer free of clutter. This month learn how.
Jean-Paul Boodhoo
MSDN Magazine August 2006
...
Read more!
When incorporating the ASP.NET DataGrid control into your Web apps, common operations such as paging, sorting, editing, and deleting data require more effort than you might like to expend. But all that is about to change. The GridView control--the successor to the DataGrid-- extends the DataGrid's functionality it in a number of ways. First, it fully supports data source components and can automatically handle data operations, such as paging, sorting, and editing, as long as its bound data source object supports these capabilities. In addition, ...
Read more!
この記事では、Windows Presentation Foundation でのプログラムおよび宣言によるデータ バインドと表示の手法を説明します。
Josh Smith
MSDN Magazine July 2008
...
Read more!
Microsoft patterns & practices の Composite Application Guidance for WPF で複合アプリケーションを作成する利点を紹介します。
Glenn Block
MSDN Magazine September 2008
...
Read more!