SharpLearning icon indicating copy to clipboard operation
SharpLearning copied to clipboard

How can I be able to learn with your repository

Open Emzzy241 opened this issue 2 years ago • 3 comments

How can I be able to learn with your repository

Note: I am a complete Noobie in the world of C# Programming but with Knowledge in JavaScript

Emzzy241 avatar Jan 27 '23 17:01 Emzzy241

Please Put me through on how I can go about this

Emzzy241 avatar Jan 27 '23 17:01 Emzzy241

HI @Emzzy241,

Sorry for the slow response. I would suggest the following steps:

  1. Download and install visual studio 2022 community edition: https://visualstudio.microsoft.com/vs/community/
  2. Clone the examples repository: https://github.com/mdabros/SharpLearning.Examples.
  3. Open and build the solution in visual studio. The solution contains examples for most of the things SharpLearning can do at this stage.

The examples are executed using the unit test framework. You can read more about that in the readme of the examples project: https://github.com/mdabros/SharpLearning.Examples#readme

mdabros avatar Feb 14 '23 14:02 mdabros

Thank you very Much

Emzzy241 avatar Feb 25 '23 14:02 Emzzy241