Generate Code for Data Access Or Use ORM

Code generation based on Database table design

  • Author: Mrinmoy Das
  • Date: Tuesday, July 30, 2024
  • 89
  • 49
  • 0

Every 2 or 3 years Microsoft ships some new data access framework/technology. Why should I use an ORM when I know how Database works. Have full control over the code. Use template based Code generator rather than depending on ORM libraries and standards.

Work in progress... We will complete this blog in few days.