I am working with c# windows form application and using mysql as back end.i have a table employee ,in that i have more 2000 rows its just a example likely more record, when i retrieving and filtering the data from database my application getting slow, Is anyother way to retirve database in good speed, shall achieve the speed by using Linq?
Thanks in Advance