Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Exploring the C# Scripting Experience with scri...

Exploring the C# Scripting Experience with scriptcs

While Visual Studio, and other IDEs, are powerful tools, they can sometimes hinder productivity more than they promote it. You don’t always need, or want, to create a whole new project and solution.

scriptcs is a new and exciting open source project that takes the overhead out of writing C# applications. Write and execute C# script files, written with a relaxed syntax that eliminates the need for namespaces and top-level classes, with only a simple text editor and your command prompt. Use NuGet to manage your dependencies and to install Script Packs, which further reduce the amount of code you need to write to setup your favorite frameworks. In this session I'll show you how to get started with scriptcs.

Avatar for Justin Rusbatch

Justin Rusbatch

June 14, 2013
Tweet

More Decks by Justin Rusbatch

Other Decks in Programming

Transcript

  1. scriptcs.net Khalid Abuhakmeh Ian Battersby Nick Berardi Glenn Block Scott

    Blomquist Danielle Boldt Tim Erickson Jonas Follesø Victor Grigoriu Andreas Håkansson Kristian Hellang lbargaoanu Denis Mentey John Nelson Alexander Nyquist David Pendray Aaron Powell Adam Ralph Justin Rusbatch Damian Schenkleman Paul Shmakov Lodewijk Sioen Brandon Stirnaman Paul Stovell Patrik Svensson Kevin Trethewey Michael Wade Filip Wojcieszyn Matt Wrock Contributors Saturday, June 15, 13
  2. scriptcs.net lightweight experience •Install scriptcs from Chocolatey •Execute C# scripts

    or use the REPL •Write C# using your favorite editor Saturday, June 15, 13
  3. scriptcs.net What’s next • Pluggable CLI commands • Pluggable REPL

    commands • Export to Visual Studio solution • Mono support • Script packs as scripts • Improved ScriptCs.Core API Saturday, June 15, 13