creating an API in C# to access data in an Unidata db
Magdelene
1
Reputation point
I've found an example of a console application that uses U2.data.client.dll to talk to Unidata accounts (databases), I've tested it and so far so good, currently I'm trying to convert the console application to an API application and so far I've come to understand:
- that the above mentioned dll is only compatible with .net framework 4.8 and nothing higher.
- it uses MSbuild in csproj.
My issues lie in the fact that thus far I've only worked with SDK builds, unsure how to convert or create an API from there. If anyone has tried this before can you please provide some clarity?
Sign in to answer