Summary
OnBarcode Barcode software is a mature .NET application library for reading multiple barcode image formats.
Using C# Barcode Reader Library, ASP.NET professionals are easy to enable barcode online scanning and reading functions into ASP.NET Core, MVC web app.
The barcode library also supports barcode reading in Windows app.
Common Asked Questions
How to integrate barcode scanner feature into an ASP.NET Core web application?
To setup a C# ASP.NET Core or MVC web project to scan, read barcodes online, you can create a new ASP.NET web project using Visual Studio, add C# Barcode Reader library dll to the project reference. Now you can start to scan and extract barcode data from image file using one line of C# code.
BarcodeScanner.Scan.
Why does the web application need a barcode scanner?
Many enterprise web systems need an online barcode scanner for inventory management, online data entry, data automation. OnBarcode C# Barcode library
provides all common 2d, 1d barcode generation and reading for ASP.NET Core web application.
How to get a trial license for C# Barcode Reader for ASP.NET Core web app?
You may download and install OnBarcode C# Barcode Reader library nuget package from NuGet Package Manager in Visual Studio.
Or you can also directly download and install the free trial package from the website.
How to install barcode reader library into an ASP.NET web project?
You can download and add the C# Barcode Reader library dll to your ASP.NET web project reference using Visual Studio.
Or you can install the barcode library nuget package from NuGet Package Manager in Visual Studio.
How to verify the scanned barcode data in ASP.NET web application?
C# Barcode Scanner library will use barcode check sum character or error correction level to verify the scanned barcode value in ASP.NET web application.
Does C# Barcode Reader library support Blazor application?
Yes. You can install the C# barcode scanner sdk to a Blazor application in Visual Studio.
What are the .net platforms to run the C# Barcode Reader library in ASP.NET web app?
OnBarcode C# Barcode Reader library supports all major .net platforms and running on Windows, MacOS, Linux operating systems.
- .NET 10, 9, 8, 7, 6, 5
- .NET Framework 4.x, 3.x, 2.x
- .NET Standard 2.0
- .NET Core 2.x, 3.x
What procedures are required for scanning barcodes in ASP.NET web application?
In the ASP.NET web application, once a user uploads an image file to web app. The barcode library will load and scan the
raster image data, apply the image processing, locate the barcode position, identify the barcode format, decode the barcode data, verify the data with the check character or error correction level,
and return the barcode data with detailed information in the ASP.NET web application.
