Hello guys, i'll pay close attention of any post that can closely help anyone interested in .net and c#.
For further actions, you may consider blocking this person and/or reporting abuse
Hello guys, i'll pay close attention of any post that can closely help anyone interested in .net and c#.
For further actions, you may consider blocking this person and/or reporting abuse
Juarez Júnior -
mohamed Tayel -
Leandro Veiga -
Juarez Júnior -
Top comments (2)
my brainer for tonight is how to refactor this snippet to work with high performance if 1 million items are in. it's about books ratings.
Hello
I rewrote a foreach code in parallel, the execution speed improved from 35 seconds to 7 seconds.
If I were you, I would use stored procedure; then I would use a separate table (or view) based on the score (complex you use) that would automatically update every 24 hours and update the list.