ContextDB Disposed Before Background task finish
I am trying to build a Http API By C#. After returning the HTTP Response, I need to do some works and then update the database in the background.
I am trying to build a Http API By C#. After returning the HTTP Response, I need to do some works and then update the database in the background.