An open API service indexing awesome lists of open source software.

https://github.com/iron-software/iron-barcode-generating-qr-codes-in-csharp-tutorial

Generating QR Codes with C# - Source for tutorial https://ironsoftware.com/csharp/barcode/tutorials/creating-qr-barcodes-in-dot-net/
https://github.com/iron-software/iron-barcode-generating-qr-codes-in-csharp-tutorial

barcode barcode-generator csharp qr-codes qrcode qrcode-generator

Last synced: 11 months ago
JSON representation

Generating QR Codes with C# - Source for tutorial https://ironsoftware.com/csharp/barcode/tutorials/creating-qr-barcodes-in-dot-net/

Awesome Lists containing this project

README

          

# Creating QR Codes in C#

This tutorial comprises a Visual Studio 2017 project in C# with source code that covers:

Installing and using the **BarCode** package from NuGet to generate and verify QR Codes.

* Example 1 - Create a QR code with 1 Line of Code
* Example 2 - Adding a Logo and Coloring a QR code
* Example 3 - Verifying QR Codes
* Example 4 - Reading and Writing Binary Data