Hello, I am quite impressed by the Mono features, especially by the portability of the library. I think I'll give it a try soon or later and I'd need some directions to find an introduction to Mono/.NET programming. Can you help me?
Thank you
Hello, I am quite impressed by the Mono features, especially by the portability of the library. I think I'll give it a try soon or later and I'd need some directions to find an introduction to Mono/.NET programming. Can you help me?
Thank you
Mostly Mono programming is not any different classical .NET programming.
You can only use C# in a decent way, non of the other .NET languages. Even though Mono claims VB.NET support it's far from being a reasonable compiler or reasonable IL support. VB.NET mostly experimental.
If your main OS is Windows easiest way to start downloading the Mono VmWare - http://www.go-mono.com/mono-downloads/download.html - openSuse
Enviroment is ready kick start Mono development.
Try Mono Start page for tips
Don't forget you can't use COM.
Best way to proceed code it in Mono (IDE is terrible after VS.NET) then porting it Windows.
I found Petzold's free ebook .NET Book Zero useful as an introduction to .Net programming.
Great Recommendations by Slough. I've found the Mono Getting Started Guide and the Wikipedia page very helpful in understanding it's history, how it works, and how to get started: