How goes it everybody?
Very simple question today. If I give two separate Threads two different SqlCommands. If both SqlCommands use the same SqlConnection, can they execute at the same time? Does SqlConnection block this behavior? Or does something... more interesting happen?
(I do believe SqlConnections are pooled by connection string for this exact reason, but I just need some reassurance)
This is a hypothetical question, just curious how SqlConnection behaves given the design described.