Chapter 11, Benchmarking Relational Data Access Frameworks
- Executing a stored procedure with Dapper.NET.
- Executing a raw SQL statement with Dapper.NET.
- Executing a stored procedure with ADO.NET.
- Executing a stored procedure with ADO.NET.
- Executing a stored procedure with ADO.NET.
- Not necessarily. A hybrid approach may be better because you can maximize your data access performance for the data operations in question by using the most performant method from the frameworks you have selected to work with.