Hi, Thanks for the reply,But this is not what I require.
I have developed an online recharge portal( asp.net MVC web application ) where in users will be able to recharge their prepaid numbers on the web.As part of this,the web application should talk to Intelligent networks typically Huwai,ZTE,ERICSONN etc of service providers via MML commands.They have provided us with the set of MML commands.
Now the challenge is how to establish the interface from my web app to IN networks via socket programming/MML commands.I have some sample source code in C.But I would like to know the same can be achieved in C#?