QR Code Generator
I want to create a qrcode and stored the qrcode in databases
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Abhishek YadavPosted Nov 21, 2022, 4:20 PM
For more information, you can visit this documentation:
https://www.e-iceblue.com/Tutorials/Spire.Barcode/Spire.Barcode-Program-Guide/Create-a-QR-Code-in-C.html
Kip HackmanPosted Nov 21, 2022, 4:00 PM
You can use LEADTOOLS Barcode SDK technology in your application.
https://www.leadtools.com/sdk/barcode
For your use-case you can leverage the BarcodeWriter class to generate a QR barcode, add it to an image, and export that image to your database.
Here is some sample code:
Rajesh GamiPosted Nov 18, 2022, 11:30 AM
Hello Try below links
https://www.c-sharpcorner.com/article/creating-qrcode-in-asp-net-core/
https://www.c-sharpcorner.com/article/generate-qr-code-and-save-into-the-database/
https://www.aspsnippets.com/questions/208874/Generate-QR-code-Image-and-save-in-Database-using-C-and-VBnet-in-ASPNet/
Leon DPosted Nov 18, 2022, 10:29 AM
You can search and install Free Spire.Barcode via NuGet(https://www.nuget.org/packages/FreeSpire.Barcode/), then use the below code to generate QR code easily:
For more information, you can visit this documentation:
https://www.e-iceblue.com/Tutorials/Spire.Barcode/Spire.Barcode-Program-Guide/Create-a-QR-Code-in-C.html
Rijwan AnsariPosted Feb 5, 2021, 9:38 AM
Amit GuptaPosted Feb 5, 2021, 6:16 AM
Sachin SinghPosted Feb 5, 2021, 6:05 AM