Is RFA.NET competible with .Net Core platform? may I use it with my .Net Core application?
RFA.NET is not compatible with .NET Core because it's .NET wrapper class build on top of RFA C++ libraries. It's not a native .NET lib so it can't port to .NET Core.
RFA.NET can be used on Windows and compatible with .NET Framework only. And it also requires a VC++ runtime library to run the application.