Version 0.6 of NGChart
From Google Chart API docs:
QR Codes are a popular type of two-dimensional barcode, which are also known as hardlinks or physical world hyperlinks. QR Codes store text which can be a hyperlink, contact information, telephone number, even whole verses of poems!
This is how encoded "Hello world" message looks like:
C# code for the image:
QRCodes chart = new QRCodes(new ChartSize(150, 150), "Hello world");
Labels: .net, api, c#, google, google chart, ngchart, open source, OSS, webdev