Popular Articles
서버를 사용하지 않는 피어 네트워크에서 상태를 공유할 수 있도록 지원함으로써 비즈니스 응용 프로그램에 피어 기능을 구현하는 방법을 보여 줍니다.
By Kevin Hoffman (July 2008)
Speech Server 2007을 사용하면 Microsoft .NET Framework와 Visual Studio 도구 통합을 통해 정교한 음성 응답 응용 프로그램을 만들 수 있습니다.그 방법을 알아보겠습니다.
By Michael Dunn (April 2008)
이 기사에서는 InkPresenter를 사용하여 사용자가 미리 정의된 이미지 컬렉션에 주석을 추가하고, 필기 인식을 수행하고, 주석과 인식된 텍스트를 서버 쪽 데이터베이스에 저장할 수 있도록 하는 Silverlight 2.0 응용 프로그램을 구축합니다.
By Julia Lerman (8월 2008)
Entity Framework 제작자가 이 기술에 대한 질문에 답하고 이 기술이 개발된 이유와 개발 방법에 대해 설명합니다.
By Elisa Flasko (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 ...