Hello,
we have an integration between a Windows Forms ERP and NopCommerce version 3.70
We need to access to SQL Server DB in order to execute SELECTs and UPDATEs and we are doing that using the Misc.WebServices plugin (from Nicolas Muniere that was included in NopCommerce sources), in particular its methods ExecuteDataSet and ExecuteNonQuery.

We have to upgrade NopCommerce to version 4.10
I read that .NET Core 2.1 (currently) does not support WCF so the plugin cannot be executed in NopCommerce 4.10

Which is the best way to implement in NopCommerce 4.10 a service that permith SELECTs and UPDATEs to NopCommerce DB?
Is there a plugin for 4.10 version with which I can execute that operations on DB from our Windows Forms ERP?