Monthly Archive:: February 2018

15 Feb 2018

SQL to get counts by statuses and completeness

SQL to get counts by statuses and completeness Recently I came across a need to get the counts of result by statuses as well as completeness – i.e. getting positive result (pass) in all cases. I quickly
9 Feb 2018

JSON Parser Array inside array dotnetfiddle .net’

Have you struggled with JSON parsing array inside array? I was not able to find any solution online but then I created something using dotnetfiddle. Hope it can save time for someone.   First step is to