Cicd pipelines
Mastering the ASP.NET Core Request Pipeline: Middleware Patterns and Endpoint Filters for Real Apps
- Sudhir Mangla
- .NET , Software Architecture
- 10 Feb, 2026
1 The Modern Request Pipeline: Architecture and .NET Evolution The ASP.NET Core request pipeline is the framework's execution backbone. Every HTTP request flows through a well-defined sequence—mid
Read More
Functional C# in Practice: Records, Immutability, and Pipelines for Safer Domain Logic
- Sudhir Mangla
- C# , Domain Driven Design
- 24 Dec, 2025
1 The Functional Renaissance in Modern .NET Functional ideas have been part of .NET since LINQ appeared in 2007, but the environment we build software in today is very different. Modern systems ar
Read More
Mastering LINQ in C#: From Readable Queries to High-Performance Data Pipelines
- Sudhir Mangla
- C# , Performance Optimization
- 15 Nov, 2025
1 Introduction: LINQ's Two Faces—Clarity and Cost Every experienced .NET developer has a story that starts with “it worked fine in dev, but production melted.” More often than not, LINQ is somewhe
Read More
The Platform Engineering Handbook: Building Golden Paths, Service Catalogs, and Developer Portals with Backstage and Azure
- Sudhir Mangla
- DevOps & CI/CD , Azure
- 14 Nov, 2025
1 The Platform Engineering Shift: Why .NET Teams Need a Portal Modern .NET teams ship to Azure faster than ever, but the operational surface area keeps expanding. Each new microservice introduces
Read More
Mobile CI/CD in a Day: GitHub Actions + Fastlane + App Center
- Sudhir Mangla
- DevOps & CI/CD , Mobile Development
- 21 Oct, 2025
1 Why “Mobile CI/CD in a Day” (and what changed in 2025) In simply one workday you’ll go from a code push → to build → test → sign → distribute → store-submit a mobile app. That’s the promise: **M
Read More
Production-Ready Containers for .NET 8/9: From Distroless Images to SBOM and AOT
- Sudhir Mangla
- DevSecOps , DevOps & CI/CD
- 13 Oct, 2025
1 Problem framing and goals: production-ready .NET containers in 2025 In 2025, production-ready .NET containers mean more than just packaging your app with a Dockerfile. Teams now expect contain
Read More
Compliance-as-Code for .NET on Azure: Mapping GDPR, CCPA, PCI DSS & HIPAA with Azure Policy, Defender for Cloud, and Bicep
- Sudhir Mangla
- Azure , DevSecOps
- 01 Oct, 2025
1 The Inevitable Shift: Why Compliance Can't Be an Afterthought 1.1 Introduction: The Modern .NET Team's Dilemma Imagine this: a .NET development team has just finished a sprint. They’ve buil
Read More
CI/CD for Data + App Together: A Unified Framework for .NET, SQL, and Fabric with GitHub Actions
- Sudhir mangla
- DevOps & CI/CD , Software Architecture
- 03 Sep, 2025
1 Introduction: Breaking the Great Wall of DevOps The relationship between application development, database management, and data analytics has always been uneasy. Each discipline has its own prac
Read More
Introduction to DevSecOps: A Practical Guide for Integrating Security into Your .NET Pipeline
- Sudhir mangla
- DevSecOps , Security
- 06 Jul, 2025
1 The DevSecOps Imperative for the Modern .NET Architect 1.1 Beyond "Bolted-On" Security: The Business Case for Shifting Left Traditionally, security has been treated as an afterthought—a box
Read More