Are you sure you want to close the chat?Chat will be closed and the chat history will be cleared.
continue to sign out,
or stay on chat.
To review this chat session please click this windows.
Chat Online
Chat Online0
Support

Forum

A place for Dynadot and community experts alike to ask questions, share ideas, and more.
Using API with c#
1/1/2008 12:02
Been reading through the posts on those using the API.  Common useage seems to be PHP from a web server.  I would prefer to do in C# since that's what I'm most familiar with and use home computer rather than a server.  

Is there any code available to get me started?  Any reason not to go this approach?  Thanks.
Reply Quote
1/4/2008 13:53
This post has been moved to the API forum.

I don't think there has been any code posted using C#.
Reply Quote
1/22/2008 15:39
You can use the API with C# from your desktop. Just send out the http request via your desktop application directly to the api. You'll need a static IP & dump out the response to a text file.

Or If you have a webserver running CURL, you can interact with the CURL using your C# app to issue domain searches & registrations via a http post parse file on the server.

Sorry, but I haven't tried this in C# & can't provide any code. I've been sticking to CURL.

Good Luck!
Reply Quote
4/7/2008 16:27
Hello,

i've write an application using Dynadot API in my ASP.NET with C#.

please see the example at http://www.erudeye.net.

i'll write the tutorial in my blog if any of you want it, just replay this post :)
Reply Quote
4/8/2008 07:37
Please check this blog...

http://rudysetyo.it/post/2008/04/Domain-Search-using-Dynadot-API.aspx

hope this help...
Reply Quote