-
Notifications
You must be signed in to change notification settings - Fork 369
Community posts
- Using scriptcs to automate release notes - Sean Bedford talks about how he wrote a script which talks to JIRA and pulls down closed issues to then create release notes.
-
[scriptcs - Living on the edge in C# without a project on the wings of Rosyln and Nuget] (http://codebetter.com/glennblock/2013/02/28/scriptcs-living-on-the-edge-in-c-without-a-project-on-the-wings-of-roslyn-and-nuget/) - Where scriptcs came from.
-
[Getting started with ScriptCS] (http://scottksmith.com/blog/2013/05/08/getting-started-with-scriptcs/) - Scott Smith walks you through the basics.
-
[Deeper Dive into ScriptCS] (http://scottksmith.com/blog/2013/05/14/deeper-dive-into-scriptcs/) - Scott Smith dives deeper into REPL, Script Packs, and more.
-
[Project-less scripted C# with ScriptCS and Roslyn] (http://www.hanselman.com/blog/ProjectlessScriptedCWithScriptCSAndRoslyn.aspx) - Scott Hanselman gives a full overview of scriptcs.
-
[ScriptCS: Turning C# in to a Scripting Language] (http://www.infoq.com/news/2013/04/ScriptCS) - Abel Avram describes what it is and the goals for the project.
-
ScriptCS or PowerShell: Part 1 - Jim Christopher shows off a PowerShell module he wrote that allows you to invoke scriptcs from PowerShell.
-
Taking Baby Steps with ScriptCS Jan Van Ryswyck writes about his first experiences with scriptcs
-
scriptcs - C# the way you wanted it to be - An article in the DNC magazine by Filip providing an introduction into and overview of the scriptcs project. (Free) Registration required to download the magazine in PDF format.
-
[Using scriptcs to solve simple scripting problems] (http://iamnotmyself.com/2013/04/24/using-scriptcs-to-solve-simple-scripting-problems/) - Bobby Johnson blogs on using scriptcs for simple file automation tasks.
-
Extract Pages from a PDF Using Scriptcs - Adam Ralph shows how to quickly extract specific pages from a PDF document using a small scriptcs script.
-
Using scriptcs to automate release notes - Sean Bedford talks about how he wrote a script which talks to JIRA and pulls down closed issues to then create release notes.
-
[scriptcs gets a REPL] (http://codebetter.com/glennblock/2013/05/07/scriptcs-gets-a-repl/) - Glenn posts on the new REPL functionality introduced in the latest release.
-
scriptcs and multline REPL - Filip showcases the support for multiline constructs in REPL
-
[CLR Diagnostics with ClrMD and ScriptCS REPL - ScriptCS.ClrDiagnostics] (https://www.piotrwalat.net/clr-diagnostics-with-clrmd-and-scriptcs-repl-scriptcs-clrdiagnostics/) - Piotr posts about a very cool new script pack that allows you to remotely attach to and debug processes in the REPL.
-
Easier Redis development with scriptcs and ServiceStack.Redis powered C# REPL - Filip talks about using scriptcs REPL to facilitate work with Redis
-
[Scripting ease with Script Packs] (http://codebetter.com/glennblock/2013/05/14/scripting-ease-with-script-packs/) - Glenn talks about WHY of Script packs and gives examples of the benefits they provide.
-
[Building a scriptcs Script Pack] (http://blog.martindoms.com/2013/05/14/building-scriptcs-script-pack) - Martin Doms gives an excellent explanation on how to build script packs.
-
[scriptcs and using Azure Mobile Services from your scripts] (http://www.strathweb.com/2013/05/scriptcs-and-using-azure-mobile-services-from-your-scripts/) - Filip posts on a new script pack which allows you to use Azure Mobile Services from within your scripts
-
[Enjoy Windows Azure Media Services in the Comfort of your own Console] (http://blogs.southworks.net/ejadib/2013/05/31/enjoy-windows-azure-media-services-in-the-comfort-of-your-own-console/) - Ezequiel Jadib talks about a new script pack which allows you to use Windows Azure Media Services from within your scripts
-
Dynamics CRM toolbox using scriptcs - Harald Svendberg how to use Dynamics CRM toolbox with his scriptcs script pack
-
My First Script Pack (code metrics) - Jacob Reimers talks about his script pack which calculates code metrics on an arbitrary code snippet.
- Home
- Build scriptcs
- Building on Mac and Linux
- Using scriptcs
- The command line
- Package installation
- Writing a script
- Compiling (and caching) to a .dll
- Debugging a script
- REPL
- Running scripts in Atom
- REPL
- Script Packs
- Script Libraries
- Modules
- Hosting
- Community
- Known Issues