In a WinForm C# application I have a Barcode_textbox. In TextChanged event I have an SQL query to check for the TextBox.Text value in the database which is the barc
TextChanged
What about doing the query async?
If you can't or want an easy dirty solution, then I would just stick to the timer