I am working with a C # form application and use mysql as the end. I have a table employee. In that I have more than 2000 lines, this is just an example, most likely more records. When I retrieve and filter data from the database, my application becomes slow. Is there any other way to get the database at a good speed? Should I achieve speed with Linq?
source
share