How to import ASP.net Visual Studi开发者_如何学Pythono files into new mono project ? i.e. add the entire tree structure to a new mono project ? MonoDevelop supports loading Visual Studio .sln solution
I just wrote a coroutine (as an exercise) implementation based on Mono Continuations (very weird experience). What 开发者_运维知识库are some ways / approaches that I should take to prove its correctne
I\'m trying to use java.util.List in a C# file. I have IKVM 0.40. I tr开发者_StackOverflow中文版y to use the java.util namespace like this
I\'m attempting to get my first NHibernate project up and running in Mono/openSUSE 11.4. My unit tests are working successfully under Windows but when I attempt to run the same tests on Mono I\'m gett
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari
We want to run UI based .net application on RHEL through mono. But we are not able to run UI based application. So some places I have that libmono-winforms package required. So please let me know the
Does mono have a CSharpCodeProvider implemented that I should be using instead of Microsoft.CSharp.CSharpCodeProvider?
I have some backend functionality which need to be written in C# (for political, not technical reasons).
I am getting below error when I am trying to run vb.net application on Linux through mono. (HelloWorld.exe:965): WARNING **: The following assembly referenced from /root/HelloWorld/HelloWorld/bin/De
I want to have Excel reports generated from the database. What do you think is the best Technology to use for Excel automation ?