Click here to Skip to main content
15,890,579 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralEvent Problem Pin
Maynero2-Jan-03 9:08
Maynero2-Jan-03 9:08 
GeneralInterproccess Comms Pin
CSharpDavid1-Jan-03 12:44
CSharpDavid1-Jan-03 12:44 
GeneralRunning a program as a specified user Pin
fesenjoon31-Dec-02 5:30
fesenjoon31-Dec-02 5:30 
GeneralCodeDom Pin
msethi30-Dec-02 3:15
msethi30-Dec-02 3:15 
GeneralRe: CodeDom Pin
leppie30-Dec-02 7:22
leppie30-Dec-02 7:22 
GeneralAccess Attributes Effective Mask Pin
leppie29-Dec-02 5:54
leppie29-Dec-02 5:54 
GeneralAbout "JIT"... Pin
Nitron28-Dec-02 13:15
Nitron28-Dec-02 13:15 
GeneralRe: About "JIT"... Pin
Rob Graham28-Dec-02 14:39
Rob Graham28-Dec-02 14:39 
>Net "compiles" to IL (Intermediate Language), basically a very simple (in the RISC sense) assembly language with meta-data (dependancies, versioning,license and more). Although in this state it CAN be decompiled (even back to c# source), it cannot easily be modified if the assembly is "signed" (public/private key embedded in the assemby). Also there are "Obfuscators" available that can scramble the IL so it can't be decompiled. The IL is compiled to machine code when the assembly runs, allowing it to take advantage of any chip specific instructions, and theoretically, to run on a non-intel platform. The platform includes a viewer for the IL (ildasm.exe), which is handy if you want to compare implementations, and you can even code in IL if needed. a public domain decompiler is - Anakrino - available here[^]
It is also possible to "pre-JIT" your stuff, but you could run into probems with machine specific optimizations...

Have fun! .Net rocksSmile | :)

Some ideas are so stupid that only an intellectual could have thought of them - George Orwell
GeneralRe: About "JIT"... Pin
James T. Johnson28-Dec-02 17:17
James T. Johnson28-Dec-02 17:17 
GeneralRe: About "JIT"... Pin
Nitron29-Dec-02 15:05
Nitron29-Dec-02 15:05 
GeneralRe: About "JIT"... Pin
James T. Johnson30-Dec-02 10:10
James T. Johnson30-Dec-02 10:10 
GeneralProgramatically displaying dropdown menus from toolbars Pin
Arun Bhalla26-Dec-02 16:08
Arun Bhalla26-Dec-02 16:08 
Questionwhat is needed Pin
karanba26-Dec-02 2:03
karanba26-Dec-02 2:03 
AnswerRe: what is needed Pin
Stephane Rodriguez.26-Dec-02 5:13
Stephane Rodriguez.26-Dec-02 5:13 
GeneralRe: what is needed Pin
karanba27-Dec-02 0:28
karanba27-Dec-02 0:28 
GeneralRe: what is needed Pin
Stephane Rodriguez.27-Dec-02 1:23
Stephane Rodriguez.27-Dec-02 1:23 
GeneralRe: what is needed Pin
James T. Johnson28-Dec-02 17:42
James T. Johnson28-Dec-02 17:42 
GeneralRe: what is needed Pin
karanba5-Jan-03 6:30
karanba5-Jan-03 6:30 
AnswerRe: what is needed Pin
fesenjoon31-Dec-02 5:36
fesenjoon31-Dec-02 5:36 
GeneralRemoting issue Pin
Ludwig Stuyck25-Dec-02 8:13
Ludwig Stuyck25-Dec-02 8:13 
GeneralRe: Remoting issue Pin
SHaroz27-Dec-02 8:23
SHaroz27-Dec-02 8:23 
GeneralRe: Remoting issue Pin
Ludwig Stuyck27-Dec-02 8:42
Ludwig Stuyck27-Dec-02 8:42 
GeneralRe: Remoting issue Pin
lustuyck30-Dec-02 2:23
lustuyck30-Dec-02 2:23 
GeneralSorry, Don't know Pin
SHaroz30-Dec-02 6:17
SHaroz30-Dec-02 6:17 
GeneralRe: Remoting issue Pin
leppie30-Dec-02 7:24
leppie30-Dec-02 7:24 

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.