This is our C Sharp session. But before we even start talking about languages and syntax, we have to ask ourselves why C Sharp? Like what can I do with it? Yeah. Choosing a language is real and one of the things I love most about C Sharp is the beautiful syntax.
I mean, what am I able to build with C Sharp? Definitely. So you would possibly just be making an internet site or a console app immediately. But if you visited scale that up sometime within the future, take it mobile, go AI, use Machine Learning, something like that, C Sharp can grow with you. It’s one language for many things whether it’s a Raspberry Pi, or an Xbox game, or an internet site, or simply a touch console app to print out some text.
There are really no limits to what you’ll do with C Sharp and we’re getting to walk you thru those things today. So this session goes to travel through Web browsers, C Sharp language features, then we’ll graduate into using Visual Studio to truly compile C Sharp on your machine. So let’s start with the Hello World program right now.
using System;
using System.Collections.Generic;
using System.Linq…continue or more information for click here…