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/
- Host: GitHub
- URL: https://github.com/iron-software/iron-barcode-generating-qr-codes-in-csharp-tutorial
- Owner: iron-software
- Created: 2018-11-15T01:40:28.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-15T01:46:26.000Z (over 7 years ago)
- Last Synced: 2025-07-23T17:48:47.104Z (11 months ago)
- Topics: barcode, barcode-generator, csharp, qr-codes, qrcode, qrcode-generator
- Language: C#
- Size: 53.7 KB
- Stars: 8
- Watchers: 6
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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