© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
C#C
C#•3y ago•
1 reply
~FallenParadise~

AspNetCore.Identity with EventSourcing

Hi. Im trying to make identity based on events.
For that im using
Marten
Marten
.

Now im looking on how to impliment em.
For now im trying to override
store
store
layer of identity.
Also it seems that event if i can somehow achive it and extract events from
TUser
TUser
(when user updated) i can't use events for updating. Because there is passed reference to
Update
Update
method and then i need somehow to pipe that events from model (or parse em and try to figure out what happens?) and then using reflection reasign all properties.
EFCore and other things can do it automatically.

Should i keep overriding at
store
store
layer or go higher to
manager
manager
layer?
Any ideas or examples of event sourcing with identity?
C# banner
C#Join
We are a programming server aimed at coders discussing everything related to C# (CSharp) and .NET.
61,871Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

❔ Aspnetcore Identity Override
C#CC# / help
3y ago
✅ I need help with Aspnetcore Identity in clean architecture
C#CC# / help
5mo ago
Relationship between Microsoft.AspNetCore.Identity.EntityFrameworkCore and AAD
C#CC# / help
4y ago