Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to get started with developing WCF web service with MonoDevelop?

How to get started in developing WCF web service with MonoDevelop, is there any project templates?

My experience is with Eclipse - Java Servlet approach, however I need to develop WCF web service using C# now, any one can give hint as to where to start.

I know my question is quite broad, as there are many types of web service that can be built with WCF, I am just after for some place to start with WCF.

Cheers.

like image 974
quarks Avatar asked Sep 12 '11 05:09

quarks


1 Answers

I would recommend a very good alternative for WCF: ServiceStack.NET. As stated by the author...

A modern, code-first, DTO-driven, WCF replacement web services framework encouraging best-practices for creating DRY, high-perfomance, scalable REST web services.

It's currently my choice for developing web services that run smoothly on IIS or on linux servers.

Documentation is very good and Demis (the author) has been very helpful on answering questions posted by the community.

like image 80
Rui Marques Avatar answered Jan 04 '23 12:01

Rui Marques