Skip to content

Instantly share code, notes, and snippets.

@ishu3101
Created May 17, 2015 05:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ishu3101/cecc431e508b17015726 to your computer and use it in GitHub Desktop.
Save ishu3101/cecc431e508b17015726 to your computer and use it in GitHub Desktop.
Setup csharp (c#) development environment on Windows using Chocolatey.
# write and execute C# with a simple text editor.
choco install scriptcs
# interactive interpreter for C#
choco install cshell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment