Expert
28 Entries
- This Week
- This Month
- All Time
-
Language(s)
-
Deep Dive: Dynamic Languages in Microsoft .NET
Avg Rating: 0
The CLR has great support for dynamic languages like IronPython. Learn how the new Dynamic Language Runtime (DLR) adds a shared dynamic type system, a standard hosting model, and support for generating fast dynamic code. Hear how these features enable languages that use the DLR to share code with… -
Windows 7: Introducing Direct2D and DirectWrite
Avg Rating: 0
Direct2D and DirectWrite are latest additions to the DirectX family of APIs. Learn how you can enhance your application experience with resolution independent, high-performance vector graphics using Direct2D. Use ClearType and OpenType font technologies to layout beautiful text with advanced… -
Under the Hood: Inside the Windows Azure Hosting Environment
Avg Rating: 0
Learn about the internal service management system and virtualization technologies responsible for monitoring, configuring, and lifecycle management of the cloud computing environment. Hear about the mechanisms used to deliver self-healing, dynamic scaling, and auto-deploying cloud computing data… -
Research: Concurrency Analysis Platform and Tools for Finding Concurrency Bugs
Avg Rating: 0
Learn about the Concurrency Analysis Platform (CAP) from Microsoft Research and how it enables various concurrency bug-finding tools. See a demo of CHESS, a tool built on CAP for finding and reproducing Heisenbugs. Also hear about future tools from Microsoft Research, including a lightweight… -
Windows 7: Unlocking the GPU with Direct3D
Avg Rating: 0
Learn how to use the latest version of Direct3D to unlock the rendering and computing power of the GPU and to target the wide variety of hardware used by your customers. Learn techniques for integrating this high-performance 3D graphics pipeline within your Win32 applications. Allison… -
Inside the Olympics: An Architecture and Development Review
Avg Rating: 0
Hear about the end-to-end architecture that was developed for the 2008 Olympic Games online video broadcast experience. Learn about the capture/encoding process from Beijing, back haul to USA, massively cached CDN delivery, adaptive streaming, and Microsoft Silverlight UI development. Learn how to… -
Windows 7: Extending Battery Life with Energy Efficient Applications
Avg Rating: 0
A single application can accidentally halve battery life for the average laptop. This session demonstrates best practices for designing energy efficient applications and shows utilities for diagnosing common application battery life problems. Learn about how Windows 7 makes it easier for… -
Deep Dive: What's New with user32 and comctl32 in Win32
Avg Rating: 0
Hear about the lowest level user interface components (user32, comctl32) that appear in almost every Windows application. Learn about "recent" changes and enhancements in these subsystems, plus be subjected to some philosophical musings on how foreground activation is like love. (No… -
Windows 7: Designing Efficient Background Processes
Avg Rating: 0
Inefficient background activity has a dramatic impact on system performance, power consumption, responsiveness, and memory footprint. This session demonstrates best practices for background process design and dives deep on the capabilities of the Service Control Manager (SCM) and Task Scheduler.… -
Improving .NET Application Performance and Scalability
Avg Rating: 0
Performance must be considered in each step of the development lifecycle. See how to integrate performance in design, development, testing, tuning, and production. Work with tools and technologies like: static analysis, managed memory profiling, data population, load testing, and performance…