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 bitnami/kafka in Docker
It seems none of the Docker images of Kafka have sufficient instructions to run the container, and access it from the host computer. Here I show how to get bitnami/kafka working.
Jan 17, 2025
#
Kafka
,
Bitnami
,
Docker
,
Container
Mixing Raw SQL and Fluent Statements with Entity Framework
There are times when it is necessary to use handwritten SQL with Entity Framework Core. In this post I should how to do that, and to mix it with the usual fluent statements.
Jan 15, 2025
#
Postgres
,
Entity Framework
,
SQL
Seeding a Large Database with Entity Framework
Here’s an example of seeding a database with a lot of data using Entity Framework. It avoids slowdowns, timeouts, and using excess memory.
Jan 5, 2025
#
Entity Framework
,
Seed
,
Bulk
Setting the Typewriter Text Color with FoxIt for Linux
I’m glad that FoxIt PDF reader is available for Linux, but I was disappointed that the Typewriter tool doesn’t have a black color option, here is a way to change it manually.
Dec 29, 2024
#
Linux
,
PDF
,
FoxIt
Getting Confluent Kafka Working in Linux with Docker Desktop
Getting Confluent Kafka working in Linux is not as easy as in Windows, but it can be done.
Dec 23, 2024
#
Kafka
,
Linux
,
Docker
,
Container
Using HttpClient to Download a File with GetStreamAsync
Simple example showing how to download a file using HttpClient and GetStreamAsync.
Dec 20, 2024
#
GetStreamAsync
,
HttpClient
,
.NET
Microsoft SQL Server - The remote certificate was rejected by the provided RemoteCertificateValidationCallback
If you are running Microsoft SQL Server locally in Docker, when you connect to it you might get an error - The remote certificate was rejected by the provided RemoteCertificateValidationCallback. Here is how to fix it.
Dec 19, 2024
#
Docker
,
Container
,
SQL Server
,
Entity Framework
How to Copy Files to the Output Directory in .NET
I always forget how to do this, so I’m writing it down.
Dec 16, 2024
#
.NET
,
csproj
,
Compile
MassTransit - Sending a Message to a Single Consumer
Simple example of using MassTransit with a single producer and single consumer.
Dec 10, 2024
#
MassTransit
,
RabbitMQ
,
.NET
Using the Confluent Kafka Consumer in a Non-Blocking Way in .NET and C#
The Consume method of the Kafka Confluent library for C# is synchronous, this post shows you how to use it in a non-blocking way.
Nov 17, 2024
#
Confluent
,
Kafka
,
Asynchronous
,
Synchronous
,
BackgroundService
»
Cite
×