creating an API in C# to access data in an Unidata db

Magdelene 1 Reputation point
2022-10-19T20:26:40.907+00:00

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?

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
40,168 questions
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.