yes .net is platform independent because it is having clr which is used for complining onces and runs anywhere.It runs on any platform from windows95 to linux
Above answer was rated as good by the following members: shehan
yes .net is platform independent because it is having clr which is used for complining onces and runs anywhere.It runs on any platform from windows95 to linux
There is confusion about plafform independence .. ......... platform independence means you should not require any additonal compoenent of piece of software to run an app develeped in particular platform.. correct me if wrong
As you all know that in .net there are different compilers like for c#-csc vb-vbc etc after your code is complied it will convert to MSIL code which is independent this MSIL code will goes to CLR & this CLR is platform dependent i.e for unix platform you should have unix type of CLR for windows like the same so we can say that .net code is platform independent.
I referred some books it is said that .Net is not work in Windows 95 and some operating systems thats why it is not platform independent it is partially independent if you know perfect answer plz tell me sir.
.NET is not platform independent .. to run .NET applications one needs to install .NET Framework .. and currently .NET Framework is supported by windows only .. till .NET Framework is not released for other OS officially .. till then .NET cannot be considered to be platform independent ..
There are certain 3rd party tools such as MONO to run ASP.NET on linux .. but that doesn't make .NET Platform independent.