-
Notifications
You must be signed in to change notification settings - Fork 0
IDE and tools (.NET)
Nikolay Nenov edited this page Mar 30, 2022
·
9 revisions
- Microsoft Visual Studio Professional or Enterprise
- Visual Studio Code
- NDepend
- 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.
- 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.