Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rstropek/basta-2024-ai-workshop


https://github.com/rstropek/basta-2024-ai-workshop

Last synced: 6 days ago
JSON representation

Awesome Lists containing this project

README

        

# BASTA Workshop

## Code for Today

* [Starter code for today's sample](./starter/)
* [Solution for today's sample](./solution/)

## Additional Material

### C# 12

* [Collection expressions](https://github.com/rstropek/Samples/blob/master/CSharp12/CollectionExpressions/CollectionExpressions.cs)
* [Primary constructors](https://github.com/rstropek/Samples/blob/master/CSharp12/PrimaryConstructors/PrimaryConstructors.cs)
* [Interceptors](https://github.com/rstropek/Samples/blob/master/CSharp12/Interceptors/Program.cs)

## OpenAI

* [API introduction samples](https://github.com/rstropek/sus-openai-api-tutorial/tree/main)