.NET Decompiler with support for PDB generation, ReadyToRun, Metadata
ILSpy is the open-source .NET assembly browser and decompiler. VisualStudio 2022 ships with decompilation support for F12 enabled by default (using our engine v7.1). In VisualStudio 2019, you have to manually enable F12 support. Go to Tools / Options / Text Editor / C# / Advanced and check Enable navigation to decompiled source. C# for VisualStudio Code ships with decompilation support as well.
RemoteIDE is a VisualStudio Plugin for C/C++. It is designed to make cross-platform development easy. Its features include project management, application wizards, an integrated interactive debugger
Parse and harvest existing source code
Create RAS compliant assets
Sub-Second Code Searching (Class inherits QUERY, Implements QUERY, etc...)
Reverse engineer source code to UML (Class Diagram and Sequence Diagrams)
And much much more
Zonnon Builder is a simple open source IDE for Zonnon Programming Language. It is a free open source environment for those Zonnon users who do not have MicrosoftVisualStudio.
Peet is a back-end .NET compiler for the SXM software transactional memory (STM) package (available from Microsoft Research). It makes concurrent programming with an STM library easier and more efficient.
The idea of this project is to create an online assemblies's repository and a VisualStudio Addin to communicate with this repository. Those assemblies can be add by references on any .NET project easily with the addin.