How to use vb.net dataset application in golang

I have one big application which is written in vb.net with dataset . I would like to use inside golang.

I don’t want rewrite the application again.

One way I can write api and call vb.net web service.

Does anyone have any idea please share

You can build a Windows Service (It depends on your architecture) but i think the API Web Service (REST) is easier to implement…

I want response back in dataset

Agreed. You could also use gRPC:

Though I don’t know if it supports VB (C# is supported though). Probably a RESTful web API is the easiest path to getting something working.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.