SharpLearning
SharpLearning copied to clipboard
How can I be able to learn with your repository
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
Please Put me through on how I can go about this
HI @Emzzy241,
Sorry for the slow response. I would suggest the following steps:
- Download and install visual studio 2022 community edition: https://visualstudio.microsoft.com/vs/community/
- Clone the examples repository: https://github.com/mdabros/SharpLearning.Examples.
- 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
Thank you very Much