Is .NET a write once, run anywhere (WORA) platform like Java claims to be?
Posted
by Scott Saad
on Stack Overflow
See other posts from Stack Overflow
or by Scott Saad
Published on 2008-09-17T14:50:52Z
Indexed on
2010/05/24
14:21 UTC
Read the original article
Hit count: 342
I remember Sun's slogan so vividly... "Write Once, Run Anywhere". The idea being that since programs are compiled into standard byte codes, any device with a Java Virtual Machine could run it. Over the years, Java seems to have made it onto many platforms/devices.
Is this the intention or was it ever the intention of .NET. If so, what kind of efforts are being put forth to make this a reality?
© Stack Overflow or respective owner