Tutorials/Books on using Mono to develop RESTful webservices?

Posted by max on Stack Overflow See other posts from Stack Overflow or by max
Published on 2010-05-12T21:02:14Z Indexed on 2010/05/12 21:04 UTC
Read the original article Hit count: 277

Filed under:
|
|
|
|

Hi,

anyone out there got any pointers to good links/tutorials/books on developing webservices with Mono? In more detail, I am interested in

  • using Mono from project start on a Linux host
  • developing in C#
  • using Visual Studio for development, ideally with remote debugging if that is realistic
  • developing web-services in MONO accessible in a RESTful manner, returning JSON
  • hiding the services processes behind an Apache
  • access the services either via javascript/AJAX or from a thin script layer written in PHP
  • scalability is important for me
  • unit-testing of webservices

Any recommendations for material I could sift through to get a good head-start? I might add that I'm C#/.NET savvy, but not in the context of web development. I've been using it since it came out, but mainly for internal server-client applications where the clients were Windows desktop apps and the communication layer was remoting or, sometimes, more low-level socket-based.

Thanks, max

© Stack Overflow or respective owner

Related posts about mono

Related posts about c#