Managed Code is what Visual Basic .NET and C# compilers create. It compiles to Intermediate Language (IL), not to machine code that could run directly on your computer. The IL is kept in a file called… more →
Tipsy little boxwrote 1 month ago: I just read an article from the Financial Post Tech Desk; an interview with Mike Lazaridis. An inter … more →
wrote 2 months ago: What is the Intel® Atom™ Developer Program? Provides developers with everything they need to create … more →
wrote 9 months ago: .Net Assemblies needs to be JIT Compiled. A JIT Compiler can Convert MSIL Code to Native Code. A Nat … more →
wrote 1 year ago: Managed Code is what Visual Basic .NET and C# compilers create. It compiles to Intermediate Language … more →