SimpleDotNet Logo

SimpleDotNet.com

Practical .NET projects & documentation

Powerful .NET Projects

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.

100% Open Source • Apache 2.0 Licensed • Community Driven
C#

// 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!");
                            

Featured Projects

Hand-picked projects that demonstrate clean code, good practices, and practical utility.

Simple Discord .NET

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

C# .NET 10+ Apache 2.0 License

Simple ORM .NET

Zero-reflection ORM for .NET

Zero-reflection ORM with source generation, built-in drivers for PostgreSQL and SQLite, and full Native AOT compatibility.

C# .NET 10+ Apache 2.0 License

Get Started in Minutes

Follow these simple steps to start using our projects.

1

Choose a Project

Browse our collection and select a project that fits your needs.

2

Install Package

Use NuGet or download the source code from GitHub.

dotnet add package SimpleDiscordDotNet
3

Read Documentation

Explore usage examples, API reference, and best practices.

4

Start Building

Integrate into your project and customize as needed.

Why Choose SimpleDotNet?

Clean & Simple Code

Every project follows consistent coding standards, is well-commented, and focuses on readability and maintainability.

Comprehensive Docs

Detailed documentation with examples, API references, and tutorials to help you get started quickly.

Open Source

All projects are Apache 2.0 licensed, open source, and welcome contributions from the community.

Ready to Get Started?

Join hundreds of developers who are already using SimpleDotNet projects in their applications.

Browse All Projects