# KI-Revolution mit dem .NET-Framework & C#12 ## Links * [GitHub Copilot](https://github.com/features/copilot) * [OpenAI API Reference](https://platform.openai.com/docs/api-reference) * [Azure OpenAI](https://learn.microsoft.com/en-us/azure/ai-services/openai/) * [.NET API für OpenAI (Prod)](https://www.nuget.org/packages/Azure.AI.OpenAI) * [.NET API for OpenAI (Assistants)](https://learn.microsoft.com/en-us/dotnet/api/overview/azure/ai.openai.assistants-readme) * [Diverse Slide Decks von Rainer](https://slides.com/rainerstropek) * [C# Language Feature Status Page](https://github.com/dotnet/roslyn/blob/main/docs/Language%20Feature%20Status.md) * [Firewall settings für GitHub Copilot](https://docs.github.com/en/copilot/troubleshooting-github-copilot/troubleshooting-firewall-settings-for-github-copilot) * [OpenAI Tokenizer](https://platform.openai.com/tokenizer) * [ASP.NET Core NativeAOT Restrictions](https://learn.microsoft.com/en-us/aspnet/core/fundamentals/native-aot?view=aspnetcore-8.0#aspnet-core-and-native-aot-compatibility) * [Assembly Trimming](https://learn.microsoft.com/en-us/dotnet/core/deploying/trimming/trim-self-contained) ## Codebeispiele * [Live-Coding Repository](https://github.com/rstropek/DotnetAiCamp-2024-04) * [Azure OpenAI DevOps (Bizep)](https://github.com/rstropek/Samples/tree/master/KI/OaiAzure) * [OpenAI Beispiele (Teil 1)](https://github.com/rstropek/microsoft-ai-day/tree/main/labs) * [OpenAI Beispiele (Teil 2)](https://github.com/rstropek/sus-openai-api-tutorial/tree/main) * [ASP.NET Core Web API with OpenAI](https://github.com/rstropek/Samples/tree/master/KI/DotnetKiCamp/DotnetKiCamp.Api) ## Labs * [GitHub Copilot Lab](https://hackmd.io/@rstropek/train-switching) * [OpenAI Labs](https://github.com/rstropek/microsoft-ai-day/tree/main/labs) ## Themenwünsche * [x] Records * [ ] `Span`/`stackalloc` * [ ] Traits/Interfaces ## Code Snippets ### Settings for NuGet Package Manager GUI ```json { "nugetpackagemanagergui.packageSources": [ { "preRelease": true } ] } ``` ## Skizzen 
×
Sign in
Email
Password
Forgot password
or
By clicking below, you agree to our
terms of service
.
Sign in via Facebook
Sign in via Twitter
Sign in via GitHub
Sign in via Dropbox
Sign in with Wallet
Wallet (
)
Connect another wallet
New to HackMD?
Sign up