Click here to Skip to main content
15,891,607 members
Home / Discussions / C#
   

C#

 
GeneralRe: C#4.0 How Connect Crystal Report Pin
Ken H1234-Sep-11 20:47
Ken H1234-Sep-11 20:47 
AnswerRe: C#4.0 How Connect Crystal Report Pin
palanidothis4-Sep-11 6:50
palanidothis4-Sep-11 6:50 
GeneralRe: C#4.0 How Connect Crystal Report Pin
Ken H1234-Sep-11 20:45
Ken H1234-Sep-11 20:45 
GeneralRe: C#4.0 How Connect Crystal Report Pin
Ken H1234-Sep-11 20:48
Ken H1234-Sep-11 20:48 
QuestionLock DLL in C# Pin
jojoba20112-Sep-11 20:53
jojoba20112-Sep-11 20:53 
AnswerRe: Lock DLL in C# Pin
Abhinav S2-Sep-11 21:25
Abhinav S2-Sep-11 21:25 
AnswerRe: Lock DLL in C# Pin
harold aptroot3-Sep-11 1:32
harold aptroot3-Sep-11 1:32 
AnswerRe: Lock DLL in C# PinPopular
jschell3-Sep-11 10:43
jschell3-Sep-11 10:43 
jojoba2011 wrote:
How can i lock (or encode) my dll file in C# so that cant be decode by reflector or ect.


1. Write you code.
2. Compile it to create the dll.
3. Write a server that handles TCP requests by giving them to your dll (step 2.)
4. Write a proxy that sends requests via TCP to your server (step 3.)
5. Set your server up in a secure hosting environment with the correct security policies in place.
6. Distribute the proxy and only the proxy to other people.
GeneralRe: Lock DLL in C# Pin
Eddy Vluggen3-Sep-11 13:04
professionalEddy Vluggen3-Sep-11 13:04 
QuestionEmailSender : A socket operation was attempted to an unreachable network Pin
bigz_10002-Sep-11 19:53
bigz_10002-Sep-11 19:53 
AnswerRe: EmailSender : A socket operation was attempted to an unreachable network Pin
Mehdi Gholam2-Sep-11 20:03
Mehdi Gholam2-Sep-11 20:03 
Question[SOLVED] "Negative" Rectangle (ControlPaint.DrawReversibleFrame) To "Positive" Pin
Matt U.2-Sep-11 13:39
Matt U.2-Sep-11 13:39 
QuestionC# code for windows Pin
dcof2-Sep-11 6:45
dcof2-Sep-11 6:45 
AnswerRe: C# code for windows Pin
Abhinav S2-Sep-11 6:59
Abhinav S2-Sep-11 6:59 
QuestionRe: C# code for windows Pin
dcof2-Sep-11 18:13
dcof2-Sep-11 18:13 
AnswerMessage Removed Pin
2-Sep-11 7:05
professionalN_tro_P2-Sep-11 7:05 
GeneralRe: C# code for windows Pin
Luc Pattyn2-Sep-11 7:15
sitebuilderLuc Pattyn2-Sep-11 7:15 
GeneralRe: C# code for windows Pin
Abhinav S2-Sep-11 8:01
Abhinav S2-Sep-11 8:01 
QuestionRe: C# code for windows Pin
dcof2-Sep-11 8:34
dcof2-Sep-11 8:34 
AnswerRe: C# code for windows Pin
Abhinav S2-Sep-11 18:33
Abhinav S2-Sep-11 18:33 
GeneralRe: C# code for windows Pin
dcof2-Sep-11 8:19
dcof2-Sep-11 8:19 
GeneralRe: C# code for windows Pin
Richard Andrew x642-Sep-11 8:46
professionalRichard Andrew x642-Sep-11 8:46 
GeneralRe: C# code for windows Pin
dcof2-Sep-11 8:51
dcof2-Sep-11 8:51 
AnswerRe: C# code for windows Pin
OriginalGriff2-Sep-11 8:48
mveOriginalGriff2-Sep-11 8:48 
GeneralRe: C# code for windows Pin
dcof2-Sep-11 8:53
dcof2-Sep-11 8:53 

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.