5 Replies
Thank you. So I want to use Actions to let higher level classes subscribe to the update method.
I want to know if this is potentially going to hurt the performance of my code versus just using overrides.
you can declare it virtual protected in your entity
you can do a minimal usage and test the 2 way with Benchmark.NET
if you're only going to do one handler for the event, a virtual method would be best
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.