Popular Articles
Кенни Керр восхваляет новый пакет компонентов Visual C++ 2008, привносящий современные удобства в Visual C++.
By Kenny Kerr (May 2008)
Узнайте, как маршрутизированные события и команды в Windows Presentation Foundation формируют основу для связи между частями интерфейса пользователя.
By Брайан Нойс (Brian Noyes) (Сентябрь 2008)
Рассматривается способ оснащения бизнес-приложений возможностью одноранговой связи посредством предоставления им возможности использовать общие состояния в бессерверной одноранговой сети.
By Кевин Хофман (Kevin Hoffman) (Июль 2008)
Мы представляем читателям преимущества создания составных приложений с помощью руководства по составным приложениям для WPF, созданного группой шаблонов и рекомендаций Майкрософт.
By Гленн Блок (Glenn Block) (Сентябрь 2008)
More ...
Read the Blog
Correctly engineered concurrent code must live by an extra set of rules. Reads and writes from memory and access to shared resources need to be regulated so that conflicts do not arise. Additionally, threads often need to coordinate to get the job done. In the October 2008 issue of MSDN Magazine, Joe ...
Read more!
Well designed code keeps things that have to change together as close together in the code as possible and allows unrelated things in the code to change independently, while minimizing duplication in the code. In the October 2008 issue of MSDN Magazine, Jeremy Miller shows you some design ...
Read more!
The process for ink capture and analysis on the Tablet PC is straightforward in managed code. To the uninitiated developer, however, creating unmanaged Tablet PC applications can be rather daunting. In the October 2008 issue of MSDN Magazine, Gus Class a quick introduction to the Tablet PC ...
Read more!
Multicore systems are becoming increasingly prevalent, but the majority of software today will not automatically take advantage of this additional processing ability. And multithreaded programming, for anything but the most trivial of systems, is incredibly difficult and error prone today. In the October 2008 issue of MSDN ...
Read more!
Concurrent programming is notoriously difficult, even for experts. You have all of the correctness and security challenges of sequential programs plus all of the difficulties of parallelism and concurrent access to shared resources. In the October 2008 issue of MSDN Magazine, David Callahan describes ...
Read more!
A major advantage of AJAX and Silverlight applications is that they can transparently and continuously interact with a back-end service. The problem is that they run over HTTP, which wasn't designed with security in mind. In the September 2008 issue of MSDN Magazine, Dino Esposito shows you ...
Read more!
More ...