What's an alternative? The database only allows interaction via stored procs.
On Tue, Jul 11, 2017 at 6:21 PM, Craig van Nieuwkerk <crai...@gmail.com> wrote: > Stored proc only ORM seems like hedging your bets and coming up with the > worst of both worlds. > > On Tue, Jul 11, 2017 at 6:17 PM, Tom Rutter <therut...@gmail.com> wrote: > >> Anyone here had any fairly recent experience with an ORM (EF?) to run >> only stored procedures? Any gotchas or recommendations? The sql database I >> need to interact with has to have everything run via stored procedures. The >> last time I did this sort of thing we used ado.net directly. That >> obviously worked well but was tedious and boring to implement. >> >> >