Category Archives: ASP
-
XML-RPC ping endpoint in C# and ASP.NET
All blog platforms send out pings using the XML-RPC protocol whenever a new post is created or an old one is updated. It is very simple to send out XML-RPC pings using C#, because it is just a normal HTTP request with some XML in the request body. See here …
By Mads KristensenRead More
March 16, 2010 -
Ping Using XML-RPC In ASP.NET
Many blogs have the ability to ping different ping-services, such as Ping-o-Matic, Feedburner and Technorati, whenever some content is created or updated.
By Mads KristensenRead More
March 16, 2010