Our application uses the MonoDevelop.Components.Docking framework in our Windows application. We last updated to the latest version in November
Is there a command line tool (I\'m in cygwin specifically) which can generate template solution files for me? When I use the Sharpdevlop GUI and say I\'m doing a new project, I am prompted with choice
I tried to compile this moq example on Mono 2.8.2, targeting .NET 3.5., with MonoDevelop 2.4.1 using System;
I added a file app.config to a C# mono project. Inside the project I used foreach (string key in ConfigurationManager.AppSettings)
I\'m developing asp.net mvc web project on top of mono framework, using nginx as web server and npgsql driver to access postgreSQL database.
I\'m trying to use mono to build a C# application for linux. But it seems that Dictionary<> and List<> are not available? I can\'t find any solution for this problem and I find it kind a strange
I want to be able to call the automator or un开发者_开发技巧ix commands like ls from a mono app and ge the results back.
I need to create a program to test some procedural world creation algorithms, for which I need a surface to draw on. However, GTK#\'s DrawingArea widget requires that all drawing is done in the Expo
If I write an asp.net mvc 3 application, using .net 4 clas开发者_如何学编程ses. Maybe some f# codes, also. Will I be able to host it on linux(mono)?You can always try to use MOMA, because it\'s never
I am new to mono and monomac and i got stuck with something that i hope should be really easy to fix.