We're sorry but this page doesn't work properly without JavaScript enabled. Please enable it to continue.
Feedback

ScriptCS: Exploring the C# Scripting Experience with scriptcs

Formal Metadata

Title
ScriptCS: Exploring the C# Scripting Experience with scriptcs
Title of Series
Number of Parts
150
Author
License
CC Attribution - NonCommercial - ShareAlike 3.0 Unported:
You are free to use, adapt and copy, distribute and transmit the work or content in adapted or unchanged form for any legal and non-commercial purpose as long as the work is attributed to the author in the manner specified by the author or licensor and the work or content is shared also in adapted form only under the conditions of this
Identifiers
Publisher
Release Date
Language

Content Metadata

Subject Area
Genre
Abstract
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. Inthis session I'll show you how to get started with scriptcs.