Popular Articles
James Kovacs가 밀접하게 결합된 아키텍처의 단점을 살펴보고 그러한 아키텍처를 테스트하기가 왜 어려운지, 그리고 도입에 어떻게 걸림돌이 되는지 설명합니다. 그런 다음 몇 가지 해결 방안을 제시합니다.
By James Kovacs (March 2008)
InfoPath 양식 및 기타 Office 문서를 사용하여 대상 작업에 데이터를 전달하고 Office 문서에 사용되는 워크플로를 만드는 방법에 대해 알아봅니다.
By Rick Spiewak (June 2008)
이 기사에서는 표준 웹 서비스 인터페이스를 통해 기능을 제공하는 SQL Server Data Services를 소개합니다.
By David Robinson (July 2008)
여기에서는 Windows Presentation Foundation을 사용하여 프로그래밍 방식으로, 그리고 선언적으로 데이터를 바인딩하고 표시하는 기술을 소개합니다.
By Josh Smith (July 2008)
More ...
Read the Blog
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!
Unhandled exception processing shouldn't be a mystery. It's actually quite useful since it gives a crashing application an opportunity to perform last-minute diagnostic logging about what went wrong. In the September 2008 issue of MSDN Magazine, Gaurav Khanna discusses how ...
Read more!
More ...