Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7664541
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T14:19:56+00:00 2026-05-31T14:19:56+00:00

Implementing/handling idempotency in c# with Jolivers EventStore. Does this mean just taking care of

  • 0

Implementing/handling idempotency in c# with Jolivers EventStore. Does this mean just taking care of checking an aggregate ID and version alongside the domain/readmodel before handling? Or is there more to it than that?

[EDIT]

The reason I’m asking is that I, for instance, want to develop my app in small feature chunks.

so – imagine I have a dataset of some type with product data for an online store. I want to start developing the app by creating the ability to search for products. this means importing the dataset somehow (doesn’t matter how). each product in the dataset eventually fires (for example) a CreateProductCommand – this command goes through the domain which fires the ProductAddedEvent which is then handled by a denormalizer to populate the ProductSearchView

Now – after the search feature is implemented, I want to create the product detail views. I have already ran the import to get the dataset into the system so I want to re-run the events which will fire off the denormalizers to populate the ProductDetailView

Does that make sense?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-31T14:19:57+00:00Added an answer on May 31, 2026 at 2:19 pm

    What you can do is to clean the read model data store and run all the events in the Event Store using the same mechanisms you would use when they were first published.

    I am using a separate thing to do this as a step in my deployment process.

    Using an instance of the Event Store I get all events from the beginning of time:

    var commits = eventStore.Advanced.GetFrom(DateTime.MinValue).ToList();
    

    Then I iterate over the list and dispatch the events to the read model using much of the same code I use when they are normally dispatched.

    That’s basically it.

    What you should do is to create something that makes this simple for you because you will have to do this a lot.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am implementing exception handling for our BizTalk services, and have run into a
implementing publishActivity in PHP using the REST API using this code: $activity = array(
I am implementing an error handling strategy in an ASP.Net MVC 3 application. I've
I'm having a little bit of trouble implementing the following method while handling the
I have just started implementing signal listeners in a django project. While I understand
I'm implementing the session sharing structure from this link for an ASP classic site
When implementing error-handling using the built-in validation-helpers on a strongly-typed view, you usually create
I'm implementing the Enterprise Library Exception Handling Application Block in an ASP.NET application that
I am implementing a Windows-based web server handling multiple specific HTTP requests from clients
I am implementing a server which accepts many concurrent connections. I used this structure:

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.