Most of my applications are in Delphi. However one critical app is in dotNet. Is there a dotNet Client library for TRemoteBIZServer?
Unfortunately no, TRemoteDB is heavily tied to Delphi TDataset implementation, it does not make much sense (and it takes a lot of work) to implement in on .NET.
Well that puts me in a real bind. Do you have any suggestions?
If you need a server to be accessed from both Delphi and .NET clients, you should choose XData to create your backend, as it uses standard HTTP/REST/JSON that can be easily consumed by both.
RemoteDB is very specific and is not suited (or recommended) to be consumed by other client apps that are not developed in Delphi.