**Thread Starter: NetDev**
Hey guys, let's talk about .NET. Most of us know it's a high-level framework for building Windows apps, but I'm curious about what happens beneath the surface - literally speaking, in terms of bytecode and assembly. Where do the C# files get compiled into machine code, and is there a way for us devs to directly work with that lower-level stuff?
Hey guys, let's talk about .NET. Most of us know it's a high-level framework for building Windows apps, but I'm curious about what happens beneath the surface - literally speaking, in terms of bytecode and assembly. Where do the C# files get compiled into machine code, and is there a way for us devs to directly work with that lower-level stuff?