3 Forks
1 Stars
1 Watchers

csharp-workshop

Microsoft included a new language called C# (pronounced C Sharp). C# is designed to be a simple, modern, general-purpose, object-oriented programming language, borrowing key concepts from several other languages, most notably Java. C# could theoretically be compiled to machine code, but in real life, it's always used in combination with the .NET framework. Therefore, applications written in C#, requires the .NET framework to be installed on the computer running the application. While the .NET framework makes it possible to use a wide range of languages, C# is sometimes referred to as THE .NET language, perhaps because it was designed together with the framework. C# is an Object Oriented language and does not offer global variables or functions. Everything is wrapped in classes, even simple types like int and string, which inherit from the System.Object class.

How to download and setup csharp-workshop

Open terminal and run command
git clone https://github.com/MicrosoftStudentAmbassadors-Kenya/csharp-workshop.git
git clone is used to create a copy or clone of csharp-workshop repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with csharp-workshop https://github.com/MicrosoftStudentAmbassadors-Kenya/csharp-workshop/archive/master.zip

Or simply clone csharp-workshop with SSH
[email protected]:MicrosoftStudentAmbassadors-Kenya/csharp-workshop.git

If you have some problems with csharp-workshop

You may open issue on csharp-workshop support forum (system) here: https://github.com/MicrosoftStudentAmbassadors-Kenya/csharp-workshop/issues