Speeple News Search

Search: |

Tags | Domains | Searches | Statistics | Options | Advanced Search

microsoft.co.il » Tags » Cool Tools

Related tags: agile, agile related, art of unit testing, general software development, net, net 2 0, threading, typemock, unit testing

  1. Tools site is down – here is a temporary replacement page

    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

  2. Deadlock detectors

    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

    Also tagged: net, net 2 0, threading

  3. Introducing Audibler: Download your audible audio books DRM free (and into Zune as well)

    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

  4. Non Paged CLR Host

    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

  5. A sneak Preview of Typemock Racer : Thread Deadlock Finder

    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

  6. Introducing Audibler: Download your audible audio books DRM free

    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

  7. Extending Depender with your own custom dependency rules

    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

  8. Introducing Depender - Testability Problem Finder

    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