Demo Applications Overview
In This Topic
VintaSoft Barcode .NET SDK includes ASP.NET Core, ASP.NET MVC and ASP.NET WebForms demo projects, which demonstrate the main features of the SDK. Demo projects are written in C# and designed in MS Visual Studio .NET.
ASP.NET Core Barcode Demo for Windows, macOS and Linux
Demonstrates how to read barcodes from image or PDF document and how to generate barcode image in ASP.NET Core. Demo can use AI (artificial intelligence) for detection of barcode regions.
C# demo project can be get in installation of VintaSoft Barcode .NET SDK:
- Download and install the evaluation version of VintaSoft Barcode .NET SDK to your computer
- Open "<SDK_install_path>\Examples\ASP.NET Core\CSharp\AspNetCoreBarcodeDemo" folder for getting C# source codes of ASP.NET Core application (.NET 10/9/8)
- Open "<SDK_install_path>\Examples\ASP.NET Core with Angular\CSharp\AspNetCoreAngularBarcodeDemo" folder for getting C# source codes of "ASP.NET Core + Angular" application (.NET 10/9/8)
Also C# demo project for ASP.NET Core can be get from
Github.
Also C# demo project for "ASP.NET Core + Angular" can be get from
Github.
ASP.NET Barcode Demo for Windows
Demonstrates how to read barcodes from image or PDF document and how to generate barcode image in ASP.NET. Demo can use AI (artificial intelligence) for detection of barcode regions.
C# demo project can be get in installation of VintaSoft Barcode .NET SDK:
- Download and install the evaluation version of VintaSoft Barcode .NET SDK to your computer
- Open "<SDK_install_path>\Examples\ASP.NET MVC\CSharp\AspNetMvcBarcodeDemo" folder for getting C# source codes of ASP.NET MVC 5 application (.NET Framework 4+)
- Open "<SDK_install_path>\Examples\ASP.NET WebForms\CSharp\AspNetBarcodeDemo" folder for getting C# source codes of ASP.NET WebForms application (.NET Framework 4+)