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 Types and Objects

Dries Clairhout
Dries Clairhout
2,620 Points

what project in visual studio for c# objects course

Hey,

I always code in Visual Studio, but what project should I choose for the C# objects course?

I watch Jeremy's video on Visual Studio, but he only talks about Console.

Regards, Dries

2 Answers

Steven Parker
Steven Parker
229,785 Points

:point_right: You can easily create Console applications using Visual Studio.

There's an example of creating a simple console app in the workshop: Introduction to Visual Studio.

Dries Clairhout
Dries Clairhout
2,620 Points

But my question was, what kind of project I should start in visual studio to learn C# objects. Apparently it's class library.

thanks anyway!