Category Archives: .NET
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