Have you heard about ORM? And what about Micro-ORM?
We have a lot of software that needs to store data and the “traditional”, and even natural choice, is adopt some Relational Database. In order to simplify the communication with the database and to “glue” the world of Object Oriented (OO) programming languages with the structural nature of the relational data, developers like to use some Object-relational mapping (ORM) framework. Continue reading “Getting started with Dapper”