This highlights some C# code examples that can be used in code.
forkthis repository so it appears in your github list.clonethe new repository from your github repo list.- Make changes by adding .cs files in the 'Basic' folder to show basic c# examples (makes sure they conform to the guidelines and they run!).
addyour files.committhe project.pushthe commit up to the repo in your github account.- Check your repo is upto date with the original (i.e. mine):
git remote add upstream https://github.com/markdoughty/CSharp-Code-Examples.git
git push upstream master - Create a
pull request.