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
Running Apache Kafka on Windows
It is strangely difficult to find an easy way to run Apache Kafka on Windows. This post explains how to do just that.
Aug 26, 2024
#
Kafka
,
Confluent
,
Docker
,
Container
Using Kafka with .NET
I found it challenging to find simple steps to get Kafka running and then use it with .NET. This post explains how to do both.
Aug 21, 2024
#
Kafka
,
Docker
,
Container
,
Confluent
Passing Arguments to VS Code when Debugging in C# and .NET
It used to be easier to pass arguments to an application being debugged in VS Code, but in some one of the updates this changed. Here’s how to get it working again.
Aug 12, 2024
#
VSCode
,
Debugging
CockroachDB and Postgres - Releasing Locked Rows with idle_in_transaction_session_timeout
CockroachDB and Postgres let you lock a row with a select if you intend to update it, but what if the transaction gets stuck and the row remains locked? The idle_in_transaction_session_timeout setting can help with this.
Jul 19, 2024
#
CockroachDB
,
Transactions
,
idle_in_transaction_session_timeout
Finding the command used to start a Docker container
I recently wanted to find the command I had run to start a Docker container, it is not as easy as it should be!
Jul 5, 2024
#
Docker
,
Container
CockroachDB and Postgres SELECT FOR UPDATE and SKIP LOCKED
With CockroachDB and Postgres, combining the SELECT FOR UPDATE and SKIP LOCKED statements can help you handle concurrent access to the same table.
Jun 20, 2024
#
Postgres
,
CockroachDB
,
SKIP LOCKED
,
SELECT FOR UPDATE
Using Postgres with C#
It’s not a problem to use Postgres C# and .NET. You can also use Entity Framework.
Jun 6, 2024
#
Postgres
,
C#
,
Docker
Running Postgres in Docker
A simple example of running Postgres in Docker with a password set, and a port exposed.
Jun 3, 2024
#
Docker
,
Postgres
,
Container
Running a Hosted Service in a Console Application
This is a simple example of running a hosted service in a console application. You might want to do this if you need to run a background task in a console application.
May 29, 2024
#
HostedService
,
BackgroundService
,
console
Doing Background Work with a Hosted Service in Web API
Adding a background service to Web API is easy to do, here’s how. (Not saying you should do this!)
May 23, 2024
#
Web API
,
HostedService
,
BackgroundService
«
»
Cite
×