Can Num3rs Lie?

In a series of posts Oren (Ayende) and Sasha have debated the need to design for performance. Both parties make…

Read more

Can Num3rs Lie?

In a series of posts Oren (Ayende) and Sasha have debated the need to design for performance. Both parties make…

Read more

Can I Mock Web Services?

With Typemock Isolator, sure you can! This came up in the forums. So here’s the explanation again, but with better…

Read more

The perils of Obfuscating your code

Suppose you have an enum type.

For some reason you want to use the name of the enum field…

Read more

Tracer Inside

A taste of things to come: The Tracer window running inside Visual Studio. (Click image to enlarge).

Read more

Argument Checking

One common use of a mocking framework is to check interaction between classes, Specifically checking correct arguments passing between calls….

Read more

Defaults

One of the more paining decisions we are faced during development of a product is deciding on default behaviors. Whether…

Read more