top of page
Search
The Tech Platform
Oct 7, 2021
Multithreading and parallelism with C # examples in the .NET platform.
What is multithreading? Multithreading— it is the ability of a platform (application) to perform multiple operations in one process. One...
The Tech Platform
Jul 13, 2021
Send multi-part content to an API from a .NET Core API (.NET 5.0)
Scenario — You are developing a web API that takes form data in its post method. And from that API, you need to call another API that...
bottom of page