PDA

View Full Version : Monodevelop in C#



sanda199
January 9th, 2013, 07:38 AM
Hi, everyone. I just start to learn monodevelop in c#. If you have any clues or link, pls kindly share me. Thanks :)

muteXe
January 9th, 2013, 12:18 PM
https://www.google.co.uk/search?q=monodevelop&rlz=1C1SFXN_enGB499GB499&aq=0&oq=monode&sugexp=chrome,mod=6&sourceid=chrome&ie=UTF-8

slickymaster
January 11th, 2013, 12:59 AM
Do you need help with C# or with the Mono Develop IDE?

sanda199
January 18th, 2013, 02:41 AM
Do you need help with C# or with the Mono Develop IDE?



I need help in both. Thanks :)

slickymaster
January 18th, 2013, 11:08 AM
Concerning Mono Develop IDE the best way to start is their Documentation (http://monodevelop.com/documentation) web page. There you'll find a series of articles on who to work and code with it.

Concerning C#, there's a world of options, I'll leave you just a few:
Free C# .NET Tutorials (http://www.homeandlearn.co.uk/csharp/csharp.html)
C# Corner (http://www.c-sharpcorner.com/UploadFile/anandnarayanswamy/CSTutorial1AN11282005015140AM/CSTutorial1AN.aspx)
MSDN - C# Tutorials (http://msdn.microsoft.com/en-us/library/aa288436(v=vs.71).aspx)
Free Programming Resources (http://www.freeprogrammingresources.com/csharptutorials.html)
C# Station (http://www.csharp-station.com/tutorial.aspx)

You might also take a look at this two sites Free Computer Books (http://freecomputerbooks.com/) and Programming eBooks (http://www.ebook3000.com/Programming/).
You'll find there several free C# ebooks you can download and use as technical guides.

Happy coding.