Getting the source code of a program in C#

There is a program, presumably in C#. How do I view its source code?

 6
Author: Nicolas Chabanovsky, 2011-01-16

4 answers

Disassembler .NET assemblies: Reflector.

 7
Author: Modus, 2011-01-20 11:09:06
  • Reflector
  • dotPeek
  • Dis#
  • Salamander .NET Decompiler
 4
Author: kandi, 2013-08-08 09:36:02

After a long time, but suddenly someone else will come in handy:

Both are free, open-source.

 0
Author: Anton Komyshan, 2017-02-08 15:30:23

You can look at the intermediate code.(With the condition of the chot, it was not encrypted). I.e., the technology itself is what: 1. The code is written in c# 2. It is converted to a daily one, which then, in turn, already goes to 10001001001110010, etc. ))) It is quite possible to view the intermediate code without encryption:) But I will not suggest how to do this. I just got caught on this shit a long time ago. As an employee, it was extremely unpleasant for me....

 -6
Author: Асисяськин, 2011-02-05 03:46:31