Dotnet
- Home /
- Categories /
- Dotnet

VConSharp - Virtual Conversations for .NET
VConSharp - Virtual Conversations for .NET What Even Is a vCon Before diving into the library, you need to understand what a vCon actually is. Think of it like a PDF, but instead of holding a document, it holds a conversation. Any conversation. Phone calls, chat messages, video conferences, emails. The format does not care about the source.
Read More
TychoDB - A Simple Document Database for .NET
The Problem Have you ever wanted something like Azure Cosmos DB, but for your mobile or desktop application? That ability to just throw objects at a database without worrying about schemas, migrations, or table definitions? I certainly have. And after years of looking for a solution that fit my needs, I ended up building one.
Read More
.NET Hidden Gems: System.Threading.RateLimiting
A Library Hiding in Plain Sight Sometimes the best tools are the ones you walk past every day without noticing. System.Threading.RateLimiting is one of those tools. It shipped as part of the ASP.NET Core rate limiting middleware, and most developers assume it only works in that context. They would be wrong.
Read More