M
Mr. X.
Hello,
I think that BindingSource is old fashion attitude.
I use filter, and I think that on large table there will be performance
problems (because before assign value to filter, I need to retrieve the
table data).
I want to change my code using linq instead.
Before I change 100,000 lines of code, I need to know whether the linq
overcome the performance problems,
and is linq indeed is the best way that good for convenience and also good
for performance?
Is there any other way to retrieve from data fast ?
If not, what else can I use instead of using BindingSource?
Also :
Can I write into database via linq? (that is must).
Thanks
I think that BindingSource is old fashion attitude.
I use filter, and I think that on large table there will be performance
problems (because before assign value to filter, I need to retrieve the
table data).
I want to change my code using linq instead.
Before I change 100,000 lines of code, I need to know whether the linq
overcome the performance problems,
and is linq indeed is the best way that good for convenience and also good
for performance?
Is there any other way to retrieve from data fast ?
If not, what else can I use instead of using BindingSource?
Also :
Can I write into database via linq? (that is must).
Thanks