Does anyone know of a good resource for open-source libraries for asynchronous C# (or native stuff to the language). I'm interested in anything on this topic, but I'm specifically looking for stuff pertaining to HTTP and DB calls. Maybe an event-driven framework with plugs for HTTP and DB?
Please do not buzz in with a non-C# solution or...
I just installed the new MonoDevelop Windows beta, but when trying to create a C# windows application the only option was GTK#. Since Mono supports WinForms, why is this not an option in MonoDevelop. I would like to not have the GTK# dependency in my applications.
...
Hi,
I'm investigating which platform to use for a cross platform GUI app that needs access to the serial port. Currently I'm thinking on using the mono runtime and monodevelop as the IDE. However, I already have a corpus of prototype code written python. Therefore, my idea was to write the mono app in IronPython as well, but as far as I...
If mono can make .sln files (from cli) How do I do that?
...
How can I install the latest version of mono (maybe from trunk) on the centos (5.3+) ?
EDIT: Or do I have to change my server environment to Ubuntu Server or OpenSuse ?
...
Are there any Mono (C#) compatible networking / socket libraries out there?
Preferably something that is:
Multi Threaded
Event Driven
Capable of multiple connections
Handles client and server pieces
Runs on Mono and MS .NET runtimes
Very simple
Free (And usable in commercial software)
It would also be really great if it was:
.NET ...
Hi,
I'm investigating for a free, high available, high performance solution for caching or storing .net session data (for a high traffic website). I don't want to use a db (db is the bottleneck on traffic increase).
There're some key/value stores, but as far as I know they don't support .net objects.
And there're some distributed or r...
Using Mono on Linux, is there any way to create a standalone executable which will run on systems without mono installed?
...
Getting the following compilation error trying to port ASP.Net MVC application using Castle ActiveRecord to a mod_mono server.
Is System.Data.Services not available with mono? If not, do I have to throw out version 2.0 of Castle ActiveRecord framework since it has this dependency, or is there an alternative?
** (/usr/lib/mono/2.0/gmcs...
How to uniquely identify computer (mainboard) using C#(.Net/Mono, local application)?
Edition. We can identify mainboard in .Net using something like this (see Get Unique System Identifiers in C#):
using System.Management;
...
ManagementObjectSearcher searcher = new ManagementObjectSearcher("select * from Win32_MotherboardDevice");
.....
Basically I want to know if a given nodes children are visible in a Gtk.NodeView. I've tried tracking it myself however when you click on expand symbol next to a node it goes through a different function than when you click on the node itself.
so here's a basic diagram to try to explain.
-MainNode1
----ChildNode1
----ChildNode2
-MainNo...
How to obtain motherboard and processor unique identifiers in Mono under Linux?
Note: .Net namespace System.Management has no counterpart in Mono
...
Latter of to create a new sample solution in monodevelop.
Mono -> New Solution -> C# -> Examples -> Gnome 2.0 Project
I found the next errors at the momment to compile the gnome sample application.
Building: test (Debug)
Construyendo solución test
Building: test (Debug)
Realizando compilación principal...
Compilation failed: 2 erro...
I have just installed Mono on my server aspx pages are working fine however when i try to run ASP.NET Ajax application i am having the weird error popping up.
Error: ASP.NET Ajax client-side framework failed to load.
Ref : http://xdzyne.com/aspTest/Another2.aspx
Now i did a little research on what the exact problem could be. I happen ...
Could anybody suggest a third party library in .net which could provide Time Zone information and meet these requirements
Which supports .NET 2.0 not .net 3.5
Note: (.NET 3.5 has a class called TimeZoneInfo).
Mono compatible
Ta,
Rajeesh
...
I am porting an existing ASP.NET MVC applicationto Mono. I am actually trying to make it run under Fedora Linux 11.
After a few tweaks, I have managed to make the solution compile in MonoDevelop.
While trying to execute it with xsp web server, I get the following output:
Handling exception type ConfigurationErrorsException
Messag...
I have recently managed to make my ASP.NET MVC application run under Linux with the Mono runtime. The .aspx pages execute perfectly, including assignment inline server tags, eg:
<%= "Some output" %>.
Unfortunately, it seems that those tags for simple code execution are not treated by the server. Here is an example:
<% if(some...
Application was initially developed in VS 2008. It uses MySQL.data.dll for connecting to MySQL database. Application runs perfectly fine in Windows.
But production environment is Debian with mono.
Now copied entire solution in the Debian box. Entire solution opens in monodevelop correctly. It doesn't throw any error in building. But ...
Can we recognize which file is executable (i.e. chmod +x) using Mono under Linux? Is there any method in common .Net/Mono base class libraries?
Edit: native Linux executables
...
Hi,
I want to run C# programs on my HTC Magic, I can find the mono app on the Android market but I have no clue on how to run C# using.
The code is just for fun, I don't want official support and such. After coding Visual Basic on windows mobile, I really want to code C# on Android, whether directly using some sort of editor if exists,...