My front-end libraries sometimes require JSON data from my MVC application (e.g. jQGrid). I'm accommodating this when needed by converting the required model cl
I am using i18next and react-i18next. i18n Ally v2.8.1. I have one locale file: /locales/en.json Structure of this file: { "pagetitle.home": "Home", "pa
I have a Bson file generated with the tool mongodump. I want to deserialize within C# code. For that purpose, it seems that I can use mongodb C# driver or the J
Is it possible to get the 16 digit ASANA task ID to be included in reports coming out of Clockify? Currently I am exporting reports out of clockify for billing
file path = repo_name/abc/xyz.yml repo (is the git repo object) I want to be able to check if the repo consists of the file by returning a Boolean. something li
I have several Activities in my Android app that have the same basic structure, and I'm trying to make my layouts DRY. The duplicated code looks like the below
we have two App services in Azure in tenant A (a) Web APP (Angualr) (b) API App (.NET Core) 'Web' App service calls 'API' App service to get data. 'Web' & '