Using Always Encrypted of SQL Server from .NET Core 2.1
问题 I am aware that Microsoft has not specified any plan to support Always Encrypted from within Core, yet. However, this is supported by classical .NET Framework (4.5 onward). Our Core 2.1 project's usage of Always Encrypted is limited to two simple queries and we are willing to take alternative routes to use it other than downgrading from Core 2.1. There are many remote ways to solve these problems but they involve remoting (WCF or REST for another classical .NET) or through a Service Fabric