What is .NET | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

What is .NET

what is the .net framework and is this only used to develop windows apps or cross platform apps....?

23rd Jun 2018, 6:59 AM
Vivek Tiwari
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.
23rd Jun 2018, 7:04 AM
Max
Max - avatar
+ 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
23rd Jun 2018, 7:17 AM
Dev
Dev - avatar
+ 1
c# programs can run on .net framework
23rd Jun 2018, 8:22 AM
Maduchandan B P