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

C#

 
AnswerRe: Validating IP Addresses Pin
quacks_a_lot28-Mar-09 9:59
quacks_a_lot28-Mar-09 9:59 
GeneralRe: Validating IP Addresses Pin
Jammer30-Mar-09 2:12
Jammer30-Mar-09 2:12 
QuestionQuestion about DCT Pin
Flying_Doc28-Mar-09 1:09
Flying_Doc28-Mar-09 1:09 
AnswerRe: Question about DCT Pin
Luc Pattyn28-Mar-09 6:31
sitebuilderLuc Pattyn28-Mar-09 6:31 
QuestionSuggestion Needed : Creating Dynamic Build Pin
Abhijit Jana28-Mar-09 0:51
professionalAbhijit Jana28-Mar-09 0:51 
AnswerRe: Suggestion Needed : Creating Dynamic Build Pin
Eddy Vluggen28-Mar-09 1:33
professionalEddy Vluggen28-Mar-09 1:33 
GeneralRe: Suggestion Needed : Creating Dynamic Build Pin
Abhijit Jana28-Mar-09 1:36
professionalAbhijit Jana28-Mar-09 1:36 
GeneralRe: Suggestion Needed : Creating Dynamic Build Pin
Eddy Vluggen28-Mar-09 1:50
professionalEddy Vluggen28-Mar-09 1:50 
My original suggestion would be to read the MAC-address once you're on the client, and send that back, but that's private information of the customer, and in some countries you'd need the clients' consent to do so. That's one option down.

Another approach would be to compile a personalized version, build and create a setup, prior to downloading. That would mean that there's a delay in the download, and possibly a rather huge load on your webserver. That's two options down.

Perhaps you can download an addendum after the first install? That wouldn't delay the initial download, and you could easily compile a small classlibrary. The application shouldn't be able to run without this library, and it should be signed (to prevent tampering).

Perhaps you can even delay the compiling and the building; if you were to download the sourcecode for your custom key-classlibrary, you could compile once it's downloaded. That would make it harder to sign that classlib, but would remove the compilingprocess from your server and onto the client-machine.

I hope that someone can give some idea's that are more efficient/easier to implement Smile | :)

I are troll Smile | :)

GeneralRe: Suggestion Needed : Creating Dynamic Build Pin
Abhijit Jana28-Mar-09 2:03
professionalAbhijit Jana28-Mar-09 2:03 
GeneralRe: Suggestion Needed : Creating Dynamic Build Pin
Eddy Vluggen28-Mar-09 2:28
professionalEddy Vluggen28-Mar-09 2:28 
GeneralRe: Suggestion Needed : Creating Dynamic Build Pin
Abhijit Jana28-Mar-09 2:42
professionalAbhijit Jana28-Mar-09 2:42 
GeneralRe: Suggestion Needed : Creating Dynamic Build Pin
Abhijit Jana28-Mar-09 3:03
professionalAbhijit Jana28-Mar-09 3:03 
GeneralRe: Suggestion Needed : Creating Dynamic Build Pin
Eddy Vluggen28-Mar-09 4:34
professionalEddy Vluggen28-Mar-09 4:34 
AnswerRe: Suggestion Needed : Creating Dynamic Build Pin
S. Senthil Kumar28-Mar-09 3:49
S. Senthil Kumar28-Mar-09 3:49 
QuestionGame development with C# Pin
Supra228-Mar-09 0:45
Supra228-Mar-09 0:45 
AnswerRe: Game development with C# Pin
Eddy Vluggen28-Mar-09 1:29
professionalEddy Vluggen28-Mar-09 1:29 
QuestionHow can I get a computer's Organizaitonal unit from the Active Directory? Pin
Nada Adel27-Mar-09 22:43
Nada Adel27-Mar-09 22:43 
Question"Teeth segmentation and extraction in radiograph images" Pin
karambachchan27-Mar-09 21:37
karambachchan27-Mar-09 21:37 
AnswerRe: "TEETH SEGMENTATION AND EXTRACTION" Pin
Luc Pattyn27-Mar-09 21:56
sitebuilderLuc Pattyn27-Mar-09 21:56 
GeneralRe: "TEETH SEGMENTATION AND EXTRACTION" Pin
Eddy Vluggen28-Mar-09 1:18
professionalEddy Vluggen28-Mar-09 1:18 
AnswerRe: "TEETH SEGMENTATION AND EXTRACTION" Pin
Henry Minute28-Mar-09 10:35
Henry Minute28-Mar-09 10:35 
Questionthemes for windows application Pin
lnmca27-Mar-09 20:06
lnmca27-Mar-09 20:06 
AnswerRe: themes for windows application Pin
King Julien27-Mar-09 23:36
King Julien27-Mar-09 23:36 
GeneralRe: themes for windows application Pin
lnmca28-Mar-09 2:11
lnmca28-Mar-09 2:11 
GeneralRe: themes for windows application Pin
Colin Angus Mackay28-Mar-09 10:04
Colin Angus Mackay28-Mar-09 10:04 

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.