Tools

Title
Filter
Description
Filter
#developThe Open Source Development Environment for .NET
.NET Framework SP1The .NET Framework Service Pack 1
.NET Framework v1.1This version adds new features and improves upon the current 1.0 release.
Antechinus C# Editor from C PointColor syntax editor for writing C# programs.
ANTLRANTLR, ANother Tool for Language Recognition, (formerly PCCTS) is a language tool that provides a framework for constructing recognizers, compilers, and translators from grammatical descriptions containing Java, C#, C++, or Python actions.
CLR ProfilerThe CLR Profiler allows developers to see the allocation profile of their manage applications.
EMACS C# Edit ModeWrite C# code with EMACS written by Brad Merrill
Improve C# Plugin for EclipseMakes it easier to develop C# applications with Eclipse.
Microsoft .NET Framework SDKVersion 1.0
MonoDevelop C# applications on Linux -- open source sponsored by Ximian.
NUnitby Philip Craig. NUnit is a framework, based on the JUnit family, for building application unit tests. It assists with test-driven design, a technique of Extreme Programming.
Prof-It for C#Prof-It is an easy-to-use standalone profiler for C# that measures execution frequencies for each statement while keeping the instrumentation of the source code to a minimum.
QuickSharpQuickSharp 2008 is a simplified C# development environment for Microsoft .NET 2.0. Its free/open source and allows C# applications to be created instantly without having to create projects and solutions. Ideal for the beginner just wanting to try out some code.
Snippet CompilerTool for working with snippets
TextPadGetting Started With C#. Editor with C# Syntax Highlighting.
The Compiler Generator Coco/RCoco/R is a compiler generator, which takes an attributed grammar of a source language and generates a scanner and a parser for this language. The scanner works as a deterministic finite automaton. The parser uses recursive descent. LL(1) conflicts can be resolved by a multi-symbol lookahead or by semantic checks. Thus the class of accepted grammars is LL(k) for an arbitrary k. Includes Coco/R for C#.
Visual SlickEditCode Editor with C# Syntax Highlighting.