Building an AI Simple Agent with Agent framework
SimplAgent: A .NET Aspire Solution with AgentFramework SimplAgent is a modern agent-based application built on .NET Aspire and developed with […]
SimplAgent: A .NET Aspire Solution with AgentFramework SimplAgent is a modern agent-based application built on .NET Aspire and developed with […]
In business applications where formulas are calculated frequently — such as in finance, insurance, or scientific domains — performance can
Use Case Many business apps store reference codes in a database and reuse them across services, UI labels, and rules.
Data migration is often complex and error-prone—especially when dealing with large volumes, legacy systems, or external APIs. Azure Durable Functions
What Are EF Core Interceptors? EF Core interceptors are hooks that let you run custom logic before or after EF
Merging CSHTML Email Templates with Data from Stored Procedures in .NET 8 Minimal API Introduction Creating dynamic email content often
Leveraging Azure Functions for Custom Scheduled Jobs with Database Configuration Introduction: Azure Functions offer a serverless compute service that empowers
Concept: Bounded Context in Microservices Architecture In microservices architecture, a bounded context refers to the clear boundaries that define the
Introduction: C# development offers a rich landscape of possibilities, but even the most seasoned developers can find themselves in tricky
What The sidecar pattern is a structural pattern that is used to separate concerns in a microservices architecture. The sidecar
Create a Minimal API project Before we analyze on proper ways to organize APIs, let’s create a simple Minimal API