Writing Applications

Soldato
Joined
30 Apr 2007
Posts
3,095
Location
Kent
Hi Guys,

I would like to start writing basic applications as it is something that I have wanted to do and just wondering where I should start, and thought this would be the best place.

I am willing to do some reading and various tutorials etc etc on languages.

Thanks.
 
You'll want to decide on a language first off.

For general desktop application development, I'd say you best bet in terms of languages is C#; it's modern, very versatile, and a relatively easy ride for beginners.

If you go with C#, you'll need to get hold of an IDE (the program you use to write your programs). The best free one out there, by a very long way, is Microsoft's Visual C# 2008 Express Edition:
http://www.microsoft.com/express/vcsharp/

As for reading material, you're probably best off with a book to be honest. There are some good recommendations for C# here, and you can get a Programming C# 4th Ed. as an eBook here, which is a good read :)
 
Last edited:
Back
Top Bottom