I\'m about to launch an ASP.NET web site which will be running on a Linux server using Mono. First I would like to do some testing on my own machine. I have heard lots of info about Mono, but this is
I have a very simple .NET commandline application that I want to port to OS X. I can run it with \"mono app.exe\"
Question: I need to make some system calls in my C# applications. Unfortunately, this behaves differently on Linux than on UNIX.
While all of my machines are Macs, I actually really enjoy working in .NET. I thought it would be fun to try my hand at writing a Silverlight application. Unfortunately, as near as I can tell, Silverl
In what measure is developing with mono cross-platform? How do I compile for Windows (in Linux), how do I run things in Linux (because there is no .NET JIT compiler)?
I have a project which I\'m trying to port from SQL Server to PostgreSQL. I\'ve got almost everything done I beli开发者_C百科eve except for I can not get DbProviderFactory to work with Npgsql.
Ok so I\'m trying to hack together something to make SubSonic3 work with Postgres, on Mono. I almost have the templates generating but have ran into one small problem.
Could anybody suggest a good open source (as in I can see the source, license irrelevant) webkit-sharp-based application? I\'ve been wanting to jump into development with webkit-sharp and gtk-sharp, b
I have a console application that I wrote for .NET/Windows that I suddenly had the need for on my unix system. Mono has, for the most part, been hugely successful at providing this for me.
I\'ve been trying to find a decent ORM that works with both Mono and PosgreSQL. Does anyo开发者_开发问答ne know of such an ORM?Any ORM worth its salt should be able to handle PostgreSQL.