• About
  • Privacy Policy
  • Utilities
Darchuk.NET

Database

C# and Mongo–FindOneAndUpdateAsync

August 31, 2018 by Robert Leave a Comment

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…]

Posted in: .NET Core, Asynchronous, C#, Mongo Tagged: C#, Database, Document, FindOneAndUpdateAsync, Mongo, Record, UpdateOneAsync

Benchmarking C# Mongo–ReplaceOne vs. AddToSetEach

July 13, 2018 by Robert Leave a Comment

Recently I was looking at a MongoDB service and wondered if doing ReplaceOne was really the right call. My document was pretty simple – some identifying information that doesn’t change, and an array containing informational state that grows (never updates) as my program runs.  I set up the documents to update to the database every … [Read more…]

Posted in: Benchmark, C#, Mongo Tagged: AddToSetEach, Benchmark, C#, Database, InsertOne, Mongo, Performance, Update

C# Mongo array CRUD

March 2, 2018 by Robert Leave a Comment

MongoDB is a pretty cool document database that allows you to just toss data into a database without worrying too much about a schema. It’s not quite that easy, of course, because your code might be looking for specific properties, but its simpler than being stuck to a rigid schema. Lists and stuff Recently I … [Read more…]

Posted in: Asynchronous, C#, Mongo Tagged: Array, C#, Create, CRUD, Database, Delete, Mongo, Read, Update

Recent Posts

  • Allowing trailing JSON commas in ASP.NET Core 3
  • YADNC3JSG–Yet Another .NET Core 3.0 JSON Serializer Gotcha
  • Logging in a .NET Core 3 SignalR client
  • .NET Core 3 unit testing project sdk
  • .NET Core 3.0 Upgrade–New JSON Serializer Gotchas

Recent Comments

  1. Robert on C# Setting Socket Keep-Alive
  2. Oliver Schramm on C# Setting Socket Keep-Alive
  3. John Anderson on Waiting for a keypress asynchronously in a C# console app
  4. Ronald Garlit on .NET Core 3 unit testing project sdk
  5. Ronald Garlit on .NET Core 3 unit testing project sdk

Copyright © 2025 Darchuk.NET.

Omega WordPress Theme by ThemeHall