What open-source QR Code Generator would you recommend?

C#.NetOpen SourceQr Code

C# Problem Overview


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

C# Solutions


Solution 1 - C#

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

Solution 2 - C#

Solution 3 - C#

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

Solution 4 - C#

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.

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionMicahView Question on Stackoverflow
Solution 1 - C#George MamaladzeView Answer on Stackoverflow
Solution 2 - C#Michael LevyView Answer on Stackoverflow
Solution 3 - C#tobsenView Answer on Stackoverflow
Solution 4 - C#MarcoView Answer on Stackoverflow