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

C#

 
AnswerRe: Fast Copy\Cast of an array Pin
leppie29-Sep-05 3:34
leppie29-Sep-05 3:34 
GeneralRe: Fast Copy\Cast of an array Pin
Anonymous1-Oct-05 9:23
Anonymous1-Oct-05 9:23 
GeneralRe: Fast Copy\Cast of an array Pin
leppie1-Oct-05 16:11
leppie1-Oct-05 16:11 
QuestionMy Source Code is visible to all Pin
28-Sep-05 19:15
suss28-Sep-05 19:15 
AnswerRe: My Source Code is visible to all Pin
Ashok Dhamija28-Sep-05 19:31
Ashok Dhamija28-Sep-05 19:31 
GeneralRe: My Source Code is visible to all Pin
28-Sep-05 19:40
suss28-Sep-05 19:40 
GeneralRe: My Source Code is visible to all Pin
Ashok Dhamija29-Sep-05 0:18
Ashok Dhamija29-Sep-05 0:18 
GeneralRe: My Source Code is visible to all Pin
Dave Kreskowiak29-Sep-05 0:58
mveDave Kreskowiak29-Sep-05 0:58 
This is not a problem or a bug with either the C# language spec or the .NET Framework. It is an unfortunate side-effect of having some of the functionality that we enjoy in the .NET Framework, like Reflection.

This "problem" will not be fixed in the .NET Framework 2.0 either. You use use Obfuscators to make i tharder to read the dissassembled code, but this doesn't hide everything. Public methods, fields, and whatnot can't be obfuscated because, well, you can't change the names of these items without making the public items very confusing to use.

It's possible, with 3rd party tools, to compile the C# code to native code, but they also have their problems with portability, supportability, features that depend on reflection, and don't forget the cost of those tools.


RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

GeneralRe: My Source Code is visible to all Pin
S. Senthil Kumar29-Sep-05 4:48
S. Senthil Kumar29-Sep-05 4:48 
GeneralRe: My Source Code is visible to all Pin
sreejith ss nair28-Sep-05 20:26
sreejith ss nair28-Sep-05 20:26 
AnswerRe: My Source Code is visible to all Pin
leppie29-Sep-05 1:12
leppie29-Sep-05 1:12 
AnswerRe: My Source Code is visible to all Pin
Heinz_29-Sep-05 6:03
Heinz_29-Sep-05 6:03 
AnswerRe: My Source Code is visible to all Pin
Kythen29-Sep-05 9:36
Kythen29-Sep-05 9:36 
QuestionCan C# exist without dotnet?? Pin
SIJUTHOMASP28-Sep-05 17:44
professionalSIJUTHOMASP28-Sep-05 17:44 
AnswerRe: Can C# exist without dotnet?? Pin
Heinz_28-Sep-05 19:07
Heinz_28-Sep-05 19:07 
AnswerRe: Can C# exist without dotnet?? Pin
Andrew Kirillov28-Sep-05 19:07
Andrew Kirillov28-Sep-05 19:07 
GeneralRe: Can C# exist without dotnet?? Pin
SIJUTHOMASP28-Sep-05 20:56
professionalSIJUTHOMASP28-Sep-05 20:56 
GeneralRe: Can C# exist without dotnet?? Pin
Colin Angus Mackay28-Sep-05 21:23
Colin Angus Mackay28-Sep-05 21:23 
GeneralRe: Can C# exist without dotnet?? Pin
turbochimp28-Sep-05 22:29
turbochimp28-Sep-05 22:29 
GeneralRe: Can C# exist without dotnet?? Pin
SIJUTHOMASP28-Sep-05 23:47
professionalSIJUTHOMASP28-Sep-05 23:47 
GeneralRe: Can C# exist without dotnet?? Pin
Dave Kreskowiak29-Sep-05 0:50
mveDave Kreskowiak29-Sep-05 0:50 
AnswerRe: Can C# exist without dotnet?? Pin
Dave Everett30-Sep-05 9:41
Dave Everett30-Sep-05 9:41 
Questionoperator overload Pin
sduhd28-Sep-05 16:20
sduhd28-Sep-05 16:20 
AnswerRe: operator overload Pin
Guffa28-Sep-05 20:53
Guffa28-Sep-05 20:53 
GeneralRe: operator overload Pin
sduhd29-Sep-05 17:35
sduhd29-Sep-05 17:35 

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.