About 2,100,000 results
Open links in new tab
  1. GitHub - Shane32/QRCoder: A pure C# Open Source QR Code

    Generate a QR code with just a few lines of code, either using a renderer's static helper method, or by creating a QR code first and then passing it to a renderer:

  2. Generate QR Codes for Free in C#: A Step-by-Step Guide

    Aug 16, 2025 · In this exercise, we will learn how to generate QR codes for free in C# using the QRCoder library. QR codes are widely adopted in modern applications for sharing links, …

  3. NuGet Gallery | QRCoder 1.7.0

    QR codes can encode structured data that triggers specific actions when scanned (e.g., WiFi credentials, contact information, URLs). QRCoder includes payload generators that create …

  4. C# QR Code Generator (for .NET 10, 9, 8, 7, 6, Core & Framework)

    Aug 20, 2025 · Need to generate QR codes in your C# application? This tutorial shows you exactly how to create, customize, and verify QR codes using IronBarcode—from simple one …

  5. QR Codes Generation With QRCoder in .NET - Code Maze

    May 10, 2024 · In this article, we will discuss how to generate QR codes, specifically with the .NET library QRCoder. We will generate basic QR codes that contain simple strings, discuss …

  6. Generate QR Code using C# Console Application

    Mar 21, 2025 · Learn to Generate QR Code in C# using the QRCode NuGet package. Create a console app, enter data to encode, and save the QR code as a PNG image. Open the image …

  7. QR Code Generator for .NET - Codecrete

    QR Code Generator for .NET requires a .NET implementation compatible with .NET Standard 2.0 or higher, i.e. any of: The previous version of this library depended on System.Drawing, which …

  8. Generating QR Codes in C# - mono-blog.net

    Jan 1, 2025 · There are multiple ways to generate QR codes. This article demonstrates how to use QRCoder —a lightweight and easy-to-use library that supports concurrent generation …

  9. Generate QR Codes in .NET Core Minimal API with QRCoder Library

    Aug 5, 2024 · With just a few lines of code, we have successfully created an endpoint that generates a QR code with custom text and a logo, and returns it as a Base64 string.

  10. Generate QR Codes in C# - CodePal

    Learn how to easily generate QR codes using C# and the QRCoder library in this comprehensive guide.