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#

Ole Vølund Skov Mortensen
Ole Vølund Skov Mortensen
27,841 Points

Would i have to worry about anything from the menu options in the install guide in order to follow along?

I'm using Visual Studio 2017 on my PC for this tutorial would anyone be able to tell me if any options in Visual Studios' extensive install menu would be required in order to follow along or can I just go ahead with the lesson not selecting ASP.net and all of that?

1 Answer

andren
andren
28,558 Points

You don't actually link to a tutorial so I don't know what tutorial you are referring to, but for all of the basic C# courses you can get by just fine by creating a standard Console Application and modifying it in the same way as the videos show, so special features are not needed.

For the courses where specific Visual Studio features are needed they are usually shown off and explained in the video, so you don't have to worry about figuring them out yourself.

ASP.net is only required if you intend to take any of the ASP.net courses.