Barcode Xpress .NET Core can be installed via NuGet or by a zip file provided by Accusoft. Once installed, you will need a valid license to use Barcode Xpress. For development this can be done with the License Manager that ships with the Barcode Xpress zip file. To obtain a license, see Licensing and Distributing.
The easiest way to evaluate Barcode Xpress is to clone and run the Hello Barcode Xpress for Net Core sample from GitHub
The easiest way to get Barcode Xpress .NET Core is via NuGet.
If you have the dotnet CLI installed, run this command from your project’s directory to add Barcode Xpress to your .Net Core project:
dotnet add package Accusoft.BarcodeXpress.NetCore
For more information on the "dotnet add package" command, see Microsoft’s documentation.
Using the Nuget Package Manager, run this command to add Barcode Xpress to your project:
Install-Package Accusoft.BarcodeXpress.NetCore
Lastly, you can install the NuGet package through Visual Studio if you’re using Visual Studio 2012 or newer:
To read more about NuGet, please visit nuget.org.
Accusoft also provides a Zip file you can download from our website. The Zip file contains the License Manager used for installing development licenses, sample code and images, and all the artifacts included in the NuGet package:
In order to distribute your finished application, you must purchase and install a fully paid license from Accusoft. The paid licenses override trial licenses.
Distributing Barcode Xpress for .NET Core