Author Archives: Adrian Aisemberg
SQL Syntax C# Filtering
Take the following list: var persons = new Person[] { new Person { Name = "Adrian", Age=34 }, new Person { Name = "Lilach", Age=32 }, new Person { Name = "Yuval", Age=5 }, new Person { Name = "Alon", … Continue reading
CLAP v3
CLAP is a magical .NET Command-Line Automatic Parser. It has plenty of features and is extremely easy to use. If you are new to CLAP – please see the short intro here. CLAP has a new version and it brings … Continue reading
CLAP has a new home with full documentation
Here: http://adrianaisemberg.github.com/CLAP
Posted in CLAP, Command-Line
Tagged CLAP, Command-Line
Comments Off on CLAP has a new home with full documentation