Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/antazo/azure-al
🤖 My playground for C# and Azure.
https://github.com/antazo/azure-al
Last synced: 29 days ago
JSON representation
🤖 My playground for C# and Azure.
- Host: GitHub
- URL: https://github.com/antazo/azure-al
- Owner: antazo
- License: mit
- Created: 2024-09-09T10:48:12.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-11-18T22:38:45.000Z (about 1 month ago)
- Last Synced: 2024-11-18T23:38:04.190Z (about 1 month ago)
- Language: C#
- Homepage:
- Size: 58.6 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Azure AI
🤖 My playground for C# and Azure.
## Documentation
We create our first console for tests:
```
dotnet new console -n prueba
```After enabling unit tests to the project, add the references:
```
dotnet add pruebaTest/pruebaTest.csproj reference prueba/prueba.csproj
```Nuget needed for unit testing:
```
https://api.nuget.org/v3/index.json
```Libraries used in this project:
```
dotnet add package Figgle --version 0.5.1
dotnet add package ConsoleTables --version 2.4.2
```
More information:
* https://github.com/drewnoakes/figgle
* https://github.com/khalidabuhakmeh/ConsoleTables## Resources
### C#
1. Escritura del primer código con C# (Introducción a C#, parte 1)
* https://learn.microsoft.com/es-es/training/paths/get-started-c-sharp-part-1/2. Creación y ejecución de aplicaciones de consola de C# sencillas (Introducción a C#, parte 2)
* https://learn.microsoft.com/es-es/training/paths/get-started-c-sharp-part-2/3. Adición de lógica a aplicaciones de consola de C# (Introducción a C#, parte 3)
* https://learn.microsoft.com/es-es/training/paths/get-started-c-sharp-part-3/4. Trabajo con datos de variables en aplicaciones de consola de C# (Introducción a C#, parte 4)
* https://learn.microsoft.com/es-es/training/paths/get-started-c-sharp-part-4/5. Creación de métodos en aplicaciones de consola de C# (Introducción a C#, parte 5)
* https://learn.microsoft.com/es-es/training/paths/get-started-c-sharp-part-5/6. Depuración de aplicaciones de consola de C# (Introducción a C#, parte 6)
* https://learn.microsoft.com/es-es/training/paths/get-started-c-sharp-part-6/Compilación de aplicaciones web con ASP.NET Core para principiantes
* https://learn.microsoft.com/es-es/training/paths/aspnet-core-web-app/6. Clasificación de rocas espaciales mediante Python e inteligencia artificial
* https://learn.microsoft.com/es-es/training/paths/classify-space-rocks-artificial-intelligence-nasa/