#Cloud Code Examples

1 messages · Page 1 of 1 (latest)

last hull
#

The C# functionality is newer compared to the JS versions of things. Are you looking for examples for how to interact with other services from C# or something else?

vapid beacon
#

I would like to use some of the functionality from the example project. but I don’t want to use 2 languages , but use only C#. Will there be any problems converting the code?

last hull
#

As far as I know there's functionality parity, both are fundamentally relying on the service APIs without a lot of code in-between.

#

You'd need to do the work to translate the JS implementations to C# though, like you're saying.

vapid beacon
#

thanks!