How I learned to stop worrying and write my own ORM

1 · Sam · Jan. 8, 2020, 7:35 p.m.
Summary
Dapper is a well thought out tool, and works well for what it does, but string literals scattered about an application is quite frankly a maintenance disaster waiting to happen. For a much simpler, better performing, and more productive approach you should immediately switch to sqlplus.net SQL+ The Fastest ORM for C# & SQL Server SQL+ is the only ORM that features a SQL first approach to building data services and holds up in the most demanding environments Generate all those POCO obje...