0

I'm working on a project that works with datasets, but now will be with Entity Framework(any version).

My idea is to do the following

  • Reuse stored procedures (only selects with parameters - one or more tables)
  • To insert, delete and update will use Entity Framework

What is the best way (fast, not complex) to create INSERT UPDATE DELETE for those stored procedures?

I tried with context.SaveChanges but apparently does not work with imported SQL Server stored procedures. Any ideas for this project?

Daniel
  • 13
  • 4
  • Which version of Entity Framework are you using? And which approach (database-first, model-first, code-first)? – marc_s Oct 15 '13 at 18:27
  • Sorry, im new on EntityFramework.. the version is 5.0 (but could be any), and i think it's database first (upgrading a system with datasets) – Daniel Oct 15 '13 at 18:45

0 Answers0