In this tutorial, you will learn how to implement barcode scanning and generation in an ASP.NET Core application using the ZXing.NET library. Understanding these concepts is crucial for building modern applications that require inventory management, product tracking, or any scenario where quick identification is essential. Before diving in, ensure you have a basic understanding of ASP.NET Core and C# programming.
Tag
barcode
All blogs tagged with barcode
2
Articles
99
Total Views
Showing 2 of 2 articles
27
May
2026
Barcode Scanning and Generation in ASP.NET Core with ZXing.NET
23
Apr
2026
Comprehensive Guide to QR Code Generation in ASP.NET Core Using QRCoder Library
In this tutorial, you will learn how to generate QR codes in an ASP.NET Core application utilizing the QRCoder library. Understanding QR codes and their implementation can significantly enhance user engagement and data sharing capabilities in web applications. Prior knowledge of C# and ASP.NET Core fundamentals is essential to follow along effectively.