Tag: Blazor
-
Advanced Blazor Component Techniques for Clean, Scalable UI Development
Master advanced Blazor: RenderFragment, chained binds, DynamicComponent, cascading values, and clean architecture for scalable UI. Read more
-
Building a Modern Microservice Architecture with .NET, gRPC, Dapr, and Blazor
Event-driven microservices with gRPC, Dapr, and Blazor in a containerized .NET app for scalable, real-time order processing. Read more
-
AppState Pattern in .NET and Blazor — Efficient State Management for Modern Applications
Learn how to implement state management and persistence in Blazor with the AppState pattern and local storage for a seamless user experience. Read more
-
Microsoft .NET AI Template — Building an AI Chatbot in .NET
Learn how to build an AI-powered chatbot in .NET using Blazor and the Microsoft.Extensions.AI.Templates with PDF-based knowledge retrieval. Read more
-
OpenAI + .NET Blazor — Building a Smarter Knowledge Base Search with AI
This article provides a practical example that demonstrates how Blazor’s rich front-end and OpenAI’s natural language processing provides a faster, smarter, and scalable search experience that enhances productivity and knowledge discovery. Read more
-
.NET Blazor + OpenAI — Building a Company Support Chatbot
This article discusses how Blazor Server and OpenAI combine to create a powerful solution for building intelligent, interactive chatbots that can transform customer support experiences. Read more
-
Choosing the Right Modern UI Framework: Blazor, React, Vue, or Angular
Whether you’re a .NET developer looking to explore Blazor, a JavaScript enthusiast diving into React or Vue, or even someone considering Angular for large-scale enterprise applications, this article will help you make an informed decision. We’ll dive into their philosophies, performance, adoption rates, learning curves, and developer backgrounds to guide you toward the right framework… Read more
-
Building a CI/CD Pipeline for .NET 8 Blazor Web Apps with Azure DevOps
In this article, we’ll walk through the steps to create a fully automated CI/CD pipeline for a .NET Blazor Web App using Azure DevOps. Read more
-
Building Scalable Applications with .NET 8, Blazor, and Microservices
In this article, we’ll explore how Blazor and microservices work together, discuss API integration patterns, and walk through code examples to build a real-world scalable application. Read more
-
State Management in Blazor Applications
This article dives into these techniques, explaining when and how to use them to maintain a predictable, maintainable application state. Read more