dbpack icon indicating copy to clipboard operation
dbpack copied to clipboard

.net samples

Open dk-lockdown opened this issue 3 years ago • 2 comments

Is your feature request related to a problem? Please describe. .net samples for distributed transaction.

dk-lockdown avatar May 04 '22 12:05 dk-lockdown

EntityFrameworkCore and dapper do not support prepared statement, and dbpack depend on it. so, dotnet core sample is unavailable untill efcore or dapper support prepared statement.

dk-lockdown avatar May 17 '22 07:05 dk-lockdown

dbpack supports distributed transaction coordination for com_query requests now, dotnet core is supported. sample: https://github.com/CECTC/dbpack-samples/tree/main/dotnet

dk-lockdown avatar Jun 08 '22 07:06 dk-lockdown