Thanks I will check it out On Tuesday, 11 July 2017, William Luu <will....@gmail.com> wrote:
> You could try Dapper. > > https://github.com/StackExchange/Dapper#stored-procedures > > It's a micro ORM made by the people behind StackOverflow and claims to be > fairly fast. > > On 11 July 2017 at 18:17, Tom Rutter <therut...@gmail.com > <javascript:_e(%7B%7D,'cvml','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. >> >> >