Skip to content

IDE and tools (.NET)

Nikolay Nenov edited this page Mar 30, 2022 · 9 revisions

IDE

Visual Studio Marketplace

  • ReSharper makes Visual Studio a much better IDE (Code analysis, Refactorings, Navigation and search, Code generation)
  • ResXManager the most popular tool to manage localization of all kind of applications with resx-based resources.
  • VSColorOutput - Extension to colorize your build and debug output.
  • PlantUML is a component that allows to quickly write UML and non-UML diagrams.

Assembly browser and decompiler

  • ILSpy is the open-source .NET assembly browser and decompiler.
  • dnSpy is a debugger and .NET assembly editor. You can use it to edit and debug assemblies even if you don't have any source code available.
  • dotPeek is the free decompiler by Jetbrains. It runs as standalone and is also naturally integrated within Resharper and thus, within Visual Studio.
  • JustDecompile is published by Telerik and is a free, powerful and polished .NET Decompiler tool made by a leading tools & components corporation.
Clone this wiki locally