IS MS.Net platform independent or dependent?
Answer Posted / harikrishna
.net is a platform completely dependent on windows OS. The
classes in .netframework is completely depends upon windowsOS.
IN mono Compiler you cannot execute all the classes. The
applications which are developed under .netframework is also
platform dependent bcz without having .netfrmwrk u cannot
run doz appl'n.
If u r using thirdparty tools to run .netframework in LINUX
thn u cannot say dat it is platform independent without
using other tools can u install .exe in linux OS?????????????
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
What is entity framework? : Entity framework
What is difference between viewbag and viewdata and tempdata?
Explain the methods used to render the views in mvc?
Explain the advantages of asp.net mvc over asp.net?
Explain bundle.config in mvc4?
What is entitytype? : Entity framework
What is partialview in asp.net mvc?
What is the difference between tempdata and viewbag?
what is explicit loading?
How to Redirect Tracing to a File
My organization went through the approval process of supporting the .net framework 2.0 in production. Do we need to go through the same process all over again for the .net framework 3.0? Do I need to do any application compatibility testing for my .net framework 2.0 applications?
Is .net framework dead?
How does the .net framework 3.0 relate to the .net framework 2.0?
What is session state management?
Is it possible to share a view across multiple controllers?