Skip to content

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

License

Notifications You must be signed in to change notification settings

tang2087/AspNetCore.XmlRpc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 96.9%
  • PowerShell 2.2%
  • Other 0.9%