Posts by Fernando Augusto De Almeida Ba • 91 points
2 posts
-
6
votes1
answer857
viewsQ: Any CPU or x64?
I searched for compilation on Any CPU and x64, but found nothing regarding performance and file size. There is difference between these two in this question when the machine is x64? Website using C#…
-
1
votes2
answers243
viewsQ: Parallelism in Sql Server with C#
I am implementing async methods in C# and would like to know how to proceed when I arrive in Sql. When I open a connection to sql server, does it allow me to parallelize through just one connection?…