Got a small confusion here. I'm not sure if I am handling my DbContext throughout the WebApi properly. I do have some controllers that do some operations on my DB (Inserts/Updates with EF) and after doing these actions I do trigger an event. In my EventArgs (I have a custom class which inherits from Got a small confusion here. I'm not sure if I a