I have two projects one is written in .net and other in python. I have a function in python which creates record in database. When an insert event fires in my .net project (controller) I want to call that insert function in python. How can I do that?
Thanks in advance.