-
Notifications
You must be signed in to change notification settings - Fork 370
Screencasts
Latish Sehgal edited this page Mar 23, 2015
·
6 revisions
This video shows how to use C# scripting to explore Web applications and incrementally build their test automation frameworks with scriptcs and FluentAutomation.
- The Source, with Scott Hanselman: ScriptCS (Requires subscription)
ScriptCs allows you to use C# as if it were a scripting language using Roslyn, .NET's "compiler as a service". In this episode Scott shows the flexibility of using ScriptCs together with Chocolatey - an Open Source package installer that works with NuGet.
- C# on a diet with scriptcs by Glenn Block
Introduction to scriptcs at TechEd New Zealand.
- Introducing ScriptCs - C# on a diet by Glenn Block
Introduction to scriptcs at Sydney .NET USer Group (SSW)
- scriptcs - C# na diecie by Filip W [PL]
Introduction to scriptcs at dotNetConfPL
Quick 5 minute intro to ScriptCS
- 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