Recently we were working on a project for creating a website using MEAN (MongoDB, Express, AngularJS, and Node.js) stack and we were stuck with the process of hosting it on azure. After a bit of exploring we finally came across some options through which we can host our website on Azure:- Windows PowerShell, WebMatrix […]
Tag Archives: MEAN
Arithmetic Overflow using MongoDB C# driver!
We recently resolved a crazy issue affecting one of our projects randomly…The project technology stack was MEAN stack using C# 2.6 driver for MongoDB. The issue was that “sometimes” insert/update queries wouldn’t work! On extensive logging we found the following Log in our diagnostics trace..”Arithmetic operation resulted in an overflow”. The query was an upsert […]