Generating QR codes and decoding them are not supported by .NET natively, so we have to use some 3rd party library. I chose a very simple-to-use one from NuGet: MessagingToolkit.QRCode I’ve created a new WinForms application, added this package to …
Generating QR codes and decoding them are not supported by .NET natively, so we have to use some 3rd party library. I chose a very simple-to-use one from NuGet: MessagingToolkit.QRCode I’ve created a new WinForms application, added this package to …