What open-source QR Code Generator would you recommend? [closed]
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this questionI'm looking for a library to generate QR co开发者_StackOverflow社区des 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
Take a look at this one http://qrcodenet.codeplex.com/
http://code.google.com/p/zxing/ and How To Use ZXing C# Port might answer your question.
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
In past I used this one.
It's really "heavy" (about 6MB) but it worked for me and it's released under Code Project Open License (CPOL). I forgot: C# source code is provided.
Another one is MessagingToolKit, which is provided even with a free license; I don't remember (excuse me) if QR is inside free license or not.
精彩评论