I'm working on converting what was originally a web forms .NET application to UWP. The application is for using company-issued badges to record meeting attendance instead of our current paper sign in sheets. The original program uses an Omnikey 5427 CK in keyboard wedge mode and has no problems. For [...] read more
I'm trying to initialize a new Mifare Classic Tag to the DNEF format, readable by the Proximity API. According to Microsoft, the proximity API is capable to initialize a mifare classic tag to a NDEF format if needed (as described here and here). But, using this line of code to [...] read more