best programming language to use for a windows application

Associate
Joined
16 Jan 2006
Posts
970
Location
North Wales
Hey,

I am looking to start programming soon and i want to make a few windows apps for some testing and project stuff. I was going to pay someone on Fiverr to do it but I thought I would give it a go first.

Thanks in advance
Dave
 
Soldato
Joined
19 Oct 2008
Posts
5,950
C# :).
/End thread.
Plenty of other options including python (scripting language), Java etc. I'm experienced with C# so find it easy to knock up tools/apps for stuff - it's my go-to language. I'm less experienced with the GUI app side of things but found it not too bad creating a couple small WinForms and WPF apps.
Microsoft offer Visual Studio Community Edition which is free but not for use if you intend to profit from anything you develop.
 
Man of Honour
Joined
13 Nov 2009
Posts
11,596
Location
Northampton
C# :).
/End thread.
Plenty of other options including python (scripting language), Java etc. I'm experienced with C# so find it easy to knock up tools/apps for stuff - it's my go-to language. I'm less experienced with the GUI app side of things but found it not too bad creating a couple small WinForms and WPF apps.
Microsoft offer Visual Studio Community Edition which is free but not for use if you intend to profit from anything you develop.


I'd echo this.

Having never touched C# before I was used as a guinea pig for a programming test, overall I found it easy to get to grips with.

I'm not really a developer either although somewhat competent in a few different languages
 
Associate
Joined
24 Mar 2011
Posts
306
Location
Sherwood Forest
Python, html, javascript, css, java/c# at same time.

Python easiest to learn - by this i mean easy to "do a bit of work", although few master it and generally take unoptimised code from google
 
Associate
Joined
24 Mar 2011
Posts
306
Location
Sherwood Forest
End goal is c# - very in demand and salaries 35-60k. If youre brand new to coding its better long term not to dive straight into it.

Learn all your oop, multi-inheritance, decorators, wrappers, memoization, annotation, type coercion, robustness principle, generators etc in simplier languages.. Learn the beginner for loops before recursion etc
 
Back
Top Bottom