I'm usually able to get most things I need working under Mono given enough time to toil. However I *just* went through the exercise of trying to get WCF working and I simply could not. After a full day's worth of tinkering I completely gave up and went with using classic asmx services; asmx is quite mature.
If I knew about ServiceStack I probably would've tried that route. I'll have to give it a try for my next project. It looks very useful. -Abe On Sat, May 28, 2011 at 4:14 AM, Kennedy, Noel <[email protected]> wrote: > + 1 for servicestack > The rest stuff is great > > Sent from my iPhone > On 28 May 2011, at 08:34, "James Darbyshire" <[email protected]> > wrote: > > Thanks Justin, I will have a look into ServiceStack. > > On 28 May 2011 15:20, jmalcolm <[email protected]> wrote: >> >> James Darbyshire wrote: >> > >> > Does mono 2.10.x support WCF Data Services? >> > >> > I am looking to use then alongside NHibernate to provide a DAL for an >> > ASP >> > MVC site. >> > >> > Thanks in advance. >> > >> > -- >> > Regards, >> > >> > James Darbyshire >> > >> >> I have not used WCF under Mono but it seems that nobody else is getting >> back >> to you. Not all of WCF is available under Mono. It seems to be their >> target >> to implement the subset that is used by Silverlight (Moonlight). You might >> get better answers if you ask about it on the Moonlight list. >> >> You can see the status of the Mono classes vs. the Microsoft ones here: >> >> http://www.go-mono.com/status/ >> >> You will notice that System.Data.Services (OData) is fairly complete. >> >> >> http://www.go-mono.com/status/status.aspx?reference=4.0&profile=4.0&assembly=System.Data.Services >> >> http://www.go-mono.com/status/status.aspx?reference=4.0&profile=4.0&assembly=System.Data.Services.Client >> >> An alternative is to use Service Stack instead of WCF. >> >> http://www.servicestack.net/ >> >> >> >> -- >> View this message in context: >> http://mono.1490590.n4.nabble.com/ADO-NET-WCF-Data-Services-under-Mono-tp3552423p3556874.html >> Sent from the Mono - General mailing list archive at Nabble.com. >> _______________________________________________ >> Mono-list maillist - [email protected] >> http://lists.ximian.com/mailman/listinfo/mono-list > > > > -- > Regards, > > James Darbyshire > [email protected] > > _______________________________________________ > Mono-list maillist - [email protected] > http://lists.ximian.com/mailman/listinfo/mono-list > > _______________________________________________ > Mono-list maillist - [email protected] > http://lists.ximian.com/mailman/listinfo/mono-list > > _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
