A .NET-Powered RAG Console Application with Ollama 09 June 2025 Khaled .NET, C#, RAG, Ollama, Chat If you've been following the explosion of Large Language Models and Retrieval-Augmented Generation applications, you've probably noticed a trend. The vast majority of tutorials, sample code, and applications are built using Python. While Python's prominence in the AI/ML space is well-deserved due to... Read more
Building Micro Frontends with Blazor WebAssembly C# [ Complete Guide ] 03 June 2025 Khaled .NET, Blazor, WebAssembly, C#, Micro Frontends In the rapidly evolving world of web development, micro frontends have emerged as a powerful architectural pattern that brings the benefits of microservices to the frontend layer. For .NET developers, Blazor WebAssembly presents a unique opportunity to implement micro frontends using familiar C#... Read more
Building a Weather Prediction Model with ML.NET: A Complete Guide 02 June 2025 Khaled .NET, ML.NET, Machine learning Weather forecasting has always been a fascinating application of machine learning, and with ML.NET, we can build powerful prediction models right within the .NET ecosystem. In this comprehensive guide, we'll walk through creating a weather prediction model that can forecast temperature, humidity,... Read more