I\'ve been using reflector to decompile a couple simple c# apps but I notice that though code is being decompiled, I still can\'t see things as they were written on VS. I think
There are several. I currently use JustDecompile found here http://www.telerik.com/products/decompiler.aspx?utm_source=twitter&utm_medium=sm&utm_campaign=ad
[Edit]
An alternative is .NET Reflector found here: http://www.reflector.net/
I believe there is a free version of it, but didn't take time to look.