Are the c# in console and c# in windows forms different(Visual Studio)? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Are the c# in console and c# in windows forms different(Visual Studio)?

I see that the form has more functionalities than console ... What are the differences between them? Will I be able to use console's knowledge in forms?

12th Aug 2017, 12:08 PM
SaFFire1
SaFFire1 - avatar
3 Answers
+ 1
Windows form classes derive from the System.Windows.Forms namespace, which has support for gui building stuff and lot more than C# condole apps.
12th Aug 2017, 12:27 PM
Salekin
Salekin - avatar
+ 1
Yes, they inherit from different claases.
12th Aug 2017, 12:10 PM
Salekin
Salekin - avatar
0
Can you give instances in which they differ?
12th Aug 2017, 12:11 PM
SaFFire1
SaFFire1 - avatar