In a previous posting I described a .Net wrapper for WordPress 2.5. In this new incarnation I’ve added access to the new XML-RPC methods of WP 2.7 like:
GetTags
GetComments
GetPages
GetPage
and an easier API by defining the credentials as constants. All this allows you now to consult and manage your WP blog through calls like:
WP wp=new WP();
Page[] ps [...]
WordPress soars high in the blog engines charts and for myself remains a pleasure to work with. Partly because of the perfection, partly because of the immense community (plugins, designs & templates…), partly because of the free and perfect spamming control through Akismet. I just upgraded from v2.6 to v2.7 and it went smooth as [...]
Orbifold bbPress forum upgraded.
A .Net version of the WordPress metaweblog API via the XML-RPC library.




