2024-06-03 07:25:11 -07:00

863 B

type, assigned, completed, status, created, updated, column
type assigned completed status created updated column
kanbn 2023-05-24T04:27:22.225Z 7-Done 2024-01-06T01:22:07.312Z 2024-01-06T01:22:07.312Z Done

Dapper

Comments

  • date: 2023-05-24T04:26:49.773Z Today we had a presentation from dapper. 
    Dapper is an ORM tool that can be easily integrated into smaller projects. As long as you have few tables, this ORM is suitable. For many tables, there were objections whether this tool would be sufficient. The concerns are probably correct here. The effort to learn Dapper is small, the effort for EF or NHibernate is far greater. The speed speaks clearly for Dapper, however, one must do without features such as link, creation of automatic SQL queries...
    The presentation can be viewed here.