From the course: A Start to Using Generative AI in .NET
Unlock the full course today
Join today to access over 24,900 courses taught by industry experts.
What you should know - .NET Tutorial
From the course: A Start to Using Generative AI in .NET
What you should know
- [Instructor] Let's talk about what you will need to get the most out of this course. First, you should be familiar with the basics of the C sharp programming language, and you need to know how to run a simple common line project in C sharp. The coding examples we will work on will produce a command line application. I've chosen this approach to make the course as easy to follow as possible, allowing you to focus on the actual AI specific content. You will also need a healthy amount of curiosity and an experimental spirit. In fact, this is probably the most important asset you can bring to maximize your learning and to enjoy this course. Throughout the course, we will use Visual Studio to edit and run our code, but feel free to use any other IDE if you prefer. You may even use Notepad and command line .NET tools if that suits you better. The last thing you will need is either an OpenAI API account or an Azure OpenAI account, which we will set up later on. Don't worry, we are not…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.