Does C# work without .NET Framework? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Does C# work without .NET Framework?

as I know .net is a framework and it is used while code execution time. if so then C# can run independently?

3rd Oct 2017, 3:23 AM
Super Programmer
Super Programmer - avatar
3 Answers
+ 1
The .Net languages need the .Net framework to run. Code is compiled into an intermediate language (IL) that is then interpreted by the framework at runtime. This is comparable to how Java uses the Java VM to run its code.
3rd Oct 2017, 5:20 AM
Jesse Bayliss
Jesse Bayliss - avatar
0
I think you are asking "can c# run independently?" The answer is Yes. C# is built to be platform-independent. If you are looking to start learning C# .NET, then this c# .net certification is what I would recommend: https://www.tutorialspoint.com/certification/chash-and-net-prime-pack/index.asp
9th Oct 2023, 12:08 PM
Swadin
Swadin - avatar
- 1
hiii
4th Oct 2017, 9:01 AM
Saurabh Gupta
Saurabh Gupta - avatar