Posts by Eduardo Felix da Silva • 91 points
3 posts
-
5
votes1
answer175
viewsA: How competition works on a single thread with C#
Good afternoon Julio In fact there are differences. The . Net works based on Threadpool and this has a global queue in the FIFO model. Depending on the size of this global queue, more threads are…
-
1
votes2
answers45
viewsA: Find a lower value of a collection, according to one condition
Good afternoon Álvaro. It’s unclear how you’re linking the two collections. Perhaps, in this scenario, the best option is to use a Dictionary<int, List>. This way, you would have as key the…
-
0
votes1
answer31
viewsA: Extract Specific Files with C# Windows Form
Good afternoon Andrey What would I do in that case: Rename . zip file to another extension. (Ex. data, . bin, etc...) I would change the property "Copy to Output Directory" to "Copy Always", so the…