Women in Technology

Hear us Roar



Article:
  You Can Hack .NET Without Buying Visual Studio .NET
Subject:   other free stuff for dotnet
Date:   2002-02-12 12:08:42
From:   ianm74
You might also mention all the other free tools for C# and .Net development. Things like reflector for class browsing and lots of other goodies on gotdotnet


NUnit, NAnt and NDoc - the opensource tools for building and testing .Net code.

Full Threads Oldest First

Showing messages 1 through 1 of 1.

  • Brian Jepson photo other free stuff for dotnet
    2002-02-14 18:35:56  Brian Jepson | O'Reilly AuthorO'Reilly Blogger [View]

    Excellent point - here are the details:


    • Reflector - browse reflection metadata
    • Anakrino - decompilation fun
    • NAnt - a .NET build tool
    • NDoc - generate docs that look like .NET SDK Docs
    • NUnit - framework for repeatable tests


    Cheers,

    Brian