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
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
Running CockroachDB on Windows, Linux, or Mac with a Single Executable
In a previous post I showed how to run CockroachDB locally using Docker, but there is an even easier way - run the executable for your operating system.
May 21, 2024
#
CockroachDB
Getting the Method Name from a Task in C#
Getting the name of a method from a task is not trivial, but this post will show you how to do it and includes an extension method for you to use.
Mar 28, 2024
#
Task
,
C#
CockroachDb with Entity Framework and Web API
Using CockroachDb with Entity Framework is easy, here is a simple post showing how.
Mar 8, 2024
#
CockroachDB
,
Entity Framework
,
Web API
Starting CockroachDB in Single User Mode with a Dockerfile
This post shows how to use a Dockerfile to start CockroachDB in single user mode.
Mar 3, 2024
#
CockroachDB
,
Docker
,
Dockerfile
Polly Core Rate Limiter
In the new Polly version, the rate limiter has replaced bulkhead isolation. This post shows how to use the rate limiter.
Feb 15, 2024
#
Polly
,
Rate Limiter
,
Polly Core
Repository File Statistics
It can be useful to see what types of files are in a repository and how many of each type there are, how many comments, blank lines, etc. This post shows how to do this with local repositories.
Feb 6, 2024
#
C#
,
Git
,
Repository
«
»
Cite
×