in c# console is easier than Windows form or Windows form is easier than console?? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 5

in c# console is easier than Windows form or Windows form is easier than console??

12th Sep 2018, 5:11 PM
MJARAB
MJARAB - avatar
3 Answers
+ 6
it all depends on the type of application you are going to create. The standard console application will not require the use of visual elements and as a result may lack functionality that a GUI could provide. Windows forms isn't "harder", it will require some knowledge on threading to avoid cross thread exceptions, but other than that its all draft and drop. You should know though, that windows forms is outdated and it is preferred that you use WPF or windows presentation foundation. It will take a little more to learn but it is more extensible than Win. Forms.
12th Sep 2018, 6:45 PM
John
John - avatar
+ 13
I agree with John. The level of difficulty is the same. I just don't make console applications because they look not that nice... 😀
12th Sep 2018, 9:56 PM
Modi
Modi - avatar
+ 7
both
14th Sep 2018, 5:27 PM
develhoper
develhoper - avatar