The Code Wolf
The Code Wolf
  • 56
  • 155 313
The new OpenAI SDK for .NET is here! Explore the changes.
OpenAI has released a new official .NET SDK, which means there have also been changes to the Azure.AI.OpenAI package from Microsoft. In this video, we'll explore the relationship between these two NuGet packages and how to use each of them to connect to OpenAI and Azure OpenAI. We'll also compare and contrast these two different services.
00:00 Intro
00:43 OpenAI SDK key concepts
02:28 Explore the OpenAI packages
05:22 Connect to OpenAI and Azure OpenAI - Legacy
07:17 Connect to OpenAI and Azure OpenAI - New
My other AI videos:
Setup and code with a local AI Model: th-cam.com/video/177qX6mpyMg/w-d-xo.html
Learn to use AI to chat with your own data: th-cam.com/video/OdpqciXDKjY/w-d-xo.html
Use AI to chat with a NoSQL database: th-cam.com/video/JhfNHnAahZ8/w-d-xo.html
Learn to code a simple AI powered app: th-cam.com/video/HzgqgA2qv-I/w-d-xo.html
Learn Azure OpenAI fundamentals: th-cam.com/video/c66y0W5KFVY/w-d-xo.html
Learn how to authenticate to Azure OpenAI the RIGHT way: th-cam.com/video/keIs_bpgdXs/w-d-xo.html
มุมมอง: 121

วีดีโอ

