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!
Saiba como eventos e comandos roteados no Windows Presentation Foundation formam a base da comunicação entre as partes de sua interface do usuário.
Brian Noyes
MSDN Magazine Setembro 2008
...
Read more!
Chris Tavares explica como o padrão Model View Controller da ASP.NET MVC Framework lhe ajuda a criar aplicativos Web flexíveis e facilmente testados.
Chris Tavares
MSDN Magazine March 2008
...
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!