ShaneT
- 6,948 total downloads
- last updated 3/10/2014
- Latest version: 1.1.0
.NET script host for ActiveX script languages including VBScript and JScript. Using C#s dynamic type you can interact with your script as if it were .NET code.
- 4,758 total downloads
- last updated 3/19/2015
- Latest version: 1.1.0
A lightweight and extensible guard clause library.
Example:
Ensure.Arg(param1, "param1").IsNotNull();
The library is easily extensible through the use of extension methods. Even the main Ensure.Arg(...) call can be overridden to whatever you prefer e.g. Verify.That(...)
See the project site for...
More information
- 3,006 total downloads
- last updated 3/10/2014
- Latest version: 1.0.0
Provides extensions to the ActiveScriptEngine package.