65.9K
CodeProject is changing. Read more.
Home

.NET Web API 2.0 Service with a Java Client

starIconstarIconstarIconstarIconstarIcon

5.00/5 (9 votes)

Oct 9, 2014

MIT

8 min read

viewsIcon

56975

downloadIcon

796

Web API was introduced and was recently streamlined into Web API 2.0. This framework is heaven for C#/.NET services developers. It allows you to get a RESTful API in .NET up and running in less than an hour. As you'll see it's also just as easy to consume that API in another programming language.