Do I need to use reflection to write a quine program for C#? I read elsewhere - quine that opening the source file from disk is "cheating" So I guess using .net reflector and/or opening the source file using System.IO is a hack.
Are there other ways other than using Reflection that I should be considering.