IS MS.Net platform independent or dependent?
Answers were Sorted based on User's Feedback
Answer / chinna chowdary
platform independent but it need diff CLR's for diff OS
| Is This Answer Correct ? | 4 Yes | 3 No |
Answer / chandu
.net is a platform dependent using .netframework but it is
a platform independent using monoframework.
| Is This Answer Correct ? | 3 Yes | 2 No |
Answer / .net is a plantform independen
IS MS.Net platform independent or dependent?
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / faizal
Yes .Net is Platform independent, the web applications
developed using .Net is accessible anywhere in any system
with the help of internet
| Is This Answer Correct ? | 10 Yes | 11 No |
Answer / vinod
.Net Platform is not independent. Its only language
independent. We cant access .Net application in linux os.
| Is This Answer Correct ? | 1 Yes | 2 No |
ms.net plateform is independent because it supports 54
languages
| Is This Answer Correct ? | 1 Yes | 2 No |
Answer / aman
.net is not platform independent .... platform independence
mean that it does not need any addition supportive software as it have given mono too run on linux.... from my theory .net is not platform independent....
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / zenzo sibanda
yes it is platform independent because it can work in same
operating systems on different computers
| Is This Answer Correct ? | 2 Yes | 5 No |
What are actions in asp.net mvc?
Why should we go for entity framework?
Why do you need to serialize
What is viewbag?
How we can multiple submit buttons in ASP.Net MVC
What is Separation of Concerns in ASP.NET ASP.Net MVC?
Explain test driven development (tdd) ?
What is a model in android?
Is the following route definition a valid route definition? {controller}{action}/{id}
In razor syntax, what is the escape sequence character for @ symbol?
Is there built-in support for tracing/logging
Can Static Constructor be Overloaded?Justify it?