Giter Club home page Giter Club logo

courscsharp's Introduction

Cours sur C# et dotnet Syslog

Ce référentiel contient le code source des projets du cours en C#. Suivez les instructions ci-dessous pour cloner le projet et l'exécuter à l'aide de dotnet run ou le construire avec dotnet build.

Prérequis

Vérifiez que les éléments suivants sont installés sur votre système :

Clonage du dépôt

Clonez ce dépôt sur votre machine locale en utilisant la commande suivante :

git clone https://github.com/Molesox/CoursCsharp.git
cd CoursCsharp

Structure des Cours

Chaque cours a son propre dossier tel que Cours01, Cours02, Cours03, Cours04,...

cd Cours01

Exécution du Projet

Pour exécuter le projet, utilisez la commande suivante :

dotnet run

Cela va construire le projet et lancer l'application.

Construction du Projet

Pour construire le projet sans l'exécuter, utilisez la commande suivante :

dotnet build

Cela va compiler le code source et générer les fichiers binaires nécessaires sans exécuter l'application.

Exécution des Tests

Pour vérifier la validité de vos implémentations, accédez au projet ExercisesEvaluator et exécutez la commande :

dotnet test

Cela affichera les tests réussis ou échoués.

courscsharp's People

Contributors

molesox avatar

Watchers

 avatar

Forkers

eivinsson-t

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.