Tagged Questions
4
votes
7answers
486 views
Do any OR Mappers provide Asynchronous Methods?
Do any .Net O/R (object/Relational) Mappers provide Asynchronous methods out of the box?
I don't want to have to write the boiler plate for the asynchronous method if possible
I have rolled my own ...