Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What open-source QR Code Generator would you recommend? [closed]

I'm looking for a library to generate QR codes in .NET I've stumbled across a few paid ones, but very few free ones that look any good. Anyone have experience with a good free open-source library?

Thanks

like image 904
Micah Avatar asked Apr 12 '11 19:04

Micah


People also ask

Are there any truly free QR code generators?

QRCode Monkey is one of the most popular free online qr code generators with millions of already created QR codes. The high resolution of the QR codes and the powerful design options make it one of the best free QR code generators on the web that can be used for commercial and print purposes.

Do QR code generators expire?

Do QR codes expire? Free QR codes or static QR codes are generated using a QR Code generator online and they do not expire.

Is there anything better than QR codes?

Near field communication (NFC) tags are one of the new tools that could potentially replace QR codes. Unlike QR codes, NFC tags do not require an extra application. The NFC chip technology already comes built into the majority of modern smartphones, which is a huge advantage.


3 Answers

Take a look at this one http://qrcodenet.codeplex.com/

like image 169
George Mamaladze Avatar answered Oct 24 '22 20:10

George Mamaladze


http://code.google.com/p/zxing/ and How To Use ZXing C# Port might answer your question.

like image 11
Michael Levy Avatar answered Oct 24 '22 21:10

Michael Levy


I have been using the other port ZXing.Net with some success. According to the website, it has assemblies available for the following platforms:

  • .Net 2.0, 3.5 and 4.0
  • Silverlight 4 and 5
  • Windows Phone 7.0, 7.1 and 8.0
  • Windows CE
  • Windows RT
  • Unity3D (.Net 2.0 built without System.Drawing reference)
  • Mono for Android
like image 7
tobsen Avatar answered Oct 24 '22 20:10

tobsen