REQUIREMENTS:
• The.NET Framework: You must have the right version of the.NET Framework installed on your computer, which should be at least.NET Framework 4.6.2. • A code editor, such as Visual Studio or VS Code. • Compatibility with operating systems: To guarantee that the software runs, please use Windows 7 SP1 or later, or Windows Server 2008 R2 SP1 or later.
HOW TO RUN AND COMPILE :
In Visual Studio, run the C# file by compiling and executing it using the following steps:
Open C# project in Visual Studio.
Right-click on the C# file in the "Solution Explorer" window and select "Set as StartUp Project". This will make the selected file the entry point for the application.
Press Ctrl+F5 or select "Start Without Debugging" from the "Debug" menu to compile and execute the code.
alternatively :
You can open a terminal window in VS Code and navigate to project directory or directory containg project.
Run the dotnet run command followed by the name of C# file in the terminal.
Example "dotnet run poe.cs"