WPF ist eine der wichtigsten neuen Technologien in .NET Framework 3.0. In diesem Monat stellt John Papa die Datenbindungsfunktionen dieser Technologie vor.
John Papa
MSDN Magazine December 2007
...
Read more!
C# allows developers to embed XML comments into their source files-a useful facility, especially when more than one programmer is working on the same code. The C# parser can expand these XML tags to provide additional information and export them to an external document for further processing. This article shows how to use XML comments and explains the relevant tags. The author demonstrates how to set up your project to export your XML comments into convenient documentation for the benefit of other developers. He also shows how to use comments ...
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!
Wir zeigen Ihnen die Vorteile der Erstellung zusammengesetzter Anwendungen mithilfe der Composite Application Guidance for WPF von Microsoft patterns & practices.
Glenn Block
MSDN Magazine September 2008
...
Read more!
Jetzt können Sie effiziente, anspruchsvolle Textanalysen mithilfe von regulären Ausdrücken in SQL Server 2005 durchführen.
David Banister
MSDN Magazine February 2007
...
Read more!