Blog Logo
TAGS

Create your own QR Code generator in C#

Learn how to create a QR code generator in C# using the ZXing.NET open-source package in this tutorial. In this tutorial, you will learn what QR codes are, the NuGet Package ZXing, and how to prepare for generating and reading QR codes using C#. You will also learn how to add other text to your QR code and read the QR code. By the end of this tutorial, you will have a basic understanding of how to generate and read QR codes using C# and ZXing.NET package.