I have an application to be used in a shop, where the employee needs to read the barcode of an item and have its details showing up on screen. The application is to be built in ASP.NET.
Is this doable? Do I need 3rd party libraries. Can a server-side like ASP.NET read client side barcodes?
Thanks