I recently built a small .NET library called PooledMailKit.
It is an SMTP connection pool built on top of MailKit.
NuGet:
dotnet add package PooledMailKit
Enter fullscreen mode
I recently built a small .NET library called PooledMailKit. It is an SMTP connection pool built on...
I recently built a small .NET library called PooledMailKit.
It is an SMTP connection pool built on top of MailKit.
NuGet:
dotnet add package PooledMailKit
Enter fullscreen mode

A few weeks ago I published an article about an event-driven order pipeline I built in .NET. A CTO...

Hello everyone! For many years, I have been developing equipment control software and long-term...

A practical DEV post on building inbox automation the sane way: code handles mailbox sync, retries, rules, and state; LLMs handle…

I’ve been playing with C# 15 quite a bit this week, and after yesterday’s post about the new with()...

How thinking in themes instead of details leads to better design.

Bolting an LLM onto your pull requests is a weekend project. Building AI code review that your...