PDA

View Full Version : Good C# mono tutorials?


mostwanted
June 5th, 2005, 08:01 AM
Any recommendations? The sparse documentation in Monodevelop doesn't quite cut it :)

sas
June 5th, 2005, 09:36 AM
Any recommendations? The sparse documentation in Monodevelop doesn't quite cut it :)
I like this one:
http://www.dotnetspider.com/technology/tutorials/

There's plenty of stuff about on the internet....

manstrike
June 7th, 2005, 01:42 PM
http://www.gotmono.com/docs/

mostwanted
June 7th, 2005, 04:03 PM
Another topic:

I'm trying to compile some c# examples using monodevelop 0.7, but it complains about missing some compile options (because I'm using namespace Gtk etc.). Can you set up compile options in Monodevelop or is it just some bugs and am I banished to using mcs on the command-line??

Sniffer
June 9th, 2005, 06:59 AM
Another topic:

I'm trying to compile some c# examples using monodevelop 0.7, but it complains about missing some compile options (because I'm using namespace Gtk etc.). Can you set up compile options in Monodevelop or is it just some bugs and am I banished to using mcs on the command-line??


1st - Thanks for the links. Good ones.

2nd - try to compile your project from the terminal....if it works and dont complain of anything...could be a bug or something (monodevelop never worked smooth to me), if compiling for terminal fails...that could be from missing development packages, like GTK-dev and so on....