Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

C#

Bojan Djulbic
Bojan Djulbic
5,716 Points

Working in Visual Studio Should i choose wpf application or windows form?

Trying to follow this process in Visual Studio.

Can someone tell which template to choose, wpf or windows form?

Thanks.

2 Answers

Balazs Peak
Balazs Peak
46,160 Points

I understand. I think the game's logic is developed only in the course, so the Console Application template is used. The course has the purpose of understanding certain concepts of programming, not developing an actual game. But at the same time, the real graphical game is shown in the presentation, so that you can understand the concepts more efficiently.

Bojan Djulbic
Bojan Djulbic
5,716 Points

Ok, i understand. It is a good class anyway.

Thanks

Balazs Peak
Balazs Peak
46,160 Points

It depends, what course or even what part of it you are doing! If you are a beginner, it is very likely that you will use a Console Application :)

Bojan Djulbic
Bojan Djulbic
5,716 Points

Oh, I thought that the question is going to be linked with the course. Sorry

I am doing the tower defense game, from the C# Objects course by Jeremy McLain. Right now the tutor is just creating classes and using main() so it looks like a console application but since the final product is ui based i wanted to check If I am missing something.