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 VB.NET 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.
- 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 8/7/6)
- Open "<SDK_install_path>\Examples\ASP.NET Core with Angular\CSharp\AspNetCoreAngularBarcodeDemo" folder for getting C# source codes of ASP.NET Core with Angular application (.NET 8/7/6)
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.
- 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+)