C-SHARP - 1.3 Implementation of the development environment
Hello everyone, we find ourselves in this video to install everything necessary to start programming in C#. Small precision during our training we will be under the Windows operating system. So we're going to install 2 things, First we're going to go to google And we will install the Visual Studio Community software. Community is the free and full version of Visual Studio. This software will allow us to write all our code and run our programs. Then in a second step, we will install the DotNet 5 framework that will allow us to develop on the latest Microsoft framework. So I'll click on the first link. And then you click on download Visual Studio. And as you can see below, the download is well launched. I click on the download. I do "Execute" And then I press continue. Before installing Visual Studio, We will check the different options needed for development. With Visual Studio, you can develop in C# But also in C++, in python. We can develop games, mobile applications etc. We will only check the options we need. So we check on the first Web development and ASP.NET which will allow us to do web development. Then you go down and click on. Net Desktop. You can also check on mobile development. NET is a framework that will allow us to create cross-platform IOS and Android mobile applications And finally we go down lower, And we will check "Data storage and processing" That will allow us To manage databases. Small remark, however, be careful not to disconnect from the internet because the download is very long because of the size of the options. As you can see here! Now you just have to click on install and I'll tell you right away! Once the installation of Visual Studio is complete, We go to Google again and you type. NET 5, And you click on the Download link. NET 5.0 We will choose the SDK (Software development kit) Or in French software development kit that will allow us to build our applications. Then you choose your operating system for my part it's a Windows x64 bits. If you don't know if it's a 32 or 64, You can click on the x86, Where otherwise you go to the search bar at the bottom, You type System and you see if you are here in 32 or 64 bits. We go back to the download page, We choose our operating system and click on the download link. The download has started, Once finished, click on it. We have it executed, To install And now we installed everything we needed to start practicing. That's all for this video, and let's move on.