Using Dapper: A Practical Guide
For projects with low traffic, I often use Entity Framework for database operations because of its rapid development speed, despite its slower performance. It saves a lot of SQL writing and makes it convenient to handle foreign keys, collections, and more. However, for websites that need to consider runtime speed, I have to use other ORM framew ...
Posted on Thu, 27 Aug 2026 16:48:40 +0000 by jtbaker