IS MS.Net platform independent or dependent?
Answer Posted / harikrishna
.net is a completely platform dependent. Here platform is
windows.
microsoft never share their resources with another OS.
u can make use of .net framework in Lunix by using 3rd party
tools but if u r using 3rd party u cannot say that it is
independent.
So,
it a platform dependent which will run only on windows
platform it is not independent...
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What are the possible razor view extensions?
what is datacontrols?
What is page life cycle?
The order of the filters that get executed, if the multiple filters are implemented?
how do you truncate a table using entity data model?
What are scaffold templates in mvc?
How can you return string result from Action in ASP.Net MVC?
what is code first approach?
What is a model in android?
What are the Core features of ASP.NET MVC?
What are the components required to create a route in mvc?
What is ViewStart Page in ASP.Net MVC?
How route table is created in ASP.NET MVC?
Explain how you can send the result back in JSON format in MVC?
Is dapper better than entity framework?