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#

why can't you just implement an IDE like Visual Studio instead of just coding in the console?

Hi there, So far I have noticed that most of the code along part is taking place using your integrated console. I am just wondering why this can't be something like modern IDE, which will be much easier for students to understand what is going on. For example in this course, when you are trying to explain jagged arrays, it is such a nightmare for me to see which line is which when you mixed 100 jagged arrays with all the code in the console.