OpenAPI in .NET 9.0 - How to work with all the changes!
มุมมอง 30014 วันที่ผ่านมา
OpenAPI in .NET 9.0 has seen significant changes and no longer relies on the Swashbuckle package. In this video we'll explore what those changes are, how to work with OpenAPI in our apps, and how to integrate the new features with existing tools we've used for years, like Swashbuckle and NSwag. 00:00 Intro 00:38 OpenAPI changes overview 01:40 New OpenAPI package demo 05:40 Integrate withe exist...
Host your own AI Model in 10 minutes...for free!
มุมมอง 34921 วันที่ผ่านมา
There are plenty of AI models and services ready to from various cloud platforms, such as Azure OpenAI and ChatGPT. But what if you want to deploy and host your own AI model? What if you want more control over the costs, resources, security, networking, and architecture? In this video, we'll explore how to deploy and host an Ollama container and an AI model like Phi3 to a service like Azure Con...
Local AI models! Code with Ollama and Phi3.
มุมมอง 761หลายเดือนก่อน
Learn to use Ollama and the Phi3 model to setup and code against a fully local, offline AI environment. This video acts a simple introduction to these powerful tools that can transform your AI development practices. Local AI models are powerful and under-utilized tools that more devs should be using. 00:00 Intro 00:55 Setup Ollama 03:30 Setup the AI model 05:53 Semantic Kernel overview 06:26 Co...
Microsoft Build 2024 - .NET Recap in 6 minutes!
มุมมอง 11Kหลายเดือนก่อน
There's an overwhelming amount of information at Microsoft Build 2024 - everything from AI updates to the .NET Aspire release to new platform features. In this video, we'll quickly explore the key announcements you need to know about for .NET 8.0 and 9.0. This is not a deep dive into any single feature, but rather an overview of everything you should be aware of to stay in the loop and dive int...
Will AI actually replace software developers?
มุมมอง 237หลายเดือนก่อน
The capabilities of AI continue to evolve everyday, causing a certain narrative to emerge that software developers might soon be replaced. Is there any merit to these claims? Are they realistic? What would AI actually need to be able to do to replace a software dev? Let's discuss.
Azure AI Document Intelligence is awesome! A simple intro.
มุมมอง 835หลายเดือนก่อน
Azure AI Document Intelligence is a powerful AI service on Azure that allows you to analyze different types of data from documents and images. You can use this service to extract text from images, construct coding models from text data, perform other Optical Character Recognition tasks (OCR) and much more. Azure AI Document Intelligence can be used from either a portal UI or programmatically th...
Blazor SignalR File Uploads in .NET .8.0 (Part 3 of the File Upload Series)
มุมมอง 3312 หลายเดือนก่อน
Welcome to the Blazor File uploads series! This playlist is designed to be the ultimate reference for Blazor file uploads, fully updated for .NET 8.0. In each video we’ll explore how to handle file uploads using one of the different Blazor rendering modes - Static Server Side Rendering, Interactive Server Side Rendering with SignalR, and of course WebAssembly. In this third and final video we’r...
AI generate every Pokemon with OpenAI Dalle-3 and custom code
มุมมอง 3482 หลายเดือนก่อน
In this video, we'll explore how to use AI to generate every Pokemon with OpenAI's Dalle-3 model and some custom .NET code. This app uses an open source Pokemon web service to pull in every single generation of Pokemon and gives you the option to generate endless AI versions of them. Source code for the project: github.com/alex-wolf-ps/pokevolve Other videos you might enjoy: Use AI to chat with...
Add authenticated user login to any Azure App Service app in 10 minutes!
มุมมอง 4612 หลายเดือนก่อน
Adding user login and authentication to an app can be a time consuming effort. Luckily, Azure provides a set of authentication features known as easy auth that enable to you to integrate any app with custom identity providers, such as Google, Apple, Facebook, Entra ID, and more. In this video, we'll explore how to easily add authentication to an Azure hosted app using these platforms. We'll als...
Use AI to chat with a NoSQL database! A simple intro.
มุมมอง 7623 หลายเดือนก่อน
In this video we'll explore how to use AI to query and chat with a NoSQL database. We'll see how to use AI embeddings and vector searches to query a NoSQL Mongo DB database with sets of loosely structured data in a meaningful way. We'll also explore how to setup the Azure OpenAI and Mongo DB services, and explore key AI and architectural concepts. Sample app GitHub repo: github.com/alex-wolf-ps...
Blazor Render Modes - Understand Component Feature Compatibility
มุมมอง 6823 หลายเดือนก่อน
Starting in .NET 8.0, Blazor now has three different rendering modes - Static Server, Interactive Server, and WebAssembly. However, not all of these rendering modes support every feature of Blazor components. How do we know what capabilities of our components are supported across each rendering mode? In this video we'll explore which core features of Blazor components are supported across every...
Azure OpenAI Service content filtering - build safer apps!
มุมมอง 4584 หลายเดือนก่อน
My other AI videos: Learn to code a simple AI powered app: th-cam.com/video/HzgqgA2qv-I/w-d-xo.html Learn to use AI to chat with your own data: th-cam.com/video/OdpqciXDKjY/w-d-xo.html Learn Azure OpenAI fundamentals: th-cam.com/video/c66y0W5KFVY/w-d-xo.html Learn how to authenticate to Azure OpenAI the RIGHT way: th-cam.com/video/keIs_bpgdXs/w-d-xo.html Content filtering is a powerful feature ...
Use AI to chat with a relational SQL database with natural language!
มุมมอง 12K4 หลายเดือนก่อน
Demo app: github.com/alex-wolf-ps/chat-sql-data-demo Intro to Azure OpenAI th-cam.com/video/c66y0W5KFVY/w-d-xo.html My other AI videos: Use AI to chat with a NoSQL database: th-cam.com/video/JhfNHnAahZ8/w-d-xo.html Learn to code a simple AI powered app: th-cam.com/video/HzgqgA2qv-I/w-d-xo.html Learn to use AI to chat with your document data: th-cam.com/video/OdpqciXDKjY/w-d-xo.html Learn Azure ...
.NET 9.0 Preview 1 is here!! An introductory tour.
มุมมอง 1.1K4 หลายเดือนก่อน
.NET 9.0 Preview 1 is here!! An introductory tour.
Use a Redis Container for local .NET Development (and other frameworks)
มุมมอง 1554 หลายเดือนก่อน
Use a Redis Container for local .NET Development (and other frameworks)
Use a SQL Server Database container for local .NET development (and other frameworks)
มุมมอง 7814 หลายเดือนก่อน
Use a SQL Server Database container for local .NET development (and other frameworks)
Use the Azure Cosmos DB emulator to develop locally
มุมมอง 1.8K5 หลายเดือนก่อน
Use the Azure Cosmos DB emulator to develop locally
Authenticate to Azure OpenAI the right way using Microsoft Entra ID
มุมมอง 1.7K5 หลายเดือนก่อน
Authenticate to Azure OpenAI the right way using Microsoft Entra ID
Introducing Microsoft AppCAT - Analyze your apps for Azure migration in one command.
มุมมอง 2075 หลายเดือนก่อน
Introducing Microsoft AppCAT - Analyze your apps for Azure migration in one command.
Build a Language Flashcard App with Azure AI and Blazor - every step!
มุมมอง 5385 หลายเดือนก่อน
Build a Language Flashcard App with Azure AI and Blazor - every step!
Add a .gitignore file to your .NET apps the fast way!
มุมมอง 7296 หลายเดือนก่อน
Add a .gitignore file to your .NET apps the fast way!
Use the Azurite emulator for Azure Storage local development
มุมมอง 4.9K6 หลายเดือนก่อน
Use the Azurite emulator for Azure Storage local development
Learn Azure OpenAI - Chat and Code with Your Own Data!
มุมมอง 10K6 หลายเดือนก่อน
Learn Azure OpenAI - Chat and Code with Your Own Data!
Use azcopy to manage Azure Blob Storage - upload, download, sync, and more!
มุมมอง 1.6K6 หลายเดือนก่อน
Use azcopy to manage Azure Blob Storage - upload, download, sync, and more!
Blazor File Uploads in .NET 8.0 Part 2: WebAssembly
มุมมอง 8347 หลายเดือนก่อน
Blazor File Uploads in .NET 8.0 Part 2: WebAssembly
Blazor File Uploads in .NET 8.0 Part 1: Server-Side Rendering
มุมมอง 1.5K7 หลายเดือนก่อน
Blazor File Uploads in .NET 8.0 Part 1: Server-Side Rendering
Blazor Server Side Rendering in .NET 8.0: Work with Forms
มุมมอง 1.4K7 หลายเดือนก่อน
Blazor Server Side Rendering in .NET 8.0: Work with Forms
The C# Dev Kit for Visual Studio Code is...awesome? Maybe.
มุมมอง 6107 หลายเดือนก่อน
The C# Dev Kit for Visual Studio Code is...awesome? Maybe.
Manage Request Timeouts in .NET
มุมมอง 1.1K7 หลายเดือนก่อน
Manage Request Timeouts in .NET

