Category Archives: .NET
CLAP: Command-Line Auto Parser–Part 2
Get It Source code and binaries at github: https://github.com/adrianaisemberg/CLAP NuGet: Install-Package CLAP Intro Previous post introduced the Command-Line Auto Parser and provided examples for: Defining verbs Defining parameters Default verbs and additional names Default values Supported parameter types Using built-in … Continue reading
CLAP: Command-Line Auto Parser
Automatic command-line verb and argument parsing using smart reflection.Inspired by the ASP.NET MVC Controller-Actions, finally – a kick-ass command-line parser. The last one you will ever need! Update: Part 2 of the CLAP introduction is here Get It Source code … Continue reading
Vercue Extensions with C# – Part 2
In this post, we’ll see how to extend the Vercue Rules module and implement custom Actions, Macros and Monitors. Before reading this post, you should know: How to implement a UI Vercue extension What are Vercue Rules and how to … Continue reading