This readme explains on how to run .NET Sample App in Windows 10 operating system environment.
 

Prerequisites: 
Visual Studio 2017 or above
.NET Core 3.0 SDK
 
Install .NET Core SDK:
https://dotnet.microsoft.com/download/dotnet-core/thank-you/sdk-3.0.100-windows-x64-installer
 
Run the "dotnet -info" command in your terminal. This will verify .NET is correctly installed and ready to use.

Steps to run the sample app:

1) Extract the RFID_SDK_WINDOWS_Vx.x.x.x_64BIT.zip file 
2) Go to sample app source folder dotnet-core\sampleapp\src
3) Open solution file CS_RFIDSample4.sln
4) Build and Run sample application

Steps to run pre-built binary:
1) Extract the RFID_SDK_WINDOWS_Vx.x.x.x_64BIT.zip file 
2) Go to sample app bin folder dotnet-core\sampleapp\bin
3) Execute CS_RFIDHostSample4.exe to run sample application
 