Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/st10185940/coursecompanion
https://github.com/st10185940/coursecompanion
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/st10185940/coursecompanion
- Owner: ST10185940
- License: mit
- Created: 2023-11-03T15:42:43.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-11-06T05:32:30.000Z (about 1 year ago)
- Last Synced: 2024-05-16T02:56:43.043Z (8 months ago)
- Language: C#
- Size: 806 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# CourseCompanion
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"