![]() |
Tags | Domains | Searches | Statistics | Options | Advanced Search |
ISerializable - Roy Osherove's Blog - Aug 2, 2008
My Tools site is down so here is a temporary (and minimal) page with download links to the tools. I need to work on it to add descriptions and more, but if you know what you want to get, this should be enough for now …
Also tagged: general software development
ISerializable - Roy Osherove's Blog - Aug 2, 2008
This is a pretty interesting approach to a deadlock detector: It uses sos (son of strike debugger) and automates it under the covers and parses its output to discover runtime deadlocks on processes. At the comments …
ISerializable - Roy Osherove's Blog - Jul 25, 2008
When I first heard of Audible.com (in one of the TWiT shows) I was very excited that I could get lots of stuff to hear on my mp3 player. Then I started using it. And was terribly annoyed. I couldn't use the downloads …
ISerializable - Roy Osherove's Blog - Jul 8, 2008
Sasha and Alon have released an open source project called "Non Paged CLR Host" which has the following benefits(quoted): Applications will benefit from no paging during normal operation. Even if other applications …
Also tagged: net
ISerializable - Roy Osherove's Blog - Jul 8, 2008
Here's a sneak preview of the upcoming Typemock Racer product, which I'm currently working on. We should be out in private CTP in a couple of weeks I hope. Typemock Racer tries to solve one huge problem for developers …
Also tagged: agile, unit testing, general software development, art of unit testing, agile related
ISerializable - Roy Osherove's Blog - Jul 6, 2008
When I first heard of Audible.com (in one of the TWiT shows) I was very excited that I could get lots of stuff to hear on my mp3 player. Then I started using it. And was terribly annoyed. I couldn't use the downloads …
ISerializable - Roy Osherove's Blog - Jul 5, 2008
In the previous post I introduced Depender, to help find dependency issues in your code (usually for testing). I've added extensibility to it so that you can write your own rules. If you download depender there will …
Also tagged: agile
ISerializable - Roy Osherove's Blog - Jul 5, 2008
Depender is a tool that I created to illustrate several concepts both for my book and both for my training classes. I think it should prove valuable (as it gets more and more features) to anyone who is trying to write …
Also tagged: agile, unit testing, art of unit testing, typemock