Difference between C# and .Net Framework | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Difference between C# and .Net Framework

What is .Net Framework and what is the difference between C# and .Net Framework

4th May 2018, 4:40 AM
Sasank Peetha
1 Answer
+ 1
C# is a programming language. You can write code to complete a certain task. So the .net framework is a collection of tasks, so do you not have to write everyting your self. https://www.howtogeek.com/253588/what-is-the-microsoft-net-framework-and-why-is-it-installed-on-my-pc/ The name “.NET Framework” itself is a bit of a misnomer. A framework (in programming terms) is really a collection of Application Programming Interfaces (APIs) and a shared library of code that developers can call when developing applications, so that they don’t have to write the code from scratch For example : Console.Writeline : just print a line to the screen. You do not need to know how it works, the framework does that for you. You just can print to the screen what ever you like.
4th May 2018, 8:29 PM
sneeze
sneeze - avatar