Learn how to build AI-powered apps in .NET using a fully local setup with Ollama and Llama 3. Integrate modern AI capabilities into .NET to build scalable and production-ready AI applications without relying on external APIs.
youtube.com/watch?v=d25ce9yf…#dotnet#ai#ollama#llama3
Learn how to build real-time applications using ASP.NET Core SignalR that allows your server to push updates instantly to connected clients, making your applications faster, smarter, and more interactive.
youtube.com/watch?v=K14OIk-g…#dotnet#aspnetcore#signalr
Learn how to build Blazor Web Apps in .NET 10 using Clean Architecture and CQRS. We’ll structure the project into Domain, Application, Infrastructure, and Presentation layers, making your app scalable and maintainable.
youtube.com/watch?v=aZamsZ_9…#blazor#cleanarchitecture
In this tutorial, you’ll learn how to implement JWT (JSON Web Token) authentication from scratch in ASP.NET Core. We’ll cover both the theory and practical implementation so you fully understand how authentication works.
youtube.com/watch?v=Ecpj6QST…#aspnetcore#jwt
The Adapter pattern allows you to introduce a bridge class that converts one interface into another. In this tutorial, you’ll learn how to implement the Adapter Design Pattern in ASP.NET Core using a practical, real-world example.
youtube.com/watch?v=Ki7OBRAr…
Unlock the power of A/B testing in ASP.NET Core
youtube.com/watch?v=iVwgFBNC…
In this video we explore how to implement the Percentage Filter for A/B testing, Targeting Filter for specific user groups, and Time Window Filter for scheduled releases like holiday sales.