I am working on smartcard based application with smartcard reader, here whenever I flash the card i should get the card UID, based on that I need to retrieve the details from database.
For this need how do i start, whether i need to create service on windows which always run background or is there a way to detect an event on OS or any scheduler program.
I am able to get UID and related but i need to run the program externally.
Please suggest me on this issue, Thanks in advance.