Posted on: 9/26/2014 1:50:28 AM | Views : 462

I am developing an RFID gift card application. I have an SDK to read the cards, so I would like to accomplish the following:
Tie in the c# code to access the card reader Offline database access to reduce network usage and to allow server maintenance Online admin portal to remotely change settings and view transactions Online customer portal for customers to view balance I was thinking about using Silverlight but would ASP.NET be a better solution to allow for the customer portal? I would love your insight!
How should I tie in ASP.NET with the c# card reader? I need the computer with card reader to push a new/existing customer window when card is read

Go to the complete details ...