Using C# data from .dll in Wappler

I have a set of functions that a software developer has given me. I basically had to setup a subdomain to install the visual studio project code using ASP.net. I am able to get his basic page to run, but I need more control through wappler as I need to integrate Stripe subscriptions.

The functions are contained in a .dll in the bin folder. And the code page is using C# to call those functions. How could I call those same functions through wappler with javascript or some other method? its basically just attaching to their database I’m guessing and has all of the login credentials and db queries locked into the .dll.

Any ideas, short of me learning C#? LOL

@patrick @george @teodor

Recode in JS. Messing about with DLLs _exports, mem mgmt and all that overhead simply isn’t worth it

I asked the all knowing chatGPT and this is what it said. So researching this with the c# developer to see if we can get that to work