Integration Testing ASP.NET Core APIs: WebApplicationFactory Patterns and Best Practices
- Sudhir Mangla
- Software Testing , Test Automation
- 29 May, 2026
1 Integration Testing ASP.NET Core APIs: WebApplicationFactory Patterns and Best Practices Production-grade integration testing in ASP.NET Core is about testing the API as a running application,
Read More
Agentic AI for Software Development: Build a Coding Assistant That Plans, Writes, Reviews, and Tests Code
- Sudhir Mangla
- Agentic AI Systems , AI Architecture
- 24 May, 2026
1 Agentic AI for Software Development: The Paradigm Shift and Core Architecture Agentic AI for software development is not just a smarter autocomplete. The useful pattern is closer to a small en
Read More
AI Agents for Enterprise Knowledge Management: Build a Smart Internal Search and Answering System
- Sudhir Mangla
- Agentic AI Systems , AI Architecture
- 18 May, 2026
1 AI Agents for Enterprise Knowledge Management: Build a Smart Internal Search and Answering System Enterprise knowledge is rarely stored in one clean system. Policies live in PDFs, decisions ar
Read More
Build an Agentic AI Recruitment Engine: From Job Description Creation to Final Interview Shortlisting
- Sudhir Mangla
- Agentic AI Systems , AI Architecture
- 07 May, 2026
1 Build an Agentic AI Recruitment Engine: From Job Description Creation to Final Interview Shortlisting Recruitment workflows look simple on paper: write a job description, collect resumes, scre
Read More
Building a Translation Management System: Machine Translation Integration, Translation Memory, and Crowd-Sourced Localization
- Sudhir Mangla
- Software architecture , .NET
- 03 May, 2026
1 Building a Translation Management System: Machine Translation Integration, Translation Memory, and Crowd-Sourced Localization A Translation Management System is not just a wrapper around DeepL
Read More
CI/CD for .NET on AWS: CodePipeline, CodeBuild, and Blue-Green Deployments on ECS
- Sudhir Mangla
- DevOps CICD , AWS
- 30 Apr, 2026
1 CI/CD for .NET on AWS: CodePipeline, CodeBuild, and Blue-Green Deployments on ECS Modern .NET delivery has moved far beyond copying build outputs to IIS servers. A production-grade CI/CD pipel
Read More
Practical Caching for .NET Microservices on Azure: Redis, Cosmos DB, and Cache-Aside in the Real World
- Sudhir Mangla
- Microservices , .NET
- 25 Apr, 2026
1 Practical Caching for .NET Microservices on Azure: Redis, Cosmos DB, and Cache-Aside in the Real World Caching in .NET microservices is not just about making a slow API faster. It is about con
Read More
Search-Driven Applications in .NET with Azure AI Search, Cosmos DB, and Vector Embeddings
- Sudhir mangla
- Search technologies , Azure
- 24 Apr, 2026
1 Search-Driven Applications in .NET with Azure AI Search, Cosmos DB, and Vector Embeddings Search used to mean matching words in a textbox against words in a database or index. That model still
Read More
Clean Code to Clean Architecture: Refactoring a Fat Controller into Vertical Slices in ASP.NET Core
- Sudhir mangla
- Clean Architecture , Software Architecture
- 14 Apr, 2026
1 Clean Code to Clean Architecture: Refactoring a Fat Controller into Vertical Slices in ASP.NET Core Most teams do not decide to build a fat controller. They arrive there one deadline at a time
Read More
Normalization vs. Reality: When to Denormalize for Throughput on SQL Server & Azure SQL
- Sudhir Mangla
- Database , Performance Optimization
- 13 Apr, 2026
1 Normalization vs. Reality: When to Denormalize for Throughput on SQL Server & Azure SQL 1.1 The Architect’s Paradox: Purity vs. Performance Normalization still matters. Third Normal For
Read More