Click here to Skip to main content
16,010,650 members
Home / Discussions / C#
   

C#

 
AnswerRe: search quickly Pin
OriginalGriff16-May-16 19:27
mveOriginalGriff16-May-16 19:27 
QuestionHow to create http client server application in C#? Pin
Jaimesh.241115-May-16 21:23
Jaimesh.241115-May-16 21:23 
AnswerRe: How to create http client server application in C#? Pin
Richard MacCutchan15-May-16 22:31
mveRichard MacCutchan15-May-16 22:31 
QuestionHow can i protect c# .net Code to be decompile? Pin
Member 1243103913-May-16 6:39
Member 1243103913-May-16 6:39 
AnswerRe: How can i protect c# .net Code to be decompile? Pin
Eddy Vluggen13-May-16 7:12
professionalEddy Vluggen13-May-16 7:12 
GeneralRe: How can i protect c# .net Code to be decompile? Pin
Nathan Minier14-May-16 3:02
professionalNathan Minier14-May-16 3:02 
GeneralRe: How can i protect c# .net Code to be decompile? Pin
Eddy Vluggen14-May-16 5:12
professionalEddy Vluggen14-May-16 5:12 
AnswerRe: How can i protect c# .net Code to be decompile? Pin
BillWoodruff13-May-16 8:52
professionalBillWoodruff13-May-16 8:52 
You can try various obfuscation tools that make your code much less readable; some of the expensive ones (and, I mean very expensive) claim to make it extremely hard to reverse-engineer code. But, all .NET apps are to a large extent accessible.

To really get security you need to use extra measures, which may include hardware dongles, or installation software that binds your app to machine specific identification and limits its use.

I suggest you start exploring some of these sites: [^].
«There is a spectrum, from "clearly desirable behaviour," to "possibly dodgy behavior that still makes some sense," to "clearly undesirable behavior." We try to make the latter into warnings or, better, errors. But stuff that is in the middle category you don’t want to restrict unless there is a clear way to work around it.» Eric Lippert, May 14, 2008

GeneralRe: How can i protect c# .net Code to be decompile? Pin
Sascha Lefèvre13-May-16 10:13
professionalSascha Lefèvre13-May-16 10:13 
GeneralRe: How can i protect c# .net Code to be decompile? Pin
BillWoodruff13-May-16 22:26
professionalBillWoodruff13-May-16 22:26 
GeneralRe: How can i protect c# .net Code to be decompile? Pin
PrateekM13-May-16 23:15
PrateekM13-May-16 23:15 
GeneralRe: How can i protect c# .net Code to be decompile? Pin
Sascha Lefèvre14-May-16 1:01
professionalSascha Lefèvre14-May-16 1:01 
AnswerRe: How can i protect c# .net Code to be decompile? Pin
Sascha Lefèvre13-May-16 10:42
professionalSascha Lefèvre13-May-16 10:42 
AnswerRe: How can i protect c# .net Code to be decompile? Pin
Patrice T14-May-16 3:15
mvePatrice T14-May-16 3:15 
AnswerRe: How can i protect c# .net Code to be decompile? Pin
Gerry Schmitz14-May-16 5:45
mveGerry Schmitz14-May-16 5:45 
GeneralRe: How can i protect c# .net Code to be decompile? Pin
F-ES Sitecore16-May-16 0:08
professionalF-ES Sitecore16-May-16 0:08 
GeneralRe: How can i protect c# .net Code to be decompile? Pin
Gerry Schmitz16-May-16 3:15
mveGerry Schmitz16-May-16 3:15 
AnswerRe: How can i protect c# .net Code to be decompile? Pin
George Jonsson16-May-16 20:16
professionalGeorge Jonsson16-May-16 20:16 
QuestionCan not send message after login Pin
aheda13-May-16 3:35
aheda13-May-16 3:35 
AnswerRe: Can not send message after login Pin
Gerry Schmitz13-May-16 4:01
mveGerry Schmitz13-May-16 4:01 
AnswerRe: Can not send message after login Pin
Eddy Vluggen13-May-16 4:35
professionalEddy Vluggen13-May-16 4:35 
QuestionHow can i move Mouse accuracy use GDI+? Pin
Member 1243103912-May-16 21:37
Member 1243103912-May-16 21:37 
AnswerRe: How can i move Mouse accuracy use GDI+? Pin
OriginalGriff12-May-16 22:24
mveOriginalGriff12-May-16 22:24 
GeneralRe: How can i move Mouse accuracy use GDI+? Pin
Member 1243103912-May-16 23:09
Member 1243103912-May-16 23:09 
GeneralRe: How can i move Mouse accuracy use GDI+? Pin
OriginalGriff13-May-16 1:30
mveOriginalGriff13-May-16 1:30 

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.