DZone: Your Personal Tech Universe .NET Zone
Published on .NET Zone (http://dotnet.dzone.com)
12 Essential Free Tools for .NET Developers
By boyan
Created 2008/02/19 - 3:30pm

Over my course of .NET development, I have compiled a list of essential free tools for .NET applications. This is not a the alpha or the omega of tools, just a short list that I feel is essential.

  1. SharpDevelop

    http://www.icsharpcode.net/OpenSource/SD/Download [1]
    An open source IDE for .NET. Check out the full feature tour [2].


  2. Visual Web Developer Express Edition

    http://www.microsoft.com/express/vwd [3]
    Stripped down version of Visual Studio that allows you to write .NET web applications.


  3. TortoiseSVN

    http://tortoisesvn.net/downloads [4]
    There is no better Subversion client for Windows. You need this if you are going to use VisualSVN with Visual Studio.


  4. NAnt

    http://nant.sourceforge.net [5]
    .NET based automation tool that has many built in tasks but could be extended with custom code written in any .NET language.


  5. Snippet Compiler

    http://www.sliver.com/dotnet/SnippetCompiler [6]
    Snippet compiler is a small tool to write and execute small chunks of .NET code without creating a Visual Studio project.


  6. .NET Reflector

    http://www.aisto.com/roeder/dotnet [7]
    Reflector is the class browser, explorer, analyzer and documentation viewer for .NET. Reflector allows to easily view, navigate, search, decompile and analyze .NET assemblies in C#, Visual Basic and IL.


  7. Microsoft SQL Server Management Studio Express

    http://www.microsoft.com/downloads/details.aspx?FamilyID=c243a5ae-4bd1-4e3d-94b8-5a0f62bf7796&displaylang=en [8]
    Tool for database administration and development from Microsoft


  8. Quest Comparison Suite for SQL Server

    http://www.quest.com/Comparison-Suite-for-SQL-Server [9]
    Compare and synchronize database schema and data


  9. XYPlorer

    http://www.xyplorer.com [10]
    Awesome file manager. The older version is completely free.


  10. Convert C# to VB.NET

    http://labs.developerfusion.co.uk/convert/csharp-to-vb.aspx [11]
  11. NAnt Add-In

    http://www.netlogics.ch/devcenter/display/NLC/NAntAddin [12]
    Visual Studio add-in for NAnt integration


  12. NUnit Add-In

    http://www.netlogics.ch/devcenter/display/NLC/NUnitAddin [13]
    Visual Studio add-in for NUnit integration

More Visual Studio add-ins can be found at 15+ Free Visual Studio Add-Ins [14] and 15+ FREE Visual Studio Add-ins - Part 2 [15]

Reference: 
12 Essential Free Tools for .NET Developers [16]

Source URL: http://dotnet.dzone.com/news/tools-net-developers

Links:
[1] http://www.icsharpcode.net/OpenSource/SD/Download
[2] http://community.sharpdevelop.net/blogs/mattward/articles/FeatureTour.aspx
[3] http://www.microsoft.com/express/vwd
[4] http://tortoisesvn.net/downloads
[5] http://nant.sourceforge.net
[6] http://www.sliver.com/dotnet/SnippetCompiler
[7] http://www.aisto.com/roeder/dotnet
[8] http://www.microsoft.com/downloads/details.aspx?FamilyID=c243a5ae-4bd1-4e3d-94b8-5a0f62bf7796&displaylang=en
[9] http://www.quest.com/Comparison-Suite-for-SQL-Server
[10] http://www.xyplorer.com
[11] http://labs.developerfusion.co.uk/convert/csharp-to-vb.aspx
[12] http://www.netlogics.ch/devcenter/display/NLC/NAntAddin
[13] http://www.netlogics.ch/devcenter/display/NLC/NUnitAddin
[14] http://www.carlj.ca/2007/09/25/15-free-visual-studio-add-ins
[15] http://www.carlj.ca/2007/11/28/15-free-visual-studio-add-ins-part-2
[16] http://blog.tech-cats.com/2008/02/12-essential-free-tools-for-net.html