I am 开发者_如何转开发trying to figure out is the possibility of Deploying Existing ASP.Net/C# 3.5 SP1 Website to Linux Server with Mono Runtime. Is it really safe for live web sites? Interested in th
Does anyone know if I can use SQL Server Compact Edition 3.5 on mono? I\'m hoping t开发者_运维知识库hey are written as managed assemblies and will work ok..does anyone have any experience?All of the
On a new Rackspace Cloud Server box (Ubuntu 9.10), I\'ve installed apache2, libapache2-mod-mono, and mod-mono-server2.I\'ve disabled mod_mono and enabled mod_mono_auto, but whatever I do, requests for
I have a lot of classes and want to create som开发者_StackOverflow中文版e kind of \'directory\'.
Obviously I\'d like to not have to install an Oracle client (other than simply a DLL), because that would prohibit my ClickOnce goal.I tried System.Data.OracleClient, but it threw an exception, \"Syst
I\'m a new to mono enviroment and I have some question to ask... I\'m trying to make a "browser" that display me a web page,
I\'m trying to port an existing WCF client application to run on Linux under Mono. Right now I\'m testing everything out, figuring out what works on Mono and what doesn\'t.
I\'ve got a gtk file chooser button on my application I am writing in c# using Mono Develop. I would like to set the file chooser\'s default location to the users\' home directory regardless of what u
I am relatively new to C#, and I noticed something interesting today that I guess I have never noticed or perhaps I am missing something. Here is an NUnit test to give an example:
I installed Mono and MonoDevelop 2.2 on my Windows PC. Created a default C# ASP.NET Web Application project.