Posting Data to a Blog
C#
3
Posts
3
Posters
0
Views
1
Watching
-
Hi all, I want to post some data from the C# application to my blog that exists on some site. How can that be done? It would be gr8 if some one could help me outin this. Thanks Pramod
-
Hi all, I want to post some data from the C# application to my blog that exists on some site. How can that be done? It would be gr8 if some one could help me outin this. Thanks Pramod
Usually blog platform contains "MetaBlog API" .You can interact with blog (post,retrive data) by sending/recieving XML.I guess xml-rpc.net library[^] may help you. DevIntelligence.com - My blog for .Net Developers