for those who want to evaluate xServer through xServer.NET it is helpful to know where to get the latest version of the SDK or the demo suite.
- The SDK is available for download at the customer area (login required).
- Online Docu
- The stand-alone xServer.NET Demo center is available at this public space.
- Our wizzard Oliver also provides some interesting samples on his xServer.NET github.
- We also offer NuGet packet manager integration: Install-Package Ptv.XServer.Net
- Short demo video (subscribe my channel for more!)
Code: Select all
formsMap.XMapUrl = "https://xserver2-europe-eu-test.cloud.ptvgroup.com/services/rest/XMap";
formsMap.XMapCredentials = "xtok:" + YourToken;
Bernd