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

blackberry 10 - how to add multiple markers on the google map just by url? -

php - guestbook returning database data to flash -

delphi - Dynamic file type icon -