https://github.com/microsoft/generative-ai-for-beginners-dotnet
Five lessons, learn how to really apply AI to your .NET Applications
https://github.com/microsoft/generative-ai-for-beginners-dotnet
ai azure-ai codespaces github-models semantic-kernel
Last synced: 21 days ago
JSON representation
Five lessons, learn how to really apply AI to your .NET Applications
- Host: GitHub
- URL: https://github.com/microsoft/generative-ai-for-beginners-dotnet
- Owner: microsoft
- License: mit
- Created: 2025-01-10T19:32:34.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-04-10T00:00:12.000Z (26 days ago)
- Last Synced: 2025-04-15T00:38:07.445Z (21 days ago)
- Topics: ai, azure-ai, codespaces, github-models, semantic-kernel
- Language: C#
- Homepage: https://aka.ms/genainet
- Size: 188 MB
- Stars: 1,054
- Watchers: 19
- Forks: 753
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.MD
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
- Support: SUPPORT.md
Awesome Lists containing this project
README
# Generative AI for Beginners .NET - A Course
### Practical lessons teaching you how to build Generative AI applications in .NET
[](https://github.com/microsoft/Generative-AI-for-beginners-dotnet/blob/main/LICENSE)
[](https://github.com/microsoft/Generative-AI-For-Beginners-Dotnet/graphs/contributors/)
[](https://github.com/microsoft/Generative-AI-For-Beginners-Dotnet/issues/)
[](https://github.com/microsoft/Generative-AI-For-Beginners-Dotnet/pulls/)
[](http://makeapullrequest.com)[](https://github.com/microsoft/Generative-AI-For-Beginners-Dotnet/watchers/)
[](https://github.com/microsoft/Generative-AI-For-Beginners-Dotnet/network/)
[](https://github.com/microsoft/Generative-AI-For-Beginners-Dotnet/stargazers/)[](https://discord.com/invite/ByRwuEEgH4)

Welcome to **Generative AI for Beginners .NET**, the hands-on course for .NET developers diving into the world of Generative AI!
This isnβt your typical βhereβs some theory, good luckβ course. This repository is all about **real-world applications** and **live coding** to empower .NET developers to take full advantage of Generative AI.
This is **hands-on**, **practical**, and designed to be **fun**!
Don't forget to [star (π) this repo](https://docs.github.com/en/get-started/exploring-projects-on-github/saving-repositories-with-stars) to find it easier later.
β‘οΈGet your own copy by [Forking this repo](https://github.com/microsoft/Generative-AI-for-beginners-dotnet/fork) and find it next in your own repositories.
## π Introduction
Generative AI is transforming software development, and .NET is no exception. This course aims to simplify the journey by offering:
- Short 5-10 minute videos for each lesson.
- Fully functional .NET code samples you can run and explore.
- Integration with tools like **GitHub Codespaces** and **GitHub Models** for seamless setup and fast time-to-code. But if you want to run the samples locally with your own models, you can totally do that too.You'll learn how to implement Generative AI into .NET projects, from basic text generation to building full-fledged solutions using **GitHub Models**, **Azure OpenAI Services** and **local models with Ollama**.
## π¦ Each Lesson Includes
- **Short Video**: A quick overview of the lesson (5-10 minutes).
- **Complete Code Samples**: Fully functional and ready to run.
- **Step-by-Step Guidance**: Simple instructions to help you learn and implement the concepts.
- **Deep Dive References**: This course focuses on the practical implementation of GenAI, to get deeper into the theoretical we also provide links to explanations in [Generative AI for Beginners - A Course](https://github.com/microsoft/generative-ai-for-beginners) when needed.## ποΈ Lessons
| # | **Lesson Link** | **Description** |
| --- | --- | --- |
| 01 | [**Intro to Generative AI Basics for .NET Developers**](./01-IntroToGenAI/readme.md) |
- Overview of generative models and their applications in .NET
| 02 | [**Setting Up for .NET Development with Generative AI**](./02-SetupDevEnvironment/readme.md) |
- Using libraries like **Microsoft.Extensions.AI** and **Semantic Kernel**.
- Setup providers like GitHub Models, Azure AI Foundry, and local development like Ollama.
| 03 | [**Core Generative AI Techniques with .NET**](./03-CoreGenerativeAITechniques/readme.md) |
- Text generation and conversational flows.
- Multimodal capabilities (vision and audio).
- Agents
| 04 | [**Practical .NET Generative AI Samples**](./04-PracticalSamples/readme.md) |
- Complete samples demonstrating GenAI in real-life scenarios
- Semantic search applications.
- Multiple agent applications
| 05 | [**Responsible Use of Generative AI in .NET Apps**](./05-ResponsibleGenAI/readme.md) |
- Ethical considerations, bias mitigation, and secure implementations.
## π οΈ What You Need
To get started, you'll need:
1. A **GitHub account** (free is fine!) to [fork this entire repo](https://github.com/microsoft/generative-ai-for-beginners-dotnet/fork) to your own GitHub account.
1. **GitHub Codespaces enabled** for instant coding environments. You can enable GitHub Codespaces in your repository settings. Learn more about GitHub Codespaces [here](https://docs.github.com/en/codespaces).
1. Create you copy by [Forking this repo](https://github.com/microsoft/Generative-AI-for-beginners-dotnet/fork), or use the `Fork` button at the top of this page.
1. A basic understanding of **.NET development**. Learn more about .NET [here](https://dotnet.microsoft.com/learn/dotnet/what-is-dotnet).
And that's it.
We've designed this course to be as low-friction as possible. We make use of the following to help you get started quickly:
- **Run in GitHub Codespaces**: With one click, you'll get a pre-configured environment to test and explore the lessons.
- **Leverage GitHub Models**: Try out AI-powered demos hosted directly within this repo, we explain more in the lessons, as we go. *(If you want to learn more about GitHub Models, click [here](https://docs.github.com/github-models))*
Then when you're ready to expand we also have guides for:
- Upgrading to **Azure OpenAI Services** for scalable and enterprise-ready solutions.
- Using **Ollama** to run models locally on your hardware for enhanced privacy and control.
## π€ Want to Help?
Contributions are welcome! Here's how you can help:
- [Report issues](https://github.com/microsoft/Generative-AI-for-beginners-dotnet/issues/new) or bugs in the repo.
- Improve existing code samples or add new ones, fork this repo and propose some changes!
- Suggest additional lessons or enhancements.
- Do you have suggestions or found spelling or code errors?, [create a pull request](https://github.com/microsoft/Generative-AI-for-beginners-dotnet/compare)
Check the [CONTRIBUTING.md](CONTRIBUTING.md) file for details on how to get involved.
## π License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
## π Other Courses
We have a lot of other content to help your learning journey. Check out:
- [Generative AI for Beginners](https://github.com/microsoft/generative-ai-for-beginners)
- [Mastering GitHub Copilot for AI Paired Programming](https://aka.ms/GitHubCopilotAI)
- [Backend Web Development with .NET for Beginners](https://aka.ms/genainet/backendnetbeginners)
- [Frontend Web Development with .NET for Beginners](https://aka.ms/genainet/frontendnetbeginners)
- [Build Distributed Apps with .NET Aspire](https://aka.ms/genainet/distaspirebeginners)
- [ML for Beginners](https://aka.ms/ml-beginners)
- [Data Science for Beginners](https://aka.ms/datascience-beginners)
- [Artificial Intelligence for Beginners](https://aka.ms/ai-beginners)
- [Cybersecurity for Beginners](https://github.com/microsoft/Security-101?)
[Let's start learning Generative AI and .NET!](02-SetupDevEnvironment/readme.md) π