I am working with Windows form application. In that I retrieve the data from XML and filter needed data from that. I am using for loop which made our application slow. So I like to go with Linq. I need some tutorial and example to retrieve and filter data from XML using Linq. Another question is that , I retrieve and filter data from database. Its also getting slow. Is it possible to speed up process with the help of linq?
Share
Check these: