From the course: C# Best Practices for Developers

Setting up the Development Environment - C# Tutorial

From the course: C# Best Practices for Developers

Start my 1-month free trial

Setting up the Development Environment

- [Instructor] For this course here, we'll be using the IDE Visual Studio Community 2017. So, you can download that from this site right here, but most importantly, what I'd like to go over, are the workloads that you'll be prompted to install, and the ones that you'll want to select include .NET desktop development. I have here selected Universal Windows Platform. We really won't be referencing that. If you want, you can go ahead and choose that. You can play around with it later on, but more importantly there's ASP.NET and web development, and if we scroll down below, you'll have an option for a .NET Core cross-platform development, so definitely choose that. And having selected those, you can go ahead and choose install. I have modify here. That's because I've already installed it, but you should have installed if you're installing it for the first time. That should be about it, and we're ready to move on forward.

Contents