Table of contents

Database

  • Dapper Dapper - a simple object mapper for .Net
  • Dapper Query Builder Dapper Query Builder using String Interpolation and Fluent API

dotnet Tools

  • dotnet-rimraf Deep deletion command for .NET (like rm -rf)
  • dotnet-run-script A dotnet tool to run arbitrary commands from a project's "scripts" object
  • dotnet-serve Simple command-line HTTPS server for the .NET Core CLI

Id generation

  • IdGen Twitter Snowflake-alike ID generator for .NET
  • NanoId-Net .NET implementation of ai's nanoid
  • Hashids A small .NET package to generate YouTube-like hashes from one or many numbers. Use hashids when you do not want to expose your database ids to the user.

Linq

Middleware