Windows Vista contains a much improved telemetry system that collects fault data and sends detailed reports to Microsoft that are used in fixing problems that cause apps to hang/crash (of course, this data only reaches us if you choose to send it...).
What have we learned so far? What does…
I caught up with the great Rico Mariani, Visual Studio's Chief Software Architect, after his keynote at a VS partner conference held on the Microsoft campus.
He tells us all about the improvements in
Visual Studio 2010 Beta 2. Rico and team have taken the performance and reliability of…
PerfTrack is the feedback and monitoring system inside of Windows 7 that performs measurements on, well, all things related to the overall performance of the OS, especially as it relates to system responsiveness to user actions. So, when you click on something
(an icon, a folder…
Gabriel Aul is a 16 year Microsoft veteran who has always had his hand in the chaotic world of system performance and reliability, from technical product support and testing to being a leader on the Windows performance team. In fact, he was part of the
team that developed the original Watson…
IE team General Manager Dean Hachamovitch and IE Test Manager Jason Upton sit down with me to discuss the significance of today's
IE 8 RC1 release. What did the IE team learn from the Beta 2 release? What changes did they make in response to customer feedback? Will the IE team still…
If you write code on Windows or like to know what goes on under the hood in Windows, then you've no doubt heard of
Mark Russinovich. He's an OS kernel expert and a co-founder of
Winternals; a company that produced must-have operating system and development utilities for Windows (Winternals is…
The Windows 7 project involved very efficient software engineering planning and execution. It is no surprise that an equivalent level of efficiency exists throughout the OS (efficiency in how the OS deals with faults, threads, memory management,
power management, process…
Ever wonder about the physiology of a dying process? How, exactly, does an OS, like Windows Vista for example, know when a process is dying or hung or just out of its mind? What does Vista do, exactly, when it encounters a troubled process?
Well, Kinshuman, a Windows core os dev lead, Cornel…
RADAR is a memory leak detection technology built into Windows 7 and integrated with Watson (error reporting) and AutoBug (automatic bug filing). It allows Microsoft product teams and third parties to discover and fix memory leaks early in the product
cycle and after release. Since RADAR runs…
Windows Development Manager Melur Raghuraman and team have taken troubleshooting and diagnostics to a
whole new level in Windows 7. For one thing, Windows 7 uses managed code "natively" as PowerShell has become the de facto language used for creating diagnostic algorithms that live inside…