ShortLinks core services (create/resolve + code generator).
$ dotnet add package ShortLinks.CoreLightweight and extensible URL shortener for .NET / ASP.NET Core.
ShortLinks helps you create, resolve, and manage short URLs with support for
SQL Server (EF Core) and Redis, without requiring ABP or any heavy framework.
🚀 New to ShortLinks?
Start here: docs/README.md
Prefer PDF? Download User Manual
ExpireAtUtc)OneTime, MaxUses)HitCount, LastAccessedAtUtc)ShortLinks.CoreShortLinks.AbstractionsShortLinks.Storage.EFCore — SQL ServerShortLinks.Storage.Redis — Redis (recommended for production)dotnet add package ShortLinks.Core
dotnet add package ShortLinks.Storage.EFCore
dotnet add package Microsoft.EntityFrameworkCore.SqlServer
Use this option if you want relational storage with migrations and easy querying.
dotnet add package ShortLinks.Storage.Redis
dotnet add package StackExchange.Redis