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
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
Batch Consume with Kafka and .NET
By default, the Confluent Kafka client consumes one message at time, but with a bit of work it can consume batches of messages.
Apr 17, 2025
#
Confluent
,
Kafka
,
dotNet
,
Batch
,
Async
,
Asynchronous
Generating the launch.json and tasks.json files for VS Code
In the past VS Code would automatically create the .vscode directory with the tasks.json and launch.json files. This stopped happening some time ago, but there are still occasions when you need them. Here is a simple command to generate them.
Mar 29, 2025
#
VSCode
,
launch.json
,
tasks.json
Putting Tasks in a Cache, and Computing Only Once, When First Requested
Caches are usually used to store concrete values, but with C# you can store tasks for work you want to perform only once, at the time the key is first requested from the cache.
Mar 19, 2025
#
Cache
,
Task
,
MemoryCache
,
Async
,
Asynchronous
,
WebApi
Create a Task and Start it Later
I usually want to run a task immediately, but there are times when I want to create a task, but not start it until later. This post will show you how to do defer execution of a task.
Mar 14, 2025
#
C#
,
dotNet
,
Task
,
Async
,
Asynchronous
Finding the Command or Entrypoint that Started a Container
You often don’t have the Dockerfile that was used to create the image of the container you are running. But what if you want to know what is run when the container starts?
Mar 5, 2025
#
Docker
,
Container
»
Cite
×