Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I'm looking for a free to use c# library/code to create barcodes. Secifically I need to be able to create QR-Code type barcodes. I'm looking for free to use (Open Source or just Free, etc.) not pay to use.

share|improve this question
1  
Take a look at this one http://qrcodenet.codeplex.com/ – achitaka-san Oct 5 '11 at 20:53
Here is QR code generator application,you can go through the details here blogs.gcpowertools.co.in/2011/09/… – Abhishek Nov 21 '11 at 16:05

3 Answers

up vote 8 down vote accepted

This seems pretty flexible

share|improve this answer
Hey, could you please edit this answer to contain more than just a link? Maybe some example code? – ThiefMaster Mar 31 at 13:02

You can look at Open Source QR Code Library or messagingtoolkit-qrcode. I have not used either of them so I can not speak of their ease to use.

share|improve this answer

ZXing is an open source project that can detect and parse a number of different barcodes. It can also generate QR-codes. (Only QR-codes, though).

There are a number of variants for different languages: ActionScript, Android (java), C++, C#, IPhone (Obj C), Java ME, Java SE, JRuby, JSP. Support for generating QR-codes comes with some of those: ActionScript, Android, C# and the Java variants.

share|improve this answer

protected by Brad Larson Apr 12 at 17:06

This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.

Not the answer you're looking for? Browse other questions tagged or ask your own question.