Expert
28 Entries
- This Week
- This Month
- All Time
-
Language(s)
-
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: 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… -
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: 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… -
Under the Hood: Advances in the .NET Type System
Avg Rating: 0
Enhancements to the type system in the next version of .NET Framework allow for loose type-coupling of components comprising your application. This talk is an in-depth examination of the changes in the Common Language Runtime and managed languages. See how these changes help to simplify versioning… -
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… -
Windows Azure: Modeling Data for Efficient Access at Scale
Avg Rating: 1
(1)Learn how to use the highly scalable, available and durable table storage service. This session presents a deep dive with demos into the programming APIs and data models for structured storage. Pablo Castro Pablo is a Software Architect in the SQL Server group at Microsoft. He has worked in… -
Concurrency Runtime Deep Dive: How to Harvest Multicore Computing Resources
Avg Rating: 0
Learn how the Concurrency Runtime provides an efficient and scalable infrastructure for multiple concurrent programming models by bringing together cooperative work scheduling and resource management into one component. This deep dive presentation gives you an idea of what it means to target the… -
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.… -
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…