Page 1 of 1

Tutorials and code samples for .NET Standard 2.1 / .NET Core 3.1 / NET 5

Posted: 21 Jun 2021, 16:50
by jramirez-jh
Hello,

I'm very confused trying to follow the online documentation for Client and Server development using .NET Core 3.1.

When I installed the SDK (uasdknetbundle-bin-eval-win32-x86-vs2017-v3.0.9-490.exe) on my Windows 10 machine, I selected the .NET Standard option:

Image

This created the following code samples on my local disk:

Image

When following the tutorials for Server (https://documentation.unified-automation.com/uasdkdotnet/3.0.7/html/L1ServerTutorials.html) and for Client (https://documentation.unified-automation.com/uasdkdotnet/3.0.7/html/L1ClientTutorials.html) I've just noticed that most of the code mentioned there is not present in my local installation so I don't understand where is that code available? or if is not available because is not possible to run that code in .NET Standard / Core?

I'll appreciate your assistance

Re: Tutorials and code samples for .NET Standard 2.1 / .NET Core 3.1 / NET 5

Posted: 22 Jun 2021, 18:22
by Support Team
Hello,

some of our examples are made with Windows Forms to provide a simple user interface. These are not available for .NET Standard. in case of compatibility to Linux systems.
To get these examples install the SDK with one of the .NET Framework versions.
All of our .NET versions provide a similar UA feature set. The .NET Standard version only lacks some Windows only functionalities.