Now that you have a basic understanding of how to use Visual Studio 2019, you can learn more about some of the languages you may encounter when developing your IoT solutions. One of those languages is C# (pronounced “see sharp”1)—a very robust and powerful object-oriented language that you can use to write managed Windows .NET and UWP applications. Mastering C# is not a trivial task, but it is not quite as challenging as other programming languages.
In short, the .NET Framework is a huge library designed to provide a layer above the operating system for building ...