Dev Tools · 1h ago
MongoDB-backed ASP.NET Core Identity without EF Core
A new NuGet package, AspNetCoreIdentity.MongoDriver, lets developers use ASP.NET Core Identity directly with MongoDB, bypassing Entity Framework Core. It implements UserStore and RoleStore interfaces and requires only a connection string to set up. The package supports generic key types like Guid or string.
Meridian48 take
This is a practical tool for .NET shops already on MongoDB, but it's a niche library, not a paradigm shift.
Read the full reporting
MongoDB-backed ASP.NET Core Identity, without the EF Core detour →
DEV Community
aspnet-coremongodb