.NET  is a platform independent but not fully platform independent. why because, the code written in any of the .NET Languages are compiled into MSIL code ( microsoft intermediate language code) . The MSIL code is platform independent. Hence to Run a .NET application on any machine we need to install .NET Framework.… Continue Reading IS .NET PLATFORM DEPENDENT OR PLATFORM INDEPENDENT ?