Sign In
The High Altitude Developer
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
About
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
No tags have been created or used yet.
Archive
Archives
March 2010
(1)
August 2008
(2)
July 2008
(1)
March 2008
(1)
November 2007
(1)
September 2007
(2)
August 2007
(1)
MSDN Blogs
>
The High Altitude Developer
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
The High Altitude Developer
How to implement __try __except in ML64 (MASM)
Posted
over 2 years ago
by
Geoff Darst - MSFT
0
Comments
I'm currently working on a project that is requiring me to write a bunch of x64 assembly code. One of the requirements that surfaced is that I needed to be able to trap exceptions in a specific block of code in the same way that __try / __except works...
The High Altitude Developer
Beware of Auto-Reset Events (They Don't Behave the Way You Think They Do)
Posted
over 4 years ago
by
Geoff Darst - MSFT
2
Comments
So I just spent several days debugging an intermittent crash in some test code. Part of the reason it took so long was because whoever wrote this code introduced a dependency on a legacy test component that was apparently so old that sources and symbols...
The High Altitude Developer
Why Stepping Through Code Trumps Unit Testing
Posted
over 4 years ago
by
Geoff Darst - MSFT
3
Comments
Over the past few years, there has been a big buzz about how writing unit tests (preferably via Test Driven Development) combined with code coverage is the silver bullet for keeping bugs out of the product. While the benefits of unit testing are undeniable...
The High Altitude Developer
Wither White-Box Testing?
Posted
over 4 years ago
by
Geoff Darst - MSFT
4
Comments
I was recently reading JW's blog post on Prevention vs. Cure: http://blogs.msdn.com/james_whittaker/archive/2008/07/24/prevention-v-cure-part-1.aspx and it set me off a bit. The blog post talks about "developer testing" which got me thinking about one...
The High Altitude Developer
The Three Laws of Software Development
Posted
over 4 years ago
by
Geoff Darst - MSFT
3
Comments
If you haven't read The Pragmatic Programmer , by Andrew Hunt and David Thomas, I'd highly recommend it. It puts a fresh coat of paint on many of the concepts discussed in Steve Maguire's classic Writing Solid Code and Steve McConnell's CodeComplete ...
The High Altitude Developer
Using a Custom Proxy For Interception
Posted
over 5 years ago
by
Geoff Darst - MSFT
3
Comments
I've been working on a system that required intercepting the method calls in an object model; basically I was trying to use Aspect Oriented Programming to weave in some logging and verification code. My first attempt was to simply add an object sink to...
The High Altitude Developer
Why UI Automation Is Not All That And A Bag Of Chips
Posted
over 5 years ago
by
Geoff Darst - MSFT
0
Comments
I spent some time today looking at an issue on a Korean system where a test was searching for a specific item in a combo box. The test would iteratively select each item in the combo box, examine it and continue looping until it found the right entry...
The High Altitude Developer
The Designer Process That Would Not Terminate (Part 2)
Posted
over 5 years ago
by
Geoff Darst - MSFT
2
Comments
In my previous post ( http://blogs.msdn.com/geoffda/archive/2007/08/31/the-designer-process-that-would-not-terminate.aspx ) I talked about an issue where RCWs (Runtime Callable Wrappers) awaiting garbage collection were holding references to a COM object...
The High Altitude Developer
The Designer Process that Would Not Terminate
Posted
over 5 years ago
by
Geoff Darst - MSFT
3
Comments
I recently was asked to take a look at some VSTO test automation that wasn't behaving correctly on lab machines. The test was fairly simple; it created a VSTO Excel project, dirtied the document, closed the designer window without saving, and then reopened...
Page 1 of 1 (9 items)