+ 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?
3 Respuestas
+ 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.
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
- 1
hiii