What is C#?
Think of a computer as a very fast worker who only speaks a weird machine language. C# is a language
that is easy for humans to read and write.
You write the C# code, and a translator turns it into the machine language the computer understands.
Who owns it?
Microsoft built C# in the year 2000. Because Microsoft built it, C# works incredibly well on Windows
computers.
But today, it is "open source". That means anyone can see how it is made and use it to build things
for Apple Macs, Linux, and mobile phones, too.