Skip to content
Discussion options

You must be logged in to vote
  1. I haven't got around to implementing it yet. It's on my todo list (but, as you will read elsewhere, I'm moving to Europe right now). Agreed on ODataController vs. ControllerBase - that's legacy, to be honest. I found certain (non-obvious in-the-depths) OData functionality doesn't work with ControllerBase (most notably, the hook for geo-lookups).
  2. Yes, there is - Version is for the very specific task of passing the optimistic concurrency tokens from the DB to the client in a round-trip compatible way. UpdatedAt is for doing incremental sync. I had thought about using UpdatedAt ONLY, which encapsulates both. However, certain databases don't guarantee uniqueness of the value, so I'm at a sto…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@ysmoradi
Comment options

Answer selected by ysmoradi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants