Click here to Skip to main content
15,917,005 members
Home / Discussions / C#
   

C#

 
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 
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 
I've never done this, but have seen something similar in ASP.NET. You can catch the moment that someone wants to download a file. First, you'd have to encrypt the string and embed it in your sourcecode. The WebApp can only compile your application if it has access to the source-code of what it's supposed to compile. That's why I suggested that you put it in a classlibrary, besides the applications' executable.

The steps involved would be something like this;
- Generate a key, crypt it, and add the key to the DB as "taken".
- Write the source for a dll that returns this key on demand

When you start your executable;
- Check if your classlibrary is in place, if not:
- Start the download of the class-library (from code, or manual)
- The WebApp gets requested to download a file, compiles the classlib with the embedded string and push the generated file.

I'll try to build a small prototype to do this thing, might take a while Smile | :)

I are troll Smile | :)

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 
AnswerRe: themes for windows application Pin
Ravi Bhavnani28-Mar-09 5:37
professionalRavi Bhavnani28-Mar-09 5:37 
QuestionLog file in C# Pin
mrithula827-Mar-09 19:11
mrithula827-Mar-09 19:11 

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.