C# and Mongo–FindOneAndUpdateAsync
Recently I’ve been working on adding SignalR to a web application, and that means broadcasting records to clients after they’ve been updated. I could make different methods for each update type and react accordingly, but I’m pretty lazy so I decided to just make one “update” method that receives the entire record (and replaces it … [Read more…]