Attending the Microsoft AI Tour in San Francisco was an experience I won’t soon forget. This event wasn’t just a showcase of new technologies; it was a deep dive into the future of AI and its potential to transform our world.
Topic: Practical Applications of Generative AI: How to Sprinkle a Little AI in Your App
Recent advances in generative AI, like Stable Diffusion and Chat-GPT, have the industry more hyped up than a caffeine-addicted toddler. It can leave one feeling like they’re being left behind if they’re not incorporating AI into their apps today.
“A Dash of .NET” is a short-format show designed for developers who crave quick, focused learning without sacrificing depth. Our mission is to create an engaging platform that celebrates the brilliance of C# and .NET while giving voice to the vibrant developer community.
Last November, I had the incredible opportunity to attend Microsoft Ignite 2023, a melting pot of innovation and technology. This year’s event was particularly exhilarating, with a special focus on Artificial Intelligence (AI), Blazor, and the .NET Aspire program.
In this presentation, we will explore how programmers can utilize Microsoft Blazor to create applications with Microsoft OpenAI. Blazor is a web framework that allows developers to build interactive web applications using C# instead of traditional web technologies like JavaScript. Microsoft Azure OpenAI is a powerful tool for natural language processing, machine learning, and other advanced AI techniques. We will cover how to integrate OpenAI into Blazor applications to add features such as chatbots and sentiment analysis. Attendees will learn about the benefits of using Blazor and OpenAI together, as well as practical examples of how to implement these technologies in their own projects.
> Learning Objectives:
Learn about the different features offered by Azure OpenAI
Learn how to add custom private data, and create embeddings and vectors, to implement the Retrieval-Augmented Generation (RAG) pattern.
Gain knowledge of best practices for integrating Azure OpenAI into their C# software applications