User1120430333 posted
Hi Support/friends,
I have a code which is running fine in windows platform. Now I want to move the same code to WebAPI. This code has some delegates handleing. I want to know that can I handle delegates in webapi and if yes then please let me know how can I handle it.
IMO, you need to toss the delegate stuff out the window and start over. Web solutions are stateless which is unlike a Windows desktop solution.