question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Entity Framework Backed Persistence

See original GitHub issue

Most 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 and OutgoingEnvelope

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:6 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
jeremydmillercommented, Apr 17, 2018

Pfft. Copy/Paste fail 😉

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found