-
Book Overview & Buying
-
Table Of Contents
Practical C# Projects with .NET
By :
This chapter requires .NET 10 and an IDE that you're comfortable working with.
If you're working with Visual Studio, you will also need to make sure that the .NET Desktop Development workload is installed using the Visual Studio Installer. This process and other cross-platform considerations are detailed on MonoGame's site at https://docs.monogame.net/articles/getting_started/2_choosing_your_ide_visual_studio.html.
If you want to create new MonoGame projects, I recommend that you also install the MonoGame templates using the following command-line command:
dotnet new install MonoGame.Templates.CSharp
You can find the completed code for this chapter in the Chapter12 folder of the https://github.com/PacktPublishing/CSharp-Projects repository.