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# Basics (Retired) Console I/O Receiving Input

Is System.Console only necessary in workspaces?

I am following along with the course using Visual Studio 2015 which does not require System.Console just Console. is this just code simplification by the IDE or is System only necessary with the workspaces compiler?

Never mind question answered in the Namespace video!

joseph sack
joseph sack
3,539 Points

So visual understands your'e doing a System related command? Sounds like bad practice, I don't think Eclipse does any of that.

1 Answer

Hi Michael,

I see that you managed to figure it out which is awesome! If you ever see the 'using' keyword up at the top of a C# file then you know that you don't have to use that namespace in order to reference any classes or functions it may contain.

Good job on figuring it out and happy coding!

-Luke