Skip to content

strictness/DotnetLearning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DotnetLearning

C#: From Zero To Hero Solutions

Table of Contents

  1. Introduction
  2. Getting Started
  3. Project Structure
  4. Installation
  5. Usage
  6. License

Introduction

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.

Getting Started

To get started with this project, clone the repository and follow the installation instructions below.

Project Structure

  • 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.

Installation

  1. Clone the repository:
    git clone https://github.com/yourusername/DotnetLearning.git
  2. Navigate to the project directory:
    cd DotnetLearning
  3. Restore the dependencies:
    dotnet restore

Usage

To run the application, use the following command:

dotnet run --project Source/YourProjectName

To run the tests, use the following command:

dotnet test

License

This project is licensed under the Apache 2.0 License. See the LICENSE file for more details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages