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...

Every time I need to wire up GitHub + Slack + Notion (or literally any combination of APIs), I end up...

I built an LLM caching library to test what AI-assisted development actually looks...

I’ve been building .NET apps for about seven years, and I keep running into the same problem. For...

3 Unexpected Ways Copilot Edges CodeWhisperer for .NET 9 Devs I processed over 2,000 lines...

A couple of years ago I was working on a project with a decent-sized REST API. We had integration...