Click here to Skip to main content
15,919,749 members
Home / Discussions / C#
   

C#

 
QuestionHow i can protect my C# app Reflector (Red Gate) and other disassemblers ? Pin
Nematjon Rahmanov16-Feb-10 2:33
Nematjon Rahmanov16-Feb-10 2:33 
AnswerRe: How i can protect my C# app Reflector (Red Gate) and other disassemblers ? Pin
Keith Barrow16-Feb-10 2:38
professionalKeith Barrow16-Feb-10 2:38 
AnswerRe: How i can protect my C# app Reflector (Red Gate) and other disassemblers ? Pin
Abhinav S16-Feb-10 2:59
Abhinav S16-Feb-10 2:59 
QuestionRe: How i can protect my C# app Reflector (Red Gate) and other disassemblers ? Pin
Nematjon Rahmanov16-Feb-10 3:11
Nematjon Rahmanov16-Feb-10 3:11 
AnswerRe: How i can protect my C# app Reflector (Red Gate) and other disassemblers ? [modified] Pin
Hristo-Bojilov16-Feb-10 3:19
Hristo-Bojilov16-Feb-10 3:19 
AnswerRe: How i can protect my C# app Reflector (Red Gate) and other disassemblers ? Pin
danberlove16-Feb-10 4:50
danberlove16-Feb-10 4:50 
GeneralRe: How i can protect my C# app Reflector (Red Gate) and other disassemblers ? Pin
DaveyM6916-Feb-10 6:13
professionalDaveyM6916-Feb-10 6:13 
AnswerRe: How i can protect my C# app Reflector (Red Gate) and other disassemblers ? Pin
harold aptroot16-Feb-10 7:25
harold aptroot16-Feb-10 7:25 
See NTcore's Phoenix protector, it's pretty good and free
However, before you do that, you should realize that it is fundamentally impossible to completely hide your code (ok you can, but then your CPU does not know what to execute either so your program wouldn't be useful anyway)

So no matter what you do, people will be able to "borrow" (and/or edit) your code. But with obfuscation, the script kiddies and other noobs may give up. That's all. If you're worried about industrial espionage, your only choice is to never release your program.
QuestionAdding 2 Zeros after each byte in textbox Pin
xEvOx16-Feb-10 1:29
xEvOx16-Feb-10 1:29 
AnswerRe: Adding 2 Zeros after each byte in textbox Pin
Rob Philpott16-Feb-10 1:53
Rob Philpott16-Feb-10 1:53 
AnswerRe: Adding 2 Zeros after each byte in textbox Pin
Richard MacCutchan16-Feb-10 2:39
mveRichard MacCutchan16-Feb-10 2:39 
GeneralRe: Adding 2 Zeros after each byte in textbox Pin
Rajesh Anuhya16-Feb-10 2:51
professionalRajesh Anuhya16-Feb-10 2:51 
AnswerRe: Adding 2 Zeros after each byte in textbox Pin
Rajesh Anuhya16-Feb-10 2:50
professionalRajesh Anuhya16-Feb-10 2:50 
GeneralRe: Adding 2 Zeros after each byte in textbox Pin
harold aptroot16-Feb-10 8:34
harold aptroot16-Feb-10 8:34 
QuestionHow to read bounced mail custom header .net 1.1 (POP3 server) [modified] Pin
cshelva16-Feb-10 0:28
cshelva16-Feb-10 0:28 
QuestionHow to install .Net Framework with my C# application ? Pin
CoderForEver15-Feb-10 23:06
CoderForEver15-Feb-10 23:06 
AnswerRe: How to install .Net Framework with my C# application ? Pin
#realJSOP15-Feb-10 23:13
professional#realJSOP15-Feb-10 23:13 
QuestionRe: How to install .Net Framework with my C# application ? Pin
Wamuti16-Feb-10 0:52
Wamuti16-Feb-10 0:52 
AnswerRe: How to install .Net Framework with my C# application ? Pin
SeMartens16-Feb-10 0:56
SeMartens16-Feb-10 0:56 
AnswerRe: How to install .Net Framework with my C# application ? Pin
#realJSOP16-Feb-10 1:06
professional#realJSOP16-Feb-10 1:06 
GeneralRe: How to install .Net Framework with my C# application ? Pin
Mouldiwarp16-Feb-10 4:56
Mouldiwarp16-Feb-10 4:56 
QuestionDisplaying Data in a DataGrid while still reading from the database Pin
hoernchenmeister15-Feb-10 22:41
hoernchenmeister15-Feb-10 22:41 
AnswerRe: Displaying Data in a DataGrid while still reading from the database Pin
OriginalGriff15-Feb-10 23:02
mveOriginalGriff15-Feb-10 23:02 
GeneralRe: Displaying Data in a DataGrid while still reading from the database Pin
hoernchenmeister15-Feb-10 23:15
hoernchenmeister15-Feb-10 23:15 
GeneralRe: Displaying Data in a DataGrid while still reading from the database Pin
OriginalGriff15-Feb-10 23:19
mveOriginalGriff15-Feb-10 23:19 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.