Asp.net – Multiple instances of a DB Context in Web API Controller
In an ASP.Net 7 web api application, we have two sets of entities we need to build up with one set being built and persisted to the database, and the other set of entities being built in memory, but then…