A curated collection of powerful .NET projects that give developers access to complex tasks and mechanics usually only accessible through advanced coding or hard-to-use packages.
// Create a Discord bot with SimpleDiscordDotNet
using SimpleDiscordNet;
var bot = QuickStart.CreateBot("YOUR_BOT_TOKEN", "YOUR_GUILD_ID");
await bot.StartAsync();
// Send a welcome message
await bot.SendMessageAsync(channelId, "Hello from SimpleDiscordDotNet!");
Hand-picked projects that demonstrate clean code, good practices, and practical utility.
Discord bot SDK for .NET 10
A lightweight, dependency-free Discord bot SDK for .NET 10 that provides direct access to Discord API v10 (REST + Gateway).
Zero-reflection ORM for .NET
Zero-reflection ORM with source generation, built-in drivers for PostgreSQL and SQLite, and full Native AOT compatibility.
Follow these simple steps to start using our projects.
Browse our collection and select a project that fits your needs.
Use NuGet or download the source code from GitHub.
dotnet add package SimpleDiscordDotNet
Explore usage examples, API reference, and best practices.
Integrate into your project and customize as needed.
Every project follows consistent coding standards, is well-commented, and focuses on readability and maintainability.
Detailed documentation with examples, API references, and tutorials to help you get started quickly.
All projects are Apache 2.0 licensed, open source, and welcome contributions from the community.
Join hundreds of developers who are already using SimpleDotNet projects in their applications.
Browse All Projects