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# C# Objects Object-Oriented Programming Instantiation

Benneth Paredis
Benneth Paredis
4,597 Points

Can i do this in visual studio and how ?

Thanks in advance.

Steven Parker
Steven Parker
229,745 Points

Do what? Can you elaborate on what you are trying to accomplish?

Benneth Paredis
Benneth Paredis
4,597 Points

Thanks for trying to help :) but i have found the answer by searching many hours on google.

3 Answers

Jeremy McLain
STAFF
Jeremy McLain
Treehouse Guest Teacher

You can do everything you see in the courses in Visual Studio as well. Here's a workshop on how to Install and use Visual Studio on your own computer. https://teamtreehouse.com/library/introduction-to-visual-studio

Sir i want to contact u or chat with u

Steven Schaner
Steven Schaner
14,675 Points

I already went through the Visual Studio workshop but I don't know which template you're using this course. I don't think you're using the console app template.

Steven Schaner
Steven Schaner
14,675 Points

Thanks Jean. I was confused by the graphical interface. I thought we were going to make a GUI game. I continued to follow along with a Console Project and things are working great. Thanks for answering.

Jean Paul Giraldo
Jean Paul Giraldo
15,701 Points

I have the same question, I already went through the Intro to Visual Studio workshop. My problem is, that there are so many options to choose from when starting a project and I don't know which one to pick.

Steven Schaner
Steven Schaner
14,675 Points

Jean, I have the same question. I don't think we're using the Console App template. Did you figure this out?

Jean Paul Giraldo
Jean Paul Giraldo
15,701 Points

Steven Schaner I did. If you're trying to follow along using Visual Studio, you need to create a new Console Project. Keep in mind that, depending on the version you have installed, you might have .NET and .NET Core. This course uses .NET.