Popular Articles
Neste artigo, descrevemos alguns dos desafios mais comuns da programação simultânea e apresentamos conselhos para enfrentá-los no seu software.
Joe Duffy
MSDN Magazine October 2008
...
Read more!
Este artigo apresenta uma visão geral da motivação por trás das novas técnicas que decompõem problemas em partes independentes para o melhor uso da programação paralela.
David Callahan
MSDN Magazine October 2008
...
Read more!
Este é um aplicativo Web controlado por dados ASP.NET AJAX que aproveita os melhores recursos de programação do lado cliente e do servidor para fornecer uma experiência eficiente e amigável.
Bertrand Le Roy
MSDN Magazine October 2008
...
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!
C# 2.0 introduces a wealth of exiting new features, such as generics, iterators, partial classes and anonymous methods. While generics are the most talked-about feature especially for former classic C++ developers, the rest of the new features are important additions to your .NET development arsenal, enhancing power and improving overall productivity. This article is dedicated to all the new C# 2.0 capabilities besides generics to give you a good overall picture of the upcoming features.
Juval Lowy
MSDN ...
Read more!
Our Blog
Windows Presentation Foundation (WPF) adds functionality to the Microsoft .NET Framework so that you actually can reliably keep bound controls synchronized with their data sources.
In the December 2008 issue of MSDN Magazine, Ken Getz demonstrates how to use the ObservableCollection class provided by WPF to keep bound controls in ...
Read more!
Choosing the best alternative is a common task in software development and testing. A group of beta users may need to choose the best user interface from a set of prototypes. Or imagine the members of an open source project voting for a policy.
In the November 2008 issue of MSDN Magazine, Dr. James McCaffrey describes five of the ...
Read more!
Whether Web services are supplied by third parties or custom services hosted on the same server as your Silverlight app, Silverlight can request data, consume the data, and pass data back and forth between the client application and Web services.
In the November 2008 issue of MSDN Magazine, John Papa explains how to call and use data ...
Read more!
Because Windows Workflow Foundation (WF) is based on a runtime that manages the execution of workflows and activities, testing must, in almost all cases, involve the use of the runtime – and this can introduce some interesting challenges.
In the November 2008 issue of MSDN Magazine, Matt Milner presents some techniques for unit testing ...
Read more!
We're currently in the process of stepping back and taking a critical look at our Web site to see how you all are using it - and how we can redesign parts of it (big or small) to make that experience better. We are continuously receiving your feedback on existing frustrations and we are working hard to remedy those (as a general fyi, most of the frustrations have to do with navigation). However, in order to get a sense of whether we need to look at some of the more fundamental ...
Read more!