Expert
28 Entries
-
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… -
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… -
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… -
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… -
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… -
ASP.NET: Cache Extensibility
Avg Rating: 0
Learn how the next version of ASP.NET extends caching with an API that enables developers to plug-in custom cache implementations. Stefan Schackow Stefan works as a program manager on the ASP.NET team. He covers a number of areas in the ASP.NET core runtime, as well as having worked recently… -
ASP.NET Dynamic Data
Avg Rating: 0
The next version of ASP.NET MVC contains a new scaffolding feature based on Dynamic Data that provides a rich framework for creating data driven web sites. Learn how to quickly build a Dynamic Data web site using features like model level validation, field and entity templates, and…