Hi
I am working on .NET 3.5 application. I have to pass 4 0r 5 XMLs from UI to the stored procedure and save.
I am reading the XML in Stored procedure and doing Insert/Update operations. Now i am saving them one by one.
Is is possible to use threading to Pass all the 5 XMLs to the Proc and save them parallely?
That is Create a new Thread -- > Start saving 1 st XML -- > Continue executing Parent Thread without waiting for response.
Thanks
Ashok