Click here to Skip to main content
15,901,284 members
Home / Discussions / C#
   

C#

 
QuestionCompute Method of Dataset Pin
meeram39529-Nov-05 22:50
meeram39529-Nov-05 22:50 
AnswerRe: Compute Method of Dataset Pin
freshonlineMax30-Nov-05 3:30
freshonlineMax30-Nov-05 3:30 
GeneralRe: Compute Method of Dataset Pin
meeram39530-Nov-05 16:10
meeram39530-Nov-05 16:10 
GeneralRe: Compute Method of Dataset Pin
freshonlineMax30-Nov-05 18:56
freshonlineMax30-Nov-05 18:56 
Questionhow to capture frames from video Pin
nav123429-Nov-05 19:32
nav123429-Nov-05 19:32 
QuestionTypecast String to unsafe char* and vice versa Pin
Sylvain Boissé29-Nov-05 18:30
Sylvain Boissé29-Nov-05 18:30 
AnswerRe: Typecast String to unsafe char* and vice versa Pin
Sylvain Boissé30-Nov-05 3:58
Sylvain Boissé30-Nov-05 3:58 
Questionlooping problem Pin
ybasha29-Nov-05 18:05
ybasha29-Nov-05 18:05 
GeneralRe: looping problem Pin
Guffa29-Nov-05 20:04
Guffa29-Nov-05 20:04 
GeneralRe: looping problem Pin
ybasha29-Nov-05 20:17
ybasha29-Nov-05 20:17 
QuestionGlobal access Pin
B I Khan29-Nov-05 17:38
B I Khan29-Nov-05 17:38 
AnswerRe: Global access Pin
Christian Graus29-Nov-05 17:42
protectorChristian Graus29-Nov-05 17:42 
QuestionRegarding Page Navigation at server side. Pin
Murthy India29-Nov-05 17:25
Murthy India29-Nov-05 17:25 
AnswerRe: Regarding Page Navigation at server side. Pin
Ankit Aneja29-Nov-05 23:28
Ankit Aneja29-Nov-05 23:28 
GeneralRe: Regarding Page Navigation at server side. Pin
Murthy India2-Dec-05 0:44
Murthy India2-Dec-05 0:44 
GeneralRe: Regarding Page Navigation at server side. Pin
Ankit Aneja2-Dec-05 1:10
Ankit Aneja2-Dec-05 1:10 
GeneralRe: Regarding Page Navigation at server side. Pin
Murthy India2-Dec-05 18:14
Murthy India2-Dec-05 18:14 
GeneralRe: Regarding Page Navigation at server side. Pin
Ankit Aneja2-Dec-05 18:28
Ankit Aneja2-Dec-05 18:28 
QuestionPoor company - do we need an obfuscator? Pin
Libor Tinka29-Nov-05 13:09
Libor Tinka29-Nov-05 13:09 
AnswerRe: Poor company - do we need an obfuscator? Pin
Christian Graus29-Nov-05 13:54
protectorChristian Graus29-Nov-05 13:54 
GeneralRe: Poor company - do we need an obfuscator? Pin
Libor Tinka30-Nov-05 0:51
Libor Tinka30-Nov-05 0:51 
AnswerRe: Poor company - do we need an obfuscator? Pin
leppie29-Nov-05 22:25
leppie29-Nov-05 22:25 
AnswerRe: Poor company - do we need an obfuscator? Pin
Rob Philpott30-Nov-05 1:12
Rob Philpott30-Nov-05 1:12 
Imaging application implies you might have some algorithmic stuff in there the workings of which you'd like to keep to yourself. I would if it were a commercial venture anyway. It's a bit of a nightmare really because its really is so simple to pull apart a .NET assembly and leech its contents. If you haven't done so already take a look at Lutz Roeder's .Net Reflector (http://www.aisto.com/roeder/dotnet/[^]) as a means to reconstruct your source - it's depressingly easy.

I don't see the need to protect the general framwork of an application - anyone can recreate this, but the algorithmics I see a bit differently - have you considered providing these in non-managed code?

Regards,
Rob Philpott.
GeneralRe: Poor company - do we need an obfuscator? Pin
leppie30-Nov-05 3:33
leppie30-Nov-05 3:33 
QuestionTransaction Rollback timeout Pin
Mark DeVol29-Nov-05 12:51
Mark DeVol29-Nov-05 12:51 

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.