Threading in c# asp.net | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Threading in c# asp.net

I have a function in which convention of video file to 'x' format is happening the problem is i have multiple files that is waiting for the conversion and some time two files simultaneously goin for the conversion and my application gets stoped i have found a solution that threading can be used to over come this how can i achive this?

29th Mar 2019, 4:53 PM
Atul Mathew
Atul Mathew - avatar
1 Answer
+ 1
I have made a c# threading example in the playground https://code.sololearn.com/c3y07A5xYV4l/#cs Can you use this in asp.net
29th Mar 2019, 8:50 PM
sneeze
sneeze - avatar