Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon.

Pages: 1-

how do i learned .net

Name: Anonymous 2007-03-01 20:45 ID:8p85S08S

So i guess all the cool kids are learning c# and whatev.
Should I?

I'm not too keen on the virtual machine/bitcode witchcraft so basically what else am i missing?

Name: Anonymous 2007-03-01 22:35 ID:UEHrfSqR

The idea of a virtual machine is a good one - you write the code and compile it to an intermediary form.  This intermediary form can then be taken to any platform, and optimized for the local architecture by the virtual machine.  It can even spit out pure binary if its algorithms decide that is the most efficient way to do things.

Of course, .Net is full of failure due to its limited platform - thus reducing one of the major benefits of a virtual machine.

Name: Anonymous 2007-03-02 3:07 ID:YlwI0Bu/

Fuck OO. GOTO or GTFO.

Name: Anonymous 2007-03-02 4:10 ID:LNFeUDl5

>>2

Ah yes, almost forgot - Microsofts compilers fail at optimizations too.  Put a try-catch-throw in your code, with nothing in the catch at all (other than a throw of the exception) and then check out the disassembly.  The compiler isn't smart enough to figure out that try-catch-throw is entirely without true function, and will literally catch the exception, stop the stack unwind, then rethrow it, and start unwinding the stack again.  Even in release build it does this.

Name: Anonymous 2007-03-02 4:21 ID:cZJ+PfqD

>>4
is the mono compiler smart enough to figure that out?

Name: Anonymous 2007-03-02 4:42 ID:zxATKZjl

>>5
Why, of course, it's open-sauce!

Name: Anonymous 2011-01-31 20:30

<-- check em dubz

Name: Sgt.KabuꜦkiman짿 2012-05-28 22:52

Bringing /prog/ back to its people
All work and no play makes Jack a dull boy
All work and no play makes Jack a dull boy
All work and no play makes Jack a dull boy
All work and no play makes Jack a dull boy
All work and no play makes Jack a dull boy
All work and no play makes Jack a dull boy
All work and no play makes Jack a dull boy
All work and no play makes Jack a dull boy
All work and no play makes Jack a dull boy
All work and no play makes Jack a dull boy
All work and no play makes Jack a dull boy
All work and no play makes Jack a dull boy
All work and no play makes Jack a dull boy

Don't change these.
Name: Email:
Entire Thread Thread List