#5110
ILSpy is a free and open-source .NET assembly browser and decompression tool that is pretty popular in the C# development field, developed by ICSharpCode (i.e. the development team of SharpDevelop). It has the user interface, layout, and decompilation functions similar to Red Gate Software's .NET Reflector. Moreover, sometimes for some assemblies that can not be decompiled with .NET Reflector (because of encryption), it's still possible to do that using ILSpy. Simply speaking, it has only one purpose - to finally completely replace .NET Reflector and do better.

#3838
MonoDevelop (AKA: Xamarin Studio) is a free, open-source and cross-platform C# & other .NET languages IDE for rapid development of desktop & web applications on Windows, Linux or Mac OS X, and easily porting .NET applications onto Linux or Mac OS X platform from Windows.