Is there a way to know if an IQueryable<T> has been ordered (using OrderBy or OrderbyDescending)? So I know whether to call OrderBy or ThenBy on the coll
I have two dictionaries and i want to compare them based on the supporterId key like so: dict1 = [{'name': 'John', 'supporterId': 1}, {'name': 'Paul', 'supporte
I am working on my first full stack app, however mongodb atalis is not letting me make any requests. It will just keep loading until it time out without an err
NodeJS v14.18.3 on IBMI / Pase idb-connector 1.2.15 Hi, I installed the "idb-connector" for the first time on an IBMi: the installation with NPM seems OK, but w
Mongo docs on Read Isolation, Consistency, and Recency say that interleaving operations can cause an open cursor to return the same document more than once. How
At work, I have Delphi Enterprise, and at home I have Delphi Professional. My project contains FireDAC connections for Firebird and MS-SQL. The problem is, Fire