Download Client SDK (under business logic)--no .net option?

I see options for

  • Android/Java
  • JavaScript
  • Objective-C
  • Swift
  • Flutter

Can’t find an option for .NET. Does this feature lack .NET support, or is this another bug like the .NET api key displaying as “undefined”?

The .NET support is there, that is you can invoke custom API services using the Backendless SDK for .NET. What is not there yet is the code generator for .NET.

To invoke a custom API service, use the Backendless.CustomService.Invoke method (or the async version of it):