Sep 4, 2018 · 1 min read
C#/.NET Core calls to the database without async/await will block the threads. It’s unfair to compare it with javascript/node.js (that does all database calls asynchronous).
C#/.NET Core calls to the database without async/await will block the threads. It’s unfair to compare it with javascript/node.js (that does all database calls asynchronous).
Written by