Comments on: How to Create CRUD Web API in Asp.Net Core With Dapper ORM and Sqlite https://reactconf.org/how-to-create-asp-net-core-crud-web-api-using-dapper-orm-and-sqlite/ Unveiling Tomorrow's Tech Today, Where Innovation Meets Insight Tue, 11 Apr 2023 19:57:00 +0000 hourly 1 https://wordpress.org/?v=6.6.1 By: Jorge https://reactconf.org/how-to-create-asp-net-core-crud-web-api-using-dapper-orm-and-sqlite/#comment-1636 Tue, 11 Apr 2023 19:57:00 +0000 https://labpys.com/?p=947#comment-1636 Nice example, but there is a bug in Create method need change if (CustExist != null) for if (CustExist.Result != null)

]]>