Expert
28 Entries
- Recent
- Most Viewed
- Top Rated
-
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… -
Microsoft Sync Framework Advances
Avg Rating: 0
This session shows you how the next version of the Microsoft Sync Framework makes it easier to synchronize distributed copies of data across desktops, devices, services, or anywhere else they may be stored. Lev Novik -
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… -
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… -
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… -
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… -
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… -
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… -
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… -
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…