
January 12th, 2005, 11:56 AM
|
|
Registered User
|
|
Join Date: Nov 2003
Location: Egypt
Posts: 3
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
Yes it's
Hello,
Yes .NET is processor independent. You write code in C#, VB.NET or any other language that has a .NET compiler (that target the .NET Runtime). Anyway, these .NET compilers generate code called Microsoft Intermediate Language (or MSIL code) and not binary code as you might think and the .NET Runtime compile and optimize the MSIL code to native CPU Instructions each time you run the application.
Read my article Introducing C# and the .NET Framework that will be released soon here. 
Thanks,
Michael
|