This repository contains solutions for the "C#: From Zero To Hero" course. It aims to help developers learn C# from the basics to advanced topics.
To get started with this project, clone the repository and follow the installation instructions below.
Source/: Contains the source code for the project.Tests/: Contains the unit tests for the project..gitignore: Specifies files and directories to be ignored by Git.README.md: This file.
- Clone the repository:
git clone https://github.com/yourusername/DotnetLearning.git
- Navigate to the project directory:
cd DotnetLearning - Restore the dependencies:
dotnet restore
To run the application, use the following command:
dotnet run --project Source/YourProjectNameTo run the tests, use the following command:
dotnet testThis project is licensed under the Apache 2.0 License. See the LICENSE file for more details.