no dogma blog
no dogma blog
Blog Posts
Podcast
Web API Lambda Course
Polly Course
Photos
Contact
Support this Site
About
RSS
Light
Dark
Automatic
Posts
Statement and Transaction Timeouts in Postgres and CockroachDB
There are multiple timeouts to work with when using Postgres and CockroachDB. These can help prevent single statements from running too long, stop transactions that are idle or taking too long, and release locks.
Aug 13, 2025
#
Postgres
,
CockroachDB
,
Transactions
,
Timeouts
Connecting to a Local CockroachDB from DataGrip or DBeaver
I’ve been using CockroachDB for a while, generally accessing via the command line or from C# applications. When I tried to use via DataGrip, the connection properties were not immediately obvious.
Aug 12, 2025
#
CockroachDB
,
DataGrip
,
DBeaver
InfluxDB and C#
InfluxDB is a time-series database that is great for storing and querying time-based data. This post shows how to set it up with Docker and access it from a C# application.
Aug 4, 2025
#
dotNet
,
InfluxDB
Using OBS Studio to Record Podcasts for Free
OBS Studio is usually used to record or stream video, but it can be used to record podcasts.
Jul 24, 2025
#
Podcasting
,
OBS Studio
Sorting Strings when the Embedded Number has a Variable Number of Digits
Sorting strings that contain numbers gets a little more complicated when the number has a variable number of digits. You can end up with a list like this - 1, 10, 11, 12, 2, 3, 4…
Jul 19, 2025
#
C#
,
Sorting
,
LINQ
Enable Pinch to Zoom in Microsoft Edge on Ubuntu Linux
Pinch to zoom via the touchpad or screen is not on by default in Microsoft Edge on Ubuntu Linux. Here is a workaround.
Jul 10, 2025
#
Ubuntu
,
Linux
,
Edge
,
Touchpad
,
Zoom
Enable Pinch to Zoom in Chrome, Chromium, and Brave on Ubuntu Linux
Pinch to zoom via the touchpad or screen is not on by default in Chrome, Chromium, and Brave on Ubuntu Linux. But there is a simple fix.
Jul 9, 2025
#
Ubuntu
,
Linux
,
Chrome
,
Chromium
,
Brave
,
Touchpad
,
Zoom
Using Oracle with Entity Framework
Here is a simple example of using Oracle with Entity Framework Core. But it’s not something I would recommend.
May 30, 2025
#
Oracle
,
Entity Framework
Using SingleStore with Entity Framework
A simple console application that uses Entity Framework to connect to the SingleStore database.
May 15, 2025
#
SingleStore
,
MySQL
,
Entity Framework
An Alternative to nuget install-package
There is no NuGet.exe on Linux or Mac, but the dotnet CLI can be used to do some of the same things, including extracting the contents of a package.
Apr 30, 2025
#
nuget
,
Linux
»
Cite
×