All-Star
58234 Points
15673 Posts
Dec 10, 2020 03:50 PM|bruce (sqlwork.com)|LINK
Note that this will cause scaling issues with asp.net core. If you need to make sync database or network calls, you should use a async thread pool to execute them.
All-Star
58234 Points
15673 Posts
Re: How do I populate a database with a NO async method?
Dec 10, 2020 03:50 PM|bruce (sqlwork.com)|LINK
Note that this will cause scaling issues with asp.net core. If you need to make sync database or network calls, you should use a async thread pool to execute them.