Building AI Agents with Ollama and .NET
Local RAG with Ollama, LiteLLM, and Qdrant
Local AI Development with Ollama and .NET
Modernizing Legacy ASP.NET Projects in 2025
Quality & Delivery: Testing, Security, Performance, and CI in Mes Recettes
Inside the Architecture: Patterns, Data Modeling, and Extensibility in Mes Recettes
Mes Recettes: Building a Modern Recipe Index with Blazor WebAssembly & Supabase
Supabase and Table Relationships
For one of my .NET projects, I use Supabase to store my data. Supabase is an open-source alternative to Firebase. It is based on PostgreSQL and provides a REST API and websockets to interact with the database.
To connect my .NET project to Supabase, I use Supabase Sharp and you can also find the documentation on the official Supabase website.
The ease of use of the library is really interesting and it also allows me to use the Supabase website directly to manage my data without having to write code to do it in my own applications.
[Read More]Blazor 8
Exciting New Features in C# and Blazor 8
The world of .NET web development is constantly evolving, and the latest version of Blazor 8 brings a host of new features and improvements that deserve our full attention. In this article, we will explore the key features of Blazor 8 and how they can enhance your C# projects.
Blazor 8: A Richer and More Interactive User Experience
Blazor 8 continues to push the boundaries of what’s possible with .NET web applications. With improved support for server-side rendering and client-side interactivity, Blazor 8 offers a richer and more responsive user experience.
[Read More]