During our end-of-iteration meeting today, we discussed a task I’m working on, say, for the 3rd or 4th iteration now….
Read moreFear, Courage and Tests
During our end-of-iteration meeting today, we discussed a task I’m working on, say, for the 3rd or 4th iteration now….
Read moreCan Num3rs Lie?
In a series of posts Oren (Ayende) and Sasha have debated the need to design for performance. Both parties make…
Read moreCan Num3rs Lie?
In a series of posts Oren (Ayende) and Sasha have debated the need to design for performance. Both parties make…
Read more3rd Typemock Basic Video – Mocking Database Access
We’ve just published our 3rd video on our site. It covers a topic we’ve been asked many times – "we…
Read more3rd Typemock Basic Video – Mocking Database Access
We’ve just published our 3rd video on our site. It covers a topic we’ve been asked many times – "we…
Read moreCan 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 moreA Great Quick-Start Guide for Isolator
Our friend Travis Illig just posted a primer on Typemock Isolator.Great and thorough read. Thanks Travis!
Read moreThe perils of Obfuscating your code
Suppose you have an enum type.
|
1 |
<span style="background: black none repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;color:white;" > </span><span style="background: black none repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;color:yellow;" >internal enum </span><span style="background: black none repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; color: rgb(43, 145, 175);">SomeEnum <br /> </span><span style="background: black none repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;color:white;" >{ <br /> SomeVeryDescriptiveName = 5<br /> } <br /></span> |
For some reason you want to use the name of the enum field…
Read moreTracer Inside
A taste of things to come: The Tracer window running inside Visual Studio. (Click image to enlarge).
Read more