Entity Framework Backed Persistence
See original GitHub issueMost of the Marten persistence is really related to the persistence framework and not so much the backing database.
I think the first time through you try to do this without any concern for optimization, build the necessary tests, and go. Then make another sweep for the optimized Lamar mechanics.
Need:
- Saga storage
- Outbox support
- Transaction support
- Optimized Lamar Instance strategy to avoid going to service location with Lamar + EF Core.
Tasks
-
IncomingEnvelope
persistent model -
new IncomingEnvelope(Envelope)
-
OutgoingEnvelope
persistent model -
new OutgoingEnvelope(Envelope)
- Extension method on ModelBuilder to add mappings for
IncomingEnvelope
andOutgoingEnvelope
Issue Analytics
- State:
- Created 5 years ago
- Comments:6 (5 by maintainers)
Top Results From Across the Web
Implementing the infrastructure persistence layer with ...
NET Core and Entity Framework Core using Visual Studio ... which is backed by a private field member for the collection (like a...
Read more >Entity Framework - Persistence
You can create classes that can focus on their business rules without regard to how they are persisted (where the data is stored...
Read more >Persistence in Entity Framework
There are two scenarios when persisting (saving) an entity to the database using Entity Framework: the Connected Scenario and the Disconnected Scenario.
Read more >Persistence in Entity Framework
The Persistence in Entity Framework is handled by DbContext Class. ... In step3 SaveChanges method is called to persist the data back to...
Read more >Chapter 7. Persisting objects into the database - Entity ...
Entity persistence is the process that stores entities data inside the database. ... To insert each detail, Entity Framework needs the ID of...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Pfft. Copy/Paste fail 😉
Closed by https://github.com/JasperFx/jasper/commit/b9ee08f0a511b9217540f7f46f964bba949116db