Are comments compiled in to C# Silverlight Applications

Posted by LarryDev on Stack Overflow See other posts from Stack Overflow or by LarryDev
Published on 2010-04-29T15:15:46Z Indexed on 2010/04/29 15:17 UTC
Read the original article Hit count: 250

Filed under:
|
|

Is it safe to store information such as usernames and passwords within comments in your source code? I am not worried about some getting access to my source but I am concerned in regards to someone decompiling my compiled silverlight XAP file. Is anybody 100% sure if the compiler strips off commented code. I would assume it does but I want to be sure.

Thanks!

© Stack Overflow or respective owner

Related posts about Silverlight

Related posts about c#