+ 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?
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