[Mono-list] Creating Silverlight/Moonlight application

Miguel de Icaza miguel at novell.com
Wed Apr 30 18:08:06 EDT 2008


> I'm interested how to setup access to server data using Mono and npgsql. 
> Should I setup Web Service or WCF to get the data over to the client 
> application ?

You need this;   Your client will have to communicate with some sort of
server side front-end to the database.

There is a sample of how to do this on Brad Abrams blog that was posted
a few weeks ago.

> Will this require using mod_mono or is it better to use Mono application 
> without Apache ? Where to find information and sample for this ? Adding such 
> quickstart sample application would be useful.

You can use mod_mono if you want your server piece to be implemented
with ASP.NET, but on the server, you can choose whatever technology
suits you the best.


More information about the Mono-list mailing list