ความคิดเห็น

  • @andresfelipehiguera785
    @andresfelipehiguera785 13 ชั่วโมงที่ผ่านมา

    Excellent video.

  • @Gekub
    @Gekub 2 วันที่ผ่านมา

    Thank you for demonstrating! This information helps a lot!

  • @AbhinavKumar-tx5er
    @AbhinavKumar-tx5er 2 วันที่ผ่านมา

    Hi, a very helpful video .Can you hit the URL of the video here where you have created the dashboard for this.

    • @alexthecodewolf
      @alexthecodewolf 2 วันที่ผ่านมา

      Hey, thank you - are you referring to the video that shows you how to chat with a database? th-cam.com/video/hw6oTjw9_Ro/w-d-xo.html

  • @brunocarvalho3229
    @brunocarvalho3229 2 วันที่ผ่านมา

    Hi! Thank you so much for this! I'm trying to work on a demo for my company where I want to read a table of incidents and summarize the resolution note of each one and send back to Service Now. The incidents table is already a view on our Azure enviroment, so I think I need first to get the query from AI, get the data from the table and then ask again the AI to iterate over the retrivied table and summarize the notes, structure the data again with the summarized notes and send back to Service Now via API maybe. Do you think this architecture makes sense? Really appreciate this knowledge shraring!

  • @10Totti
    @10Totti 3 วันที่ผ่านมา

    Great tutorial!

  • @OlleHellman
    @OlleHellman 4 วันที่ผ่านมา

    make sure you change your aiKey =)

    • @alexthecodewolf
      @alexthecodewolf 4 วันที่ผ่านมา

      Thank you for the reminder, I remembered right after I published it 😆

  • @OlleHellman
    @OlleHellman 4 วันที่ผ่านมา

    Thank you for simplifying!

  • @pvsherman
    @pvsherman 7 วันที่ผ่านมา

    Excellent video. But unfortunately I'm getting very inconsistent results. As soon as a little bit more complicated SQL needs to be produced - every run returns a different result. Subqueries, unions are too much for it. Or I'm doing something wrong. Probably will have to create views so AI will be able to do simple selects.

  • @johannesschmidt8611
    @johannesschmidt8611 9 วันที่ผ่านมา

    Great content! More AuthN/AuthZ in Azure would be great.

  • @richardwaldron1684
    @richardwaldron1684 9 วันที่ผ่านมา

    Excellent demo, I hadn't used this before but need to understand it for my upcoming AZ-104 exam. Thanks for sharing

  • @aalamansari8643
    @aalamansari8643 9 วันที่ผ่านมา

    Can we automate the process of adding data source in chat playground and train the model for that data using Python.

  • @darrenhatton3550
    @darrenhatton3550 11 วันที่ผ่านมา

    would not work then I noticed the Ochange was missing and the SetFile method. Git version must need updating. Thanks great explanation and demo

    • @alexthecodewolf
      @alexthecodewolf 10 วันที่ผ่านมา

      Thanks for letting me know!

  • @ABHISHEKSHARMA-fo4tf
    @ABHISHEKSHARMA-fo4tf 11 วันที่ผ่านมา

    Hello sir this is very help full video , i have doubt can i used the 500 tables and then we can used for this retrieving the SQL Query. because i am using the SQL Database so i give the error of Rate Limit Error 429 , where token limit is 60000 and i request the token for the 157656 so its give the error because the lots of table it taken can you give me solution for this, it is very helpfull for me

    • @alexthecodewolf
      @alexthecodewolf 10 วันที่ผ่านมา

      I believe current gpt models are limited to 128k tokens - I would recommend either breaking apart your schema to only the tables you need if possible, or searching for an AI model with higher token limits. There might also be local or self hosted models for code generation that support higher token inputs. I have some other videos about local ai models that show this database connection scenario

    • @ABHISHEKSHARMA-fo4tf
      @ABHISHEKSHARMA-fo4tf 10 วันที่ผ่านมา

      ​@@alexthecodewolf​ Thank you sir

  • @user-sz8ob8nv1e
    @user-sz8ob8nv1e 12 วันที่ผ่านมา

    So where is free option?

  • @SocratesPonnusamy-pi9iu
    @SocratesPonnusamy-pi9iu 16 วันที่ผ่านมา

    Hello Alex, This video was very helpful. I have a question. Do you have a video showing how we can do the same thing from a chatbot?

    • @alexthecodewolf
      @alexthecodewolf 15 วันที่ผ่านมา

      I don't have this video yet, but I'm planning to make one!

    • @SocratesPonnusamy-pi9iu
      @SocratesPonnusamy-pi9iu 15 วันที่ผ่านมา

      @@alexthecodewolf Thanks. Can you please give me some pointers on how to do it? All the chatbots deals with indexer and cognitive services.

  • @adamdiment8385
    @adamdiment8385 17 วันที่ผ่านมา

    Thanks -2024 update - the method services.AddStackExchangeRedisOutputCache is now in the namespace Microsoft.AspNetCore.OutputCaching.StackExchangeRedis not the one specified in the video

  • @jkaryskycoo
    @jkaryskycoo 17 วันที่ผ่านมา

    This feature is not available to the general public. Would have been nice to know that.

    • @alexthecodewolf
      @alexthecodewolf 17 วันที่ผ่านมา

      Hey, I probably should have mentioned you have to apply for openai access, but it's fairly easy to get approved. If you can't get access you can also substitute the AI service with gpt-4 similar alternatives like standard openai instead of azure openai, or even local ai models that are specifically trained for code generation

  • @lordsork
    @lordsork 17 วันที่ผ่านมา

    Great content. Clear and detailed!

  • @Ajmal_Yazdani
    @Ajmal_Yazdani 18 วันที่ผ่านมา

    Hi Thanks @The Code Wolf. Is function calling supported with Phi3 or any other local LLM?

    • @alexthecodewolf
      @alexthecodewolf 18 วันที่ผ่านมา

      Yep, local ai models support function calling.

    • @Ajmal_Yazdani
      @Ajmal_Yazdani 18 วันที่ผ่านมา

      @@alexthecodewolf Thanks, Can you showcase something or share any code article.

    • @alexthecodewolf
      @alexthecodewolf 18 วันที่ผ่านมา

      @@Ajmal_Yazdani You can find some examples in the semantic kernel docs at learn.microsoft.com/en-us/semantic-kernel/agents/plugins/using-the-kernelfunction-decorator?tabs=Csharp I would recommend using semantic kernel for local AI dev. Semantic kernel and more involved AI flows with local functions, plugins, services etc is a topic I plan on covering here in the near future. Semantic kernel is a big topic so I'm working on the best way to present tthat.

  • @OlleHellman
    @OlleHellman 18 วันที่ผ่านมา

    excellent pace, voice and content. Thank you.

    • @alexthecodewolf
      @alexthecodewolf 18 วันที่ผ่านมา

      Thanks for the feedback and view!

  • @DeepakShaw
    @DeepakShaw 18 วันที่ผ่านมา

    thanks

  • @JtendraShahani
    @JtendraShahani 21 วันที่ผ่านมา

    Why don't you do a complete Blazor course on Pluralsight. Learning blazor in bits is very difficult. I am new to blazor. If you already have the course, please point me in the right direction. Thank you.

    • @alexthecodewolf
      @alexthecodewolf 21 วันที่ผ่านมา

      Hey, thanks for the comment, there's already complete blazor courses on pluralsight by another author so I wouldn't be eligible to do that. I have thought about making one on TH-cam here of some sort but full courses are very time consuming and already exist on here as well, maybe at some point

    • @JtendraShahani
      @JtendraShahani 21 วันที่ผ่านมา

      @alexthecodewolf Yeah. But you don't get to learn all of it. Learning bit by bit on different TH-cam channels is difficult. Also, bootcams are way out of budget. I am from India, and platforms like Pluralsight help us with the volume of courses and also our pockets. I think this dilema will always remain. Thank you for your reply.

    • @alexthecodewolf
      @alexthecodewolf 20 วันที่ผ่านมา

      @@JtendraShahani Hey, you are correct that this is an ongoing challenge. As a self taught developer, I can relate. Many of the videos on this channel are oriented towards learners who already know the basics but are looking for guidance around new or specific topics so they don't have to watch additional courses, they can just supplement their knowledge on specific topics in shorter form content. However, I would like to get to the point where I have the time or incentives to create full courses on TH-cam. Thanks for sharing your thoughts on this!

  • @codeadmin2
    @codeadmin2 23 วันที่ผ่านมา

    Hey wolf can this demo app work on local DB or on premise and if yes How? @alexthecodewolf

    • @alexthecodewolf
      @alexthecodewolf 23 วันที่ผ่านมา

      Hey, yes it can work with local DB and on prem. You would just replace the connection string placeholders in the demo app with localdb connection strings. You could then use the same Azure AI service or you could use a local AI model - I just posted a couple videos explaining how to setup and connect to local AI if that's what you're looking for.

  • @dareljohnson5770
    @dareljohnson5770 25 วันที่ผ่านมา

    @The Code Wolf So, you saying that I don't need a GPU workload in Azure Container Apps to run ollama?

  • @dareljohnson5770
    @dareljohnson5770 25 วันที่ผ่านมา

    @The Code Wolf How much does it cost to run that 4 vCPU, 8 Gib workload in Azure?

  • @TellaTrix
    @TellaTrix หลายเดือนก่อน

    I would love to learn more about AI with dotnet things + local LLMS my fev one.

  • @justinkrawczak4929
    @justinkrawczak4929 หลายเดือนก่อน

    Have you tried to connect your local LLM to talk to an on-premise network database without providing the schema in the instructions? Im wondering how well it would function or if this is even feasible. Asking for a friend :)

    • @justinkrawczak4929
      @justinkrawczak4929 หลายเดือนก่อน

      Also, I want to add that this is great content. Useful real-world examples like this will be golden as more people leverage AI in the enterprise landscape.

    • @alexthecodewolf
      @alexthecodewolf หลายเดือนก่อน

      Thanks for the feedback! I'm not sure if I understand your original question though - are you asking about essentially just giving the AI a connection string or something so it can access the database directly?

    • @justinkrawczak4929
      @justinkrawczak4929 หลายเดือนก่อน

      Yes, exactly that. ​@@alexthecodewolf

    • @alexthecodewolf
      @alexthecodewolf 29 วันที่ผ่านมา

      @@justinkrawczak4929 As far as I know it's not possible to just give an AI a connection string and have it understand/explore a database. I think the closest solution I've seen to this is to add some kind of layer between the AI and the database, such as using a RAG solution where you connect the AI to a search service that has crawled your database, or using vector search capabilities to provide the AI with database data. I have a couple videos on my channel that explore these types of topics, but I don't know of any "Direct access" solutions.

  • @user-fqlt
    @user-fqlt หลายเดือนก่อน

    Thanks for the very good content. You channel is underrated and you deserve a million subs.

    • @alexthecodewolf
      @alexthecodewolf หลายเดือนก่อน

      Thank you, that really means a lot. Really trying to grow this channel into something big and deliver content that simplifies convoluted topics.

  • @goodtimeforever2035
    @goodtimeforever2035 หลายเดือนก่อน

    Hi @Thecodewolf, Could you please explain how to set up a local laptop to run the .NET code? As I'm not a coding expert, any useful suggestions you can provide would be greatly appreciated. If you can outline the necessary steps, it would make it easier for us to follow along and perform the demo ourselves.

    • @alexthecodewolf
      @alexthecodewolf หลายเดือนก่อน

      Hey, thanks for watching and providing feedback. This tutorial made some assumptions about coding knowledge with .NET or other languages, but I probably should have mentioned that up front. If you want to get started with .NET to recreate the code sample you can download visual studio here, which is the code editor I'm using that also installs .NET for you: visualstudio.microsoft.com/ You can then either clone the sample app from GitHub and just open it up in Visual Studio and follow along with the tutorial, or you can create a new project using Visual Studio and copy in the code. File -> New Project -> C# console app. Hope this helps a little bit!

  • @Joly0
    @Joly0 หลายเดือนก่อน

    Is it possible to have a version, that works without azure? So using the normal openai api with a key and maybe other llm providers such as ollama?

    • @alexthecodewolf
      @alexthecodewolf หลายเดือนก่อน

      I actually just made a video about this using Ollama, hah. It shows this same setup at the end using codellama th-cam.com/video/177qX6mpyMg/w-d-xo.html The concepts in this video should work with any model that is skilled at text to code (such as code llama) and a SQL database of some sort. You'll have to experiment with different models and prompts to see which works best.

  • @bar10dr
    @bar10dr หลายเดือนก่อน

    The AI stuff is only available to a few selected partners, the signup form even states that if you are not a part of the select group you will be denied. Trash.

  • @smithnigelw
    @smithnigelw หลายเดือนก่อน

    Thank you. I’m most interested in the new C# 13 features.

  • @pwakabi
    @pwakabi หลายเดือนก่อน

    Excellent piece

  • @ganherngyih
    @ganherngyih หลายเดือนก่อน

    This is relevant for those taking AZ-104

  • @wiliam334
    @wiliam334 หลายเดือนก่อน

    Been looking everywhere for it. Thanks a bunch

  • @goodtimeforever2035
    @goodtimeforever2035 หลายเดือนก่อน

    Hey @alexthecodewolf - Can you able do the same video using AWS ?

    • @alexthecodewolf
      @alexthecodewolf หลายเดือนก่อน

      Hey, this should work using any powerful large language model and SQL based database, did you have a specific scenario in mind?

  • @razakalsharafy4708
    @razakalsharafy4708 หลายเดือนก่อน

    Big thanks for this great video. I'll be interested in the Aspire but mostly interested in ways to reduce spending too much time catching technology rather than producing. Meaning Applications Builder rather than technology while the App Bilder will take care of the underline technology changes/upgrades.

  • @CrashPreinsertion
    @CrashPreinsertion หลายเดือนก่อน

    Hi Code Wolf. Just a quick note, I really appreciate you parsing out the relevant Build 2024 info for .Net devs. Watching Build is like standing in front of a firehose of AI, so thank you very much for a .Net dev oriented summary. Thumbs up & I'm now a new subscriber. Rock on! 👍🏻😎👍🏻

    • @alexthecodewolf
      @alexthecodewolf หลายเดือนก่อน

      Thanks for this specific feedback - this is actually why I made the video. There was actually a good amount of .NET content at Build but it was sort of overshadowed by all of the AI, Azure, and tooling integration (copilots/analytics) news.

  • @Osirus1156
    @Osirus1156 หลายเดือนก่อน

    Feels like the ecosystem is kind of a mess. So many half built things, no true cross platform full IDE from them anymore (VS Code does not count, not at all), I like the performance things though.

    • @leftjabrighthook
      @leftjabrighthook หลายเดือนก่อน

      So much betting on half baked AI also disheartening. Pre-emptive laying off of devs without any real AI results I'm positive are hurting.

  • @alexclark6777
    @alexclark6777 หลายเดือนก่อน

    Remember Microsoft English Query? Pepperidge Farm Remembers...

  • @chintu2691994
    @chintu2691994 หลายเดือนก่อน

    Great news good to know that .net community has been improving unlike past frameworks that were slow and hard to maintain, there new frameworks are all as easy as C# itself and that too is improving day by day

  • @henriquedelafonte283
    @henriquedelafonte283 หลายเดือนก่อน

    great news

  • @jeetmajumdar7588
    @jeetmajumdar7588 หลายเดือนก่อน

    Hey is there any option for authentication in app service without using provider just using some mail account and password

    • @alexthecodewolf
      @alexthecodewolf หลายเดือนก่อน

      I don't think so, because App Service is designed to rely on some sort of "authority" to verify the user. You'd probably have to roll your own solution for this, such as ASP.NET Core's new identity system.

  • @bengroseclose1795
    @bengroseclose1795 หลายเดือนก่อน

    Constructor inject for blazor components, very nice. Feels more like C# that way :D

  • @ee-lonlim8240
    @ee-lonlim8240 หลายเดือนก่อน

    🙏tk u very much for the sharing. any chance there's a video . codebase for a chat-like interface / experience using similar azure open ai studio? tk u!

  • @10Totti
    @10Totti หลายเดือนก่อน

    Great content!

  • @user-fqlt
    @user-fqlt หลายเดือนก่อน

    Great content as always. Maui full course please.

  • @incokenzie8702
    @incokenzie8702 หลายเดือนก่อน

    thats why i love youtube university,

  • @sindhupillai1354
    @sindhupillai1354 หลายเดือนก่อน

    Good starting point for the people who are exploring more with Gen AI. Thanks for sharing valuable real time use-case. I am in 'Subscribed'. Hurray! waiting for more such use cases.

  • @peterhyderabad6436
    @peterhyderabad6436 หลายเดือนก่อน

    “… endless pointless status update..” 🤣😂