dotnet-db-samples
dotnet-db-samples copied to clipboard
Distributed transactions on .NET 7 on Windows
.NET 7 (which was recently released) has added support for distributed transactions on Windows using MSDTC (dotnet/runtime#715). Is support for this feature planned in ODP.NET Core? This would help resolve issues with opening multiple connections to a server (eg. #198).
We really need that feature.