Tagged Questions
1
vote
1answer
252 views
Are there any gotchas or good reasons not to use autosproc for stored procedure calls?
I've implemented a data access layer that populates generic entities from a datareader using a variation of the third monkey approach ...