Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 1.33 KB

README.md

File metadata and controls

28 lines (21 loc) · 1.33 KB

AspNetCore.XmlRpc

XML-RPC .NET Standard library with MetaWeblog implementations for ASP.NET Core 2.x

Build Status

build status

Detail

Why do we need XML-RPC if we have advanced technology to use such as SOAP or WCF? The answer is: some applications are still using XML-RPC based protocols to communicate. For example, Open Live Writer (formerly named Windows Live Writer) supports MetaWeblog APIs when publishing blogs. This project is migrated from the .NET 2 version to support ASP.NET Core. A number of components have been refactored to follow .NET Core standards. However not all the components are re-written yet.

Documentation

Detailed documentation will be published at my website kontext.tech.

Automated tests

to be added.

How to Install

Nuget PM

Install-Package AspNetCore.XmlRpc -Version 1.0.0-alpha.6

MyGet PM

Refer to My Get Page

How to Use

Refer to How to Use AspNetCore.XmlRpc

Sample project

Please to project AspNetCore.XmlRpc.WebsiteSample.csproj in the solution