+ 2
What is .NET
what is the .net framework and is this only used to develop windows apps or cross platform apps....?
3 Answers
+ 3
.net is a run time enviroment and a virtual machine that executes bytecode, similar to the way java works. it is also a class library similar to the class library in java.
with .net core you can use it to develop cross platform apps. the mono implementation also allows you to develop cross platform.
+ 4
Go through the answers here for a better explanation:
https://www.sololearn.com/Discuss/107085/?ref=app
An article you SHOULD read, additionaly:
https://www.wikipedia.org/wiki/.NET_Framework
+ 1
c# programs can run on .net framework