Repository Implementations
In my previous post I have presented a way to separate your data access from the business logic, when a relational database is used. I have
Sharing experiences and ideas about effective code design
In my previous post I have presented a way to separate your data access from the business logic, when a relational database is used. I have
In our days most of the applications that have a relational database as storage, use an ORM to access the data. The ORM (Entity Framework, Hibernate,