Click here to Skip to main content
15,886,873 members

Comments by sachin.vishwa90 (Top 47 by date)

sachin.vishwa90 16-Nov-18 7:12am View    
you need to mention what you have tried?
basically you will have to create a separate thread for each method and run your thread so your code shouldn't be waiting for each other.
sachin.vishwa90 16-Nov-18 6:42am View    
that's one hell of a bad code, your code file in question is way more complex, highlight or share the code where you have tried multi threading.
read this https://blogs.msdn.microsoft.com/tmarq/2010/04/14/performing-asynchronous-work-or-tasks-in-asp-net-applications/
sachin.vishwa90 23-Aug-18 10:44am View    
The other protocol means, SOAP protocol. But as you said your site will be in PHP then go for webapi. its lightweight and fast.
sachin.vishwa90 9-Feb-18 9:27am View    
good catch
sachin.vishwa90 10-Oct-17 8:02am View    
well, in that case you will have to first form the ImageList HTML and inject the formed HTML in the string.format code. hope you understand it