agile
Should You Use an Object Relational Mapper in your App?
When you write applications that communicate with a relational database, your design needs to solve a fundamental problem. In most cases, we create systems using relational databases. (i.e. MySQL, Oracle, MSSQL, etc.) Similarly, we probably write our web or smart client applications using an object oriented programming language like Read more…