Can I Run 2 Entity Framework contexts simultaneously (1 read, 1 read/write)? -


i writing tool copies data (user selectable) tables in 1 database database running same schema. can use 2 entity framework contexts (each different conn string) in following way or run problems?

  1. read row context1
  2. search row in context2 (based on name example)
  3. if name doesnt exist in context2:
    • make copy of row context1
    • manipulate fields in copy
    • insert copy context2

i know response little late but... absolutely possible. since pointing towards 2 separate databases don't see issues @ all.


Comments

Popular posts from this blog

python - How to create a legend for 3D bar in matplotlib? -

java - Multi-Label Document Classification -

php - Dynamic url re-writing using htaccess -