﻿<?xml version="1.0" encoding="utf-8"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>C# Corner Latest Articles</title><link>https://www.c-sharpcorner.com/articles/</link><description>Articles from C# Corner</description><copyright>© 1999 - 2026  CSharp Inc. All contents are copyright of their authors.</copyright><atom:link href="https://www.c-sharpcorner.com/RSS/LatestArticles.aspx" rel="self" type="application/rss+xml" /><item><title>Building an Enterprise Semantic Recommendation Engine with LangGraph, ChromaDB, and Multi-Agent RAG</title><description>Build an enterprise semantic recommendation engine with LangGraph, ChromaDB, and multi-agent RAG for contextual, auditable, and safe recommendations.</description><link>https://www.c-sharpcorner.com/article/building-an-enterprise-semantic-recommendation-engine-with-langgraph-chromadb/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/building-an-enterprise-semantic-recommendation-engine-with-langgraph-chromadb/</guid><pubDate>Tue, 11 Aug 2026 15:51:55 GMT</pubDate><author>noreply@c-sharpcorner.com (Tuhin Paul)</author></item><item><title>Testing AI Agents Against Unauthorized Data Access</title><description>Secure AI agents by rigorously testing authorization, preventing unauthorized data access, and validating every interaction path. Essential for robust AI security.</description><link>https://www.c-sharpcorner.com/article/testing-ai-agents-against-unauthorized-data-access2/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/testing-ai-agents-against-unauthorized-data-access2/</guid><pubDate>Wed, 12 Aug 2026 08:52:16 GMT</pubDate><author>noreply@c-sharpcorner.com (Saurav Kumar)</author></item><item><title>Designing Multi-Tenant Agent Identity with On-Behalf-Of Token Exchange</title><description>Secure multi-tenant AI agents by mastering On-Behalf-Of token exchange for robust identity propagation and tenant isolation.</description><link>https://www.c-sharpcorner.com/article/designing-multi-tenant-agent-identity-with-on-behalf-of-token-exchange/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/designing-multi-tenant-agent-identity-with-on-behalf-of-token-exchange/</guid><pubDate>Wed, 12 Aug 2026 08:46:21 GMT</pubDate><author>noreply@c-sharpcorner.com (Riya Patel)</author></item><item><title>Building AI-Ready Data Contracts for Event-Driven .NET Systems</title><description>Build AI-ready data contracts for .NET event-driven systems. Ensure explicit, versioned, and semantically clear events for reliable AI consumption.</description><link>https://www.c-sharpcorner.com/article/building-ai-ready-data-contracts-for-event-driven-net-systems/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/building-ai-ready-data-contracts-for-event-driven-net-systems/</guid><pubDate>Wed, 12 Aug 2026 08:32:40 GMT</pubDate><author>noreply@c-sharpcorner.com (Niharika Gupta)</author></item><item><title>Benchmarking AgentCore Runtime Isolation for Multi-Tenant AI Systems</title><description>Benchmark AgentCore Runtime isolation for multi-tenant AI. Evaluate latency, resource use, and security for robust AI systems.</description><link>https://www.c-sharpcorner.com/article/benchmarking-agentcore-runtime-isolation-for-multi-tenant-ai-systems/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/benchmarking-agentcore-runtime-isolation-for-multi-tenant-ai-systems/</guid><pubDate>Wed, 12 Aug 2026 08:21:27 GMT</pubDate><author>noreply@c-sharpcorner.com (Nidhi Sharma)</author></item><item><title>Designing Zero-Trust Tool Authorization for MCP Clients</title><description>Implement zero-trust for MCP tool authorization. Secure AI applications by enforcing granular permissions and least privilege.</description><link>https://www.c-sharpcorner.com/article/designing-zero-trust-tool-authorization-for-mcp-clients/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/designing-zero-trust-tool-authorization-for-mcp-clients/</guid><pubDate>Wed, 12 Aug 2026 08:18:16 GMT</pubDate><author>noreply@c-sharpcorner.com (Ananya Desai)</author></item><item><title>Building Durable .NET Workflows with AWS Lambda Durable Execution</title><description>Build resilient .NET workflows on AWS Lambda with Durable Execution. Manage state, retries, and long waits directly in C# code.</description><link>https://www.c-sharpcorner.com/article/building-durable-net-workflows-with-aws-lambda-durable-execution/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/building-durable-net-workflows-with-aws-lambda-durable-execution/</guid><pubDate>Wed, 12 Aug 2026 08:15:20 GMT</pubDate><author>noreply@c-sharpcorner.com (Aarav Patel)</author></item><item><title>Dual-Track Evaluation for Microfinance Repayment Recommendations: Online Safety Gates &amp;amp; Offline Policy Optimization with LangGraph</title><description>Dual-track evaluation for microfinance: Online safety gates &amp;amp; offline policy optimization with LangGraph for safer, sustainable repayment.</description><link>https://www.c-sharpcorner.com/article/dual-track-evaluation-for-microfinance-repayment-recommendations-online-safety2/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/dual-track-evaluation-for-microfinance-repayment-recommendations-online-safety2/</guid><pubDate>Wed, 12 Aug 2026 08:16:47 GMT</pubDate><author>noreply@c-sharpcorner.com (Tuhin Paul)</author></item><item><title>100 C# Multiple-Choice Questions and Answers for Beginners</title><description>Master C# with this comprehensive MCQ guide covering syntax, data types, OOP, error handling, and more. Essential for developers.</description><link>https://www.c-sharpcorner.com/article/100-c-sharp-multiple-choice-questions-and-answers-for-beginners/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/100-c-sharp-multiple-choice-questions-and-answers-for-beginners/</guid><pubDate>Sun, 09 Aug 2026 13:58:12 GMT</pubDate><author>noreply@c-sharpcorner.com (sushil kumar)</author></item><item><title>Diving in OOP (Polymorphism and Inheritance – Part 3)</title><description>Master C# polymorphism and abstract classes. Learn virtual, override, new, and base for dynamic binding and incomplete class definitions.</description><link>https://www.c-sharpcorner.com/article/diving-in-oop-polymorphism-and-inheritance-part-3/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/diving-in-oop-polymorphism-and-inheritance-part-3/</guid><pubDate>Tue, 11 Aug 2026 01:30:21 GMT</pubDate><author>noreply@c-sharpcorner.com (Sudarshan Hajare)</author></item><item><title>MLOps Essentials: Model Development and Integration</title><description>Master MLOps for scalable, reliable ML. Learn data processing, continuous training, experiment tracking, and model integration for production-ready systems.</description><link>https://www.c-sharpcorner.com/article/mlops-essentials-model-development-and-integration/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/mlops-essentials-model-development-and-integration/</guid><pubDate>Mon, 10 Aug 2026 17:10:45 GMT</pubDate><author>noreply@c-sharpcorner.com (Deepika Sawant)</author></item><item><title>How We Benchmarked Graph vs. Non-Graph for Cash Management</title><description>Benchmarking graph vs. non-graph for cash management reveals graph&amp;#39;s superiority for relational, multi-hop risk workloads, proving its value.</description><link>https://www.c-sharpcorner.com/article/how-we-benchmarked-graph-vs-non-graph-for-cash-management/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/how-we-benchmarked-graph-vs-non-graph-for-cash-management/</guid><pubDate>Sun, 09 Aug 2026 02:57:37 GMT</pubDate><author>noreply@c-sharpcorner.com (Tuhin Paul)</author></item><item><title>Node.js 26 Permission Models for Secure Build Pipelines</title><description>Secure Node.js 26 build pipelines with the Permission Model. Apply least privilege, restrict resource access, and enhance CI/CD security.</description><link>https://www.c-sharpcorner.com/article/node-js-26-permission-models-for-secure-build-pipelines/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/node-js-26-permission-models-for-secure-build-pipelines/</guid><pubDate>Tue, 11 Aug 2026 07:12:31 GMT</pubDate><author>noreply@c-sharpcorner.com (Riya Patel)</author></item><item><title>Auditing AI-Generated C# for Unsafe Code Contracts</title><description>Audit AI-generated C# unsafe code. C# 15&amp;#39;s new model clarifies safety contracts, making review critical for pointer, stackalloc, and interop code.</description><link>https://www.c-sharpcorner.com/article/auditing-ai-generated-c-sharp-for-unsafe-code-contracts3/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/auditing-ai-generated-c-sharp-for-unsafe-code-contracts3/</guid><pubDate>Tue, 11 Aug 2026 07:25:35 GMT</pubDate><author>noreply@c-sharpcorner.com (Saurav Kumar)</author></item><item><title>Testing MCP Tool Contracts with Contract-Based Integration Tests</title><description>Master MCP tool contracts with robust testing. Ensure API stability, prevent regressions, and build reliable AI integrations.</description><link>https://www.c-sharpcorner.com/article/testing-mcp-tool-contracts-with-contract-based-integration-tests/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/testing-mcp-tool-contracts-with-contract-based-integration-tests/</guid><pubDate>Tue, 11 Aug 2026 07:08:30 GMT</pubDate><author>noreply@c-sharpcorner.com (Nidhi Sharma)</author></item><item><title>Benchmarking .NET MAUI Startup After CoreCLR Migration</title><description>Benchmark .NET MAUI startup after CoreCLR migration. Measure cold/warm starts, UI responsiveness, memory, and app size for accurate performance analysis.</description><link>https://www.c-sharpcorner.com/article/benchmarking-net-maui-startup-after-coreclr-migration/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/benchmarking-net-maui-startup-after-coreclr-migration/</guid><pubDate>Tue, 11 Aug 2026 07:03:55 GMT</pubDate><author>noreply@c-sharpcorner.com (Niharika Gupta)</author></item><item><title>Diagnosing .NET 11 Runtime Async Regressions</title><description>Diagnose .NET 11 async regressions with a practical methodology: baseline, controlled benchmarks, concurrency testing, and detailed diagnostics.</description><link>https://www.c-sharpcorner.com/article/diagnosing-net-11-runtime-async-regressions/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/diagnosing-net-11-runtime-async-regressions/</guid><pubDate>Tue, 11 Aug 2026 06:59:08 GMT</pubDate><author>noreply@c-sharpcorner.com (Ananya Desai)</author></item><item><title>Testing Declarative AI Workflows with Failure Injection</title><description>Master declarative AI workflow testing with failure injection. Ensure robust error handling, recovery, and reliability in production.</description><link>https://www.c-sharpcorner.com/article/testing-declarative-ai-workflows-with-failure-injection/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/testing-declarative-ai-workflows-with-failure-injection/</guid><pubDate>Tue, 11 Aug 2026 06:52:24 GMT</pubDate><author>noreply@c-sharpcorner.com (Aarav Patel)</author></item><item><title>Terraform at Scale: Building Reusable Infrastructure Across Environments</title><description>Master Terraform at scale: Build reusable infrastructure across environments with modules, separate state, and CI/CD validation for consistency.</description><link>https://www.c-sharpcorner.com/article/terraform-at-scale-building-reusable-infrastructure-across-environments/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/terraform-at-scale-building-reusable-infrastructure-across-environments/</guid><pubDate>Wed, 12 Aug 2026 07:18:37 GMT</pubDate><author>noreply@c-sharpcorner.com (Lakshmi Supriya Namana)</author></item><item><title>Building Secure and Scalable Multi-Tenant SaaS Applications with .NET and Angular</title><description>Learn how to build secure and scalable multi-tenant SaaS applications with .NET and Angular, covering tenant isolation, database architecture, authentication, scalability, monitoring, and DevOps.</description><link>https://www.c-sharpcorner.com/article/building-secure-and-scalable-multi-tenant-saas-applications-with-net-and-angula/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/building-secure-and-scalable-multi-tenant-saas-applications-with-net-and-angula/</guid><pubDate>Tue, 11 Aug 2026 09:47:38 GMT</pubDate><author>noreply@c-sharpcorner.com (Jignesh Prajapati)</author></item><item><title>Transactional Recommendation Quality for Microfinance QR Payments with LangGraph RAG</title><description>Enhance microfinance QR payments with LangGraph RAG, focusing on transactional quality over CTR for financial inclusion.</description><link>https://www.c-sharpcorner.com/article/transactional-recommendation-quality-for-microfinance-qr-payments-with-langgraph/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/transactional-recommendation-quality-for-microfinance-qr-payments-with-langgraph/</guid><pubDate>Wed, 12 Aug 2026 08:40:36 GMT</pubDate><author>noreply@c-sharpcorner.com (Tuhin Paul)</author></item><item><title>Measuring AI Coding-Agent Productivity Without Vanity Metrics</title><description>Measure AI coding agent productivity beyond vanity metrics. Focus on delivery, quality, rework, and developer experience for true value.</description><link>https://www.c-sharpcorner.com/article/measuring-ai-coding-agent-productivity-without-vanity-metrics/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/measuring-ai-coding-agent-productivity-without-vanity-metrics/</guid><pubDate>Tue, 11 Aug 2026 07:19:42 GMT</pubDate><author>noreply@c-sharpcorner.com (Saurav Kumar)</author></item><item><title>Kubernetes 1.36 to 1.37 Upgrade Risks for .NET Services</title><description>Kubernetes 1.37 upgrade risks for .NET services: focus on operational issues, not just code. Prepare for node, runtime, and lifecycle challenges.</description><link>https://www.c-sharpcorner.com/article/kubernetes-1-36-to-1-37-upgrade-risks-for-net-services/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/kubernetes-1-36-to-1-37-upgrade-risks-for-net-services/</guid><pubDate>Tue, 11 Aug 2026 07:10:47 GMT</pubDate><author>noreply@c-sharpcorner.com (Riya Patel)</author></item><item><title>Securing MCP Parameter Headers at Enterprise Gateways</title><description>Securely integrate MCP traffic into enterprise gateways by treating headers as metadata, not authorization, and validating against the authoritative JSON-RPC body.</description><link>https://www.c-sharpcorner.com/article/securing-mcp-parameter-headers-at-enterprise-gateways/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/securing-mcp-parameter-headers-at-enterprise-gateways/</guid><pubDate>Tue, 11 Aug 2026 07:07:45 GMT</pubDate><author>noreply@c-sharpcorner.com (Nidhi Sharma)</author></item><item><title>.NET MAUI CoreCLR Migration: Finding Mobile Regressions</title><description>Navigate .NET MAUI CoreCLR migration for mobile apps. Discover regressions, test systematically, and ensure a smooth transition with this expert guide.</description><link>https://www.c-sharpcorner.com/article/net-maui-coreclr-migration-finding-mobile-regressions/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/net-maui-coreclr-migration-finding-mobile-regressions/</guid><pubDate>Tue, 11 Aug 2026 07:02:35 GMT</pubDate><author>noreply@c-sharpcorner.com (Niharika Gupta)</author></item><item><title>Benchmarking JSON Union Serialization in .NET 11</title><description>Benchmark C# 15 union types with .NET 11 System.Text.Json for API contracts. Measure serialization, deserialization, payload size, and compatibility.</description><link>https://www.c-sharpcorner.com/article/benchmarking-json-union-serialization-in-net-11/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/benchmarking-json-union-serialization-in-net-11/</guid><pubDate>Tue, 11 Aug 2026 06:58:28 GMT</pubDate><author>noreply@c-sharpcorner.com (Ananya Desai)</author></item><item><title>Designing Secure Agent Skills for Multi-Tenant AI Platforms</title><description>Securely design multi-tenant AI agent skills with tenant isolation, authorization, filtering, and audit logging for enterprise platforms.</description><link>https://www.c-sharpcorner.com/article/designing-secure-agent-skills-for-multi-tenant-ai-platforms/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/designing-secure-agent-skills-for-multi-tenant-ai-platforms/</guid><pubDate>Tue, 11 Aug 2026 06:51:39 GMT</pubDate><author>noreply@c-sharpcorner.com (Aarav Patel)</author></item><item><title>Modern AI Systems Study Guide: RAG, MCP, and AI Agents</title><description>Master RAG, MCP, and AI Agents: The core components of modern AI systems for enhanced intelligence and automation.</description><link>https://www.c-sharpcorner.com/article/modern-ai-systems-study-guide-rag-mcp-and-ai-agents/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/modern-ai-systems-study-guide-rag-mcp-and-ai-agents/</guid><pubDate>Wed, 12 Aug 2026 02:06:03 GMT</pubDate><author>noreply@c-sharpcorner.com (Vinoth Xavier)</author></item><item><title>Building a Reliable CI/CD Pipeline for a Cloud Native API Using Jenkins and Kubernetes</title><description>Build a robust CI/CD pipeline for cloud-native APIs using Jenkins and Kubernetes. Automate deployments for faster, reliable releases.</description><link>https://www.c-sharpcorner.com/article/building-a-reliable-cicd-pipeline-for-a-cloud-native-api-using-jenkins-and-kube/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/building-a-reliable-cicd-pipeline-for-a-cloud-native-api-using-jenkins-and-kube/</guid><pubDate>Tue, 11 Aug 2026 16:02:50 GMT</pubDate><author>noreply@c-sharpcorner.com (Lakshmi Supriya Namana)</author></item><item><title>The Five Graph Query Patterns That Power Interconnected Cash Risk</title><description>Unlock interconnected cash risk with 5 graph query patterns for liquidity, regulation, and policy compliance. Powering proactive treasury intelligence.</description><link>https://www.c-sharpcorner.com/article/the-five-graph-query-patterns-that-power-interconnected-cash-risk/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/the-five-graph-query-patterns-that-power-interconnected-cash-risk/</guid><pubDate>Sun, 09 Aug 2026 02:47:44 GMT</pubDate><author>noreply@c-sharpcorner.com (Tuhin Paul)</author></item><item><title>How AI Is Transforming Modern Creative Workflows</title><description>Discover how generative AI is revolutionizing visual content creation, accelerating workflows, and enhancing brand strategy for modern businesses.</description><link>https://www.c-sharpcorner.com/article/how-ai-is-transforming-modern-creative-workflows/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/how-ai-is-transforming-modern-creative-workflows/</guid><pubDate>Wed, 12 Aug 2026 06:00:22 GMT</pubDate><author>noreply@c-sharpcorner.com (Artcube AI)</author></item><item><title>Graph-Augmented Reasoning for Cash Management</title><description>Graph-augmented reasoning for cash management: combining graph traversal with LLMs for treasury intelligence and compliance.</description><link>https://www.c-sharpcorner.com/article/graph-augmented-reasoning-for-cash-management/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/graph-augmented-reasoning-for-cash-management/</guid><pubDate>Sun, 09 Aug 2026 01:39:11 GMT</pubDate><author>noreply@c-sharpcorner.com (Tuhin Paul)</author></item><item><title>Benchmarking KEDA vs HPA for Event-Driven .NET APIs</title><description>Compare KEDA vs HPA for .NET event-driven APIs. Benchmark scaling latency, queue backlog, request latency, and resource consumption.</description><link>https://www.c-sharpcorner.com/article/benchmarking-keda-vs-hpa-for-event-driven-net-apis/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/benchmarking-keda-vs-hpa-for-event-driven-net-apis/</guid><pubDate>Tue, 11 Aug 2026 07:12:05 GMT</pubDate><author>noreply@c-sharpcorner.com (Riya Patel)</author></item><item><title>Preventing Architecture Drift with Executable Dependency Rules</title><description>Prevent architecture drift with executable dependency rules. Turn architectural decisions into automated tests for C# applications using ArchUnitNET.</description><link>https://www.c-sharpcorner.com/article/preventing-architecture-drift-with-executable-dependency-rules/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/preventing-architecture-drift-with-executable-dependency-rules/</guid><pubDate>Tue, 11 Aug 2026 07:18:49 GMT</pubDate><author>noreply@c-sharpcorner.com (Saurav Kumar)</author></item><item><title>MCP Multi-Round Requests: Designing Reliable Tool Calls</title><description>Master MCP Multi-Round Requests (MRTR) for reliable AI tool calls. Design stateless, interactive tools without long-lived sessions.</description><link>https://www.c-sharpcorner.com/article/mcp-multi-round-requests-designing-reliable-tool-calls/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/mcp-multi-round-requests-designing-reliable-tool-calls/</guid><pubDate>Tue, 11 Aug 2026 07:06:33 GMT</pubDate><author>noreply@c-sharpcorner.com (Nidhi Sharma)</author></item><item><title>Benchmarking EF Core Complex-Type Indexes at Scale</title><description>Benchmark EF Core 11 complex-type indexes at scale. Measure query latency, reads, CPU, execution plans, and write overhead.</description><link>https://www.c-sharpcorner.com/article/benchmarking-ef-core-complex-type-indexes-at-scale/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/benchmarking-ef-core-complex-type-indexes-at-scale/</guid><pubDate>Tue, 11 Aug 2026 07:01:29 GMT</pubDate><author>noreply@c-sharpcorner.com (Niharika Gupta)</author></item><item><title>PostgreSQL 18 Skip Scans: When Multicolumn Indexes Win</title><description>PostgreSQL 18&amp;#39;s skip scan enhances multicolumn indexes for queries filtering on later columns. Learn when it&amp;#39;s beneficial and how to benchmark.</description><link>https://www.c-sharpcorner.com/article/postgresql-18-skip-scans-when-multicolumn-indexes-win/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/postgresql-18-skip-scans-when-multicolumn-indexes-win/</guid><pubDate>Tue, 11 Aug 2026 07:29:24 GMT</pubDate><author>noreply@c-sharpcorner.com (Ananya Desai)</author></item><item><title>Benchmarking Stateless MCP Servers Behind Load Balancers</title><description>Benchmark stateless MCP servers behind load balancers to measure throughput, latency, resource consumption, and scaling behavior for optimal .NET deployments.</description><link>https://www.c-sharpcorner.com/article/benchmarking-stateless-mcp-servers-behind-load-balancers/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/benchmarking-stateless-mcp-servers-behind-load-balancers/</guid><pubDate>Tue, 11 Aug 2026 06:50:51 GMT</pubDate><author>noreply@c-sharpcorner.com (Aarav Patel)</author></item><item><title>Unlocking Real-Time Data Streams: An Architectural Guide to Debezium and Change Data Capture</title><description>Unlock real-time data streams with Debezium and CDC. Transform databases into event sources for modern, event-driven architectures.</description><link>https://www.c-sharpcorner.com/article/unlocking-real-time-data-streams-an-architectural-guide-to-debezium-and-change/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/unlocking-real-time-data-streams-an-architectural-guide-to-debezium-and-change/</guid><pubDate>Thu, 06 Aug 2026 00:21:56 GMT</pubDate><author>noreply@c-sharpcorner.com (Hari Lakkakula)</author></item><item><title>Governed Autonomy: Why Enterprise AI Needs an Accountable Execution Architecture, Not Just a Smarter Chatbot</title><description>Enterprise AI needs accountable execution, not just RAG. AgentFactory offers governed autonomy, verification, and stateful recovery for AI.</description><link>https://www.c-sharpcorner.com/article/governed-autonomy-why-enterprise-ai-needs-an-accountable-execution-architecture/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/governed-autonomy-why-enterprise-ai-needs-an-accountable-execution-architecture/</guid><pubDate>Tue, 11 Aug 2026 16:42:58 GMT</pubDate><author>noreply@c-sharpcorner.com (John Godel)</author></item><item><title>Building Capability-Based Security for AI Tool Plugins</title><description>Implement capability-based security for AI tool plugins to grant agents only necessary permissions, ensuring granular control and preventing privilege escalation.</description><link>https://www.c-sharpcorner.com/article/building-capability-based-security-for-ai-tool-plugins/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/building-capability-based-security-for-ai-tool-plugins/</guid><pubDate>Tue, 11 Aug 2026 07:14:16 GMT</pubDate><author>noreply@c-sharpcorner.com (Saurav Kumar)</author></item><item><title>Graph-Native Fraud &amp;amp; Credit Risk for Cards</title><description>Leverage Graph-RAG Multi-Agent Systems for high-cardinality card fraud detection, enabling low-latency fraud ring identification.</description><link>https://www.c-sharpcorner.com/article/graph-native-fraud-credit-risk-for-cards/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/graph-native-fraud-credit-risk-for-cards/</guid><pubDate>Sun, 09 Aug 2026 01:04:15 GMT</pubDate><author>noreply@c-sharpcorner.com (Tuhin Paul)</author></item><item><title>Building a Real-Time Horse Racing Data Dashboard with ASP.NET Core and SignalR </title><description>Build a real-time horse racing data dashboard with ASP.NET Core &amp;amp; SignalR. Focus on licensed data, snapshots, deltas, and efficient updates.</description><link>https://www.c-sharpcorner.com/article/building-a-real-time-horse-racing-data-dashboard-with-asp-net-core-and-signalr/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/building-a-real-time-horse-racing-data-dashboard-with-asp-net-core-and-signalr/</guid><pubDate>Mon, 10 Aug 2026 13:46:06 GMT</pubDate><author>noreply@c-sharpcorner.com (Elena Hazel)</author></item><item><title>PostgreSQL 18 AIO: Benchmarking .NET Database Workloads</title><description>Benchmark PostgreSQL 18 AIO with .NET workloads. Measure performance differences between sync, worker, and io_uring for optimal database I/O.</description><link>https://www.c-sharpcorner.com/article/postgresql-18-aio-benchmarking-net-database-workloads/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/postgresql-18-aio-benchmarking-net-database-workloads/</guid><pubDate>Tue, 11 Aug 2026 07:09:35 GMT</pubDate><author>noreply@c-sharpcorner.com (Riya Patel)</author></item><item><title>Building MCP Observability Without Session State</title><description>Master MCP observability in stateless production environments. Learn to leverage distributed tracing, request IDs, and explicit workflow identifiers for robust diagnostics.</description><link>https://www.c-sharpcorner.com/article/building-mcp-observability-without-session-state/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/building-mcp-observability-without-session-state/</guid><pubDate>Tue, 11 Aug 2026 07:06:08 GMT</pubDate><author>noreply@c-sharpcorner.com (Nidhi Sharma)</author></item><item><title>EF Core 11 Query Translation Changes Under Real Workloads</title><description>Evaluate EF Core 11 query translation changes with real workloads. Learn to benchmark, inspect SQL, and analyze execution plans for optimal performance.</description><link>https://www.c-sharpcorner.com/article/ef-core-11-query-translation-changes-under-real-workloads/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/ef-core-11-query-translation-changes-under-real-workloads/</guid><pubDate>Tue, 11 Aug 2026 07:00:41 GMT</pubDate><author>noreply@c-sharpcorner.com (Niharika Gupta)</author></item><item><title>Benchmarking C# 15 Union Types for API Contracts</title><description>Benchmark C# 15 union types for API contracts: explore performance, serialization, boxing, and exhaustiveness for robust design.</description><link>https://www.c-sharpcorner.com/article/benchmarking-c-sharp-15-union-types-for-api-contracts/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/benchmarking-c-sharp-15-union-types-for-api-contracts/</guid><pubDate>Tue, 11 Aug 2026 06:54:38 GMT</pubDate><author>noreply@c-sharpcorner.com (Ananya Desai)</author></item><item><title>Migrating MCP C# Servers from SDK 1.x to 2.0</title><description>Migrate MCP C# servers from SDK 1.x to 2.0 with this guide. Learn about stateless HTTP, protocol negotiation, and API changes for a smooth transition.</description><link>https://www.c-sharpcorner.com/article/migrating-mcp-c-sharp-servers-from-sdk-1-x-to-2-0/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/migrating-mcp-c-sharp-servers-from-sdk-1-x-to-2-0/</guid><pubDate>Tue, 11 Aug 2026 06:49:13 GMT</pubDate><author>noreply@c-sharpcorner.com (Aarav Patel)</author></item><item><title>Orchestrating Trade Finance Intelligence: Building a Stateful, Multi-Agent RAG Recommendation Engine with LangGraph and Chroma</title><description>Build an enterprise RAG system for trade finance using LangGraph &amp;amp; ChromaDB for stateful, multi-agent recommendations.</description><link>https://www.c-sharpcorner.com/article/orchestrating-trade-finance-intelligence-building-a-stateful-multi-agent-rag-r/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/orchestrating-trade-finance-intelligence-building-a-stateful-multi-agent-rag-r/</guid><pubDate>Sun, 09 Aug 2026 03:10:07 GMT</pubDate><author>noreply@c-sharpcorner.com (Tuhin Paul)</author></item><item><title>Preventing Knowledge Debt in AI-Assisted Software Development</title><description>Prevent knowledge debt in AI-assisted development by ensuring developer understanding, not just code generation. Optimize workflows for learning and oversight.</description><link>https://www.c-sharpcorner.com/article/preventing-knowledge-debt-in-ai-assisted-software-development/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/preventing-knowledge-debt-in-ai-assisted-software-development/</guid><pubDate>Mon, 10 Aug 2026 09:44:36 GMT</pubDate><author>noreply@c-sharpcorner.com (Saurav Kumar)</author></item><item><title>Declarative AI Workflows: YAML vs Code Performance Trade-offs</title><description>Explore YAML vs. C# for AI workflows: performance trade-offs, construction vs. execution costs, and choosing the right authoring model.</description><link>https://www.c-sharpcorner.com/article/declarative-ai-workflows-yaml-vs-code-performance-trade-offs/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/declarative-ai-workflows-yaml-vs-code-performance-trade-offs/</guid><pubDate>Mon, 10 Aug 2026 09:38:28 GMT</pubDate><author>noreply@c-sharpcorner.com (Riya Patel)</author></item><item><title>Designing Approval Gates for High-Risk AI Agent Actions</title><description>Design robust AI agent approval gates for high-risk actions. Ensure safety, auditability, and accountability in production agent architectures.</description><link>https://www.c-sharpcorner.com/article/designing-approval-gates-for-high-risk-ai-agent-actions/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/designing-approval-gates-for-high-risk-ai-agent-actions/</guid><pubDate>Mon, 10 Aug 2026 09:35:49 GMT</pubDate><author>noreply@c-sharpcorner.com (Niharika Gupta)</author></item><item><title>Building MCP Load Tests for Stateless Agent Workloads</title><description>Master MCP load testing for stateless AI agent workloads. Optimize performance, identify bottlenecks, and ensure scalability with .NET.</description><link>https://www.c-sharpcorner.com/article/building-mcp-load-tests-for-stateless-agent-workloads/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/building-mcp-load-tests-for-stateless-agent-workloads/</guid><pubDate>Mon, 10 Aug 2026 09:29:23 GMT</pubDate><author>noreply@c-sharpcorner.com (Nidhi Sharma)</author></item><item><title>Building a Low-Latency Multi-Agent RAG System for Loan &amp;amp; Mortgage Exposure</title><description>Build a low-latency, multi-agent RAG system for loan &amp;amp; mortgage credit risk analysis using LangGraph and Neo4j.</description><link>https://www.c-sharpcorner.com/article/building-a-low-latency-multi-agent-rag-system-for-loan-mortgage-exposure/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/building-a-low-latency-multi-agent-rag-system-for-loan-mortgage-exposure/</guid><pubDate>Sun, 09 Aug 2026 00:42:08 GMT</pubDate><author>noreply@c-sharpcorner.com (Tuhin Paul)</author></item><item><title>Benchmarking JSON Lines Serialization in .NET 11</title><description>Explore .NET 11&amp;#39;s native JSON Lines support for efficient record-oriented data processing. Benchmark performance, memory, and streaming for large datasets.</description><link>https://www.c-sharpcorner.com/article/benchmarking-json-lines-serialization-in-net-11/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/benchmarking-json-lines-serialization-in-net-11/</guid><pubDate>Mon, 10 Aug 2026 09:27:16 GMT</pubDate><author>noreply@c-sharpcorner.com (Ananya Desai)</author></item><item><title>Graph vs. Relational for Card Fraud - Enterprise Multi-Agent LangGraph RAG for Internet &amp;amp; Mobile Banking</title><description>Graph databases and LangGraph RAG for enterprise card fraud detection and internet banking ATO investigations. Optimized for temporal identity graphs.</description><link>https://www.c-sharpcorner.com/article/graph-vs-relational-for-card-fraud-enterprise-multi-agent-langgraph-rag-for-i/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/graph-vs-relational-for-card-fraud-enterprise-multi-agent-langgraph-rag-for-i/</guid><pubDate>Sun, 09 Aug 2026 01:17:19 GMT</pubDate><author>noreply@c-sharpcorner.com (Tuhin Paul)</author></item><item><title>.NET 11 Runtime Async Performance: What Actually Changes</title><description>.NET 11&amp;#39;s Runtime Async revolutionizes async programming with runtime-managed suspension, boosting performance and debugging.</description><link>https://www.c-sharpcorner.com/article/net-11-runtime-async-performance-what-actually-changes/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/net-11-runtime-async-performance-what-actually-changes/</guid><pubDate>Mon, 10 Aug 2026 09:24:17 GMT</pubDate><author>noreply@c-sharpcorner.com (Aarav Patel)</author></item><item><title>Benchmarking Azure Linux vs Debian for .NET Containers</title><description>Benchmark Azure Linux vs. Debian for .NET containers. Explore performance, startup, image size, and security for informed OS choices.</description><link>https://www.c-sharpcorner.com/article/benchmarking-azure-linux-vs-debian-for-net-containers/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/benchmarking-azure-linux-vs-debian-for-net-containers/</guid><pubDate>Mon, 10 Aug 2026 09:43:53 GMT</pubDate><author>noreply@c-sharpcorner.com (Saurav Kumar)</author></item><item><title>Production Patterns for Agent Skills Served Through MCP</title><description>Unlock scalable AI agent expertise with MCP-served skills. Centralize, govern, and distribute domain knowledge efficiently.</description><link>https://www.c-sharpcorner.com/article/production-patterns-for-agent-skills-served-through-mcp/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/production-patterns-for-agent-skills-served-through-mcp/</guid><pubDate>Mon, 10 Aug 2026 09:37:29 GMT</pubDate><author>noreply@c-sharpcorner.com (Riya Patel)</author></item><item><title>Full Outer Joins in LINQ: Performance and SQL Translation</title><description>Explore .NET 11&amp;#39;s FullJoin in LINQ for explicit full outer joins. Optimize database queries with EF Core translation and understand performance implications.</description><link>https://www.c-sharpcorner.com/article/full-outer-joins-in-linq-performance-and-sql-translation/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/full-outer-joins-in-linq-performance-and-sql-translation/</guid><pubDate>Mon, 10 Aug 2026 09:31:53 GMT</pubDate><author>noreply@c-sharpcorner.com (Niharika Gupta)</author></item><item><title>AI Agent Supply-Chain Security for Third-Party MCP Tools</title><description>Secure AI agents by treating third-party MCP tools as software dependencies, applying least privilege, and robust governance.</description><link>https://www.c-sharpcorner.com/article/ai-agent-supply-chain-security-for-third-party-mcp-tools/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/ai-agent-supply-chain-security-for-third-party-mcp-tools/</guid><pubDate>Mon, 10 Aug 2026 09:34:27 GMT</pubDate><author>noreply@c-sharpcorner.com (Niharika Gupta)</author></item><item><title>C# 15 Memory Safety: Auditing Unsafe Code Contracts</title><description>C# 15 enhances memory safety by making unsafe code boundaries explicit, shifting focus from pointer syntax to actual memory access for better auditing.</description><link>https://www.c-sharpcorner.com/article/c-sharp-15-memory-safety-auditing-unsafe-code-contracts/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/c-sharp-15-memory-safety-auditing-unsafe-code-contracts/</guid><pubDate>Mon, 10 Aug 2026 09:28:40 GMT</pubDate><author>noreply@c-sharpcorner.com (Nidhi Sharma)</author></item><item><title>Signed .NET Container Images: Building a Verifiable Supply Chain</title><description>Secure your .NET container supply chain with signed images. Learn how to build trust, verify authenticity, and enforce deployment policies.</description><link>https://www.c-sharpcorner.com/article/signed-net-container-images-building-a-verifiable-supply-chain/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/signed-net-container-images-building-a-verifiable-supply-chain/</guid><pubDate>Mon, 10 Aug 2026 09:26:23 GMT</pubDate><author>noreply@c-sharpcorner.com (Ananya Desai)</author></item><item><title>MCP HTTP Scalability with the New C# SDK 2.0</title><description>Unlock MCP HTTP scalability with C# SDK 2.0. Embrace stateless design for easier horizontal scaling and leverage familiar ASP.NET Core infrastructure.</description><link>https://www.c-sharpcorner.com/article/mcp-http-scalability-with-the-new-c-sharp-sdk-2-0/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/mcp-http-scalability-with-the-new-c-sharp-sdk-2-0/</guid><pubDate>Mon, 10 Aug 2026 09:22:43 GMT</pubDate><author>noreply@c-sharpcorner.com (Aarav Patel)</author></item><item><title>How Do I Know If My Codebase Is Safe?</title><description>Codebase safety is multidimensional. Understand risks beyond vulnerabilities: architecture, dependencies, quality, governance, AI, and more.</description><link>https://www.c-sharpcorner.com/article/how-do-i-know-if-my-codebase-is-safe/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/how-do-i-know-if-my-codebase-is-safe/</guid><pubDate>Tue, 11 Aug 2026 06:28:24 GMT</pubDate><author>noreply@c-sharpcorner.com (The Code Registry)</author></item><item><title>Data Engineering Pipeline Management with Apache Airflow</title><description>Master Apache Airflow for robust data pipelines: RBAC, timeouts, event-driven scheduling, UI customization, and Celery scaling.</description><link>https://www.c-sharpcorner.com/article/data-engineering-pipeline-management-with-apache-airflow/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/data-engineering-pipeline-management-with-apache-airflow/</guid><pubDate>Mon, 10 Aug 2026 16:18:19 GMT</pubDate><author>noreply@c-sharpcorner.com (Deepika Sawant)</author></item><item><title>How to Use RenameColumns()  in Power Apps</title><description>Master RenameColumns() in Power Apps for dynamic data transformation. Rename columns temporarily for galleries &amp;amp; more!</description><link>https://www.c-sharpcorner.com/article/how-to-use-renamecolumns-in-power-apps/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/how-to-use-renamecolumns-in-power-apps/</guid><pubDate>Mon, 27 Jul 2026 11:19:57 GMT</pubDate><author>noreply@c-sharpcorner.com (Ketan Sathavara)</author></item><item><title>When to Avoid Multi-Agent Systems: A Decision Framework for Fintech Architectures</title><description>Learn when to avoid multi-agent systems in fintech. A decision framework for efficient, cost-effective, and performant architectures.</description><link>https://www.c-sharpcorner.com/article/when-to-avoid-multi-agent-systems-a-decision-framework-for-fintech-architecture/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/when-to-avoid-multi-agent-systems-a-decision-framework-for-fintech-architecture/</guid><pubDate>Sun, 09 Aug 2026 00:23:01 GMT</pubDate><author>noreply@c-sharpcorner.com (Tuhin Paul)</author></item><item><title>Complete Guide: Mapping a Custom Domain to an AWS EC2 Instance</title><description>Map your custom domain to AWS EC2. Learn to reserve Elastic IPs, configure security groups, update DNS, and secure with SSL/TLS.</description><link>https://www.c-sharpcorner.com/article/complete-guide-mapping-a-custom-domain-to-an-aws-ec2-instance/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/complete-guide-mapping-a-custom-domain-to-an-aws-ec2-instance/</guid><pubDate>Sat, 08 Aug 2026 16:29:51 GMT</pubDate><author>noreply@c-sharpcorner.com (Sardar Mudassar Ali Khan )</author></item><item><title>SQL Server Vector Search: Benchmarking EF Core Workloads</title><description>Benchmark SQL Server vector search with EF Core. Explore exact vs. approximate search, performance factors, and best practices for RAG.</description><link>https://www.c-sharpcorner.com/article/sql-server-vector-search-benchmarking-ef-core-workloads/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/sql-server-vector-search-benchmarking-ef-core-workloads/</guid><pubDate>Mon, 10 Aug 2026 09:42:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Saurav Kumar)</author></item><item><title>Benchmarking .NET 11 Native AOT Container Startup</title><description>Benchmark .NET 11 Native AOT container startup for serverless, Kubernetes, and autoscaled apps. Measure performance, memory, and image size.</description><link>https://www.c-sharpcorner.com/article/benchmarking-net-11-native-aot-container-startup/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/benchmarking-net-11-native-aot-container-startup/</guid><pubDate>Mon, 10 Aug 2026 09:36:53 GMT</pubDate><author>noreply@c-sharpcorner.com (Riya Patel)</author></item><item><title>Migrating .NET 8 and 9 Apps Before November</title><description>Migrate .NET 8/9 apps before Nov 2026. Plan early for a smooth transition, covering dependencies, containers, and CI/CD.</description><link>https://www.c-sharpcorner.com/article/migrating-net-8-and-9-apps-before-november/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/migrating-net-8-and-9-apps-before-november/</guid><pubDate>Mon, 10 Aug 2026 09:28:06 GMT</pubDate><author>noreply@c-sharpcorner.com (Nidhi Sharma)</author></item><item><title>Testing AI Agent Permissions Before Production Deployment</title><description>Secure AI agents by rigorously testing permissions. Learn how to prevent unauthorized access, tool chaining, and prompt injection.</description><link>https://www.c-sharpcorner.com/article/testing-ai-agent-permissions-before-production-deployment/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/testing-ai-agent-permissions-before-production-deployment/</guid><pubDate>Mon, 10 Aug 2026 09:24:54 GMT</pubDate><author>noreply@c-sharpcorner.com (Ananya Desai)</author></item><item><title>Benchmarking C# 15 Union Types in Real Applications</title><description>Benchmark C# 15 union types in real apps. Explore performance, allocations, boxing, and compare with interfaces for production readiness.</description><link>https://www.c-sharpcorner.com/article/benchmarking-c-sharp-15-union-types-in-real-applications/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/benchmarking-c-sharp-15-union-types-in-real-applications/</guid><pubDate>Mon, 10 Aug 2026 09:22:08 GMT</pubDate><author>noreply@c-sharpcorner.com (Aarav Patel)</author></item><item><title>Calculate the Number of Days Between Order Date and Ship Date in Fabric Dataflow Gen2</title><description>Learn to calculate shipping days in Fabric Dataflow Gen2 using Power Query. Handle date types, missing values, and invalid dates for robust data transformation.</description><link>https://www.c-sharpcorner.com/article/calculate-the-number-of-days-between-order-date-and-ship-date-in-fabric-dataflow/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/calculate-the-number-of-days-between-order-date-and-ship-date-in-fabric-dataflow/</guid><pubDate>Tue, 11 Aug 2026 01:01:01 GMT</pubDate><author>noreply@c-sharpcorner.com (Abiola David)</author></item><item><title>Architecting Cognitive Separation in Enterprise LangGraph Agents</title><description>Architect cognitive separation in enterprise LangGraph agents for robust planning, retrieval, reasoning, and execution in multi-agent RAG systems.</description><link>https://www.c-sharpcorner.com/article/architecting-cognitive-separation-in-enterprise-langgraph-agents/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/architecting-cognitive-separation-in-enterprise-langgraph-agents/</guid><pubDate>Sat, 08 Aug 2026 18:10:26 GMT</pubDate><author>noreply@c-sharpcorner.com (Tuhin Paul)</author></item><item><title>Zero-Downtime Enterprise Migration: Strategies for Modernizing Large-Scale Systems</title><description>Master zero-downtime enterprise migrations with our 4-phase strategy: real-time replication, dual-writing, shadow traffic, and canary cutovers.</description><link>https://www.c-sharpcorner.com/article/zero-downtime-enterprise-migration-strategies-for-modernizing-large-scale-syste/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/zero-downtime-enterprise-migration-strategies-for-modernizing-large-scale-syste/</guid><pubDate>Thu, 06 Aug 2026 00:12:48 GMT</pubDate><author>noreply@c-sharpcorner.com (Hari Lakkakula)</author></item><item><title>Debugging Multi-Agent Memory in Fixed Deposit Orchestration</title><description>Fixing state bleed bugs in multi-agent AI for finance. Learn about mutable references, async concurrency, and hardened architectures for enterprise AI.</description><link>https://www.c-sharpcorner.com/article/debugging-multi-agent-memory-in-fixed-deposit-orchestration/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/debugging-multi-agent-memory-in-fixed-deposit-orchestration/</guid><pubDate>Thu, 06 Aug 2026 12:54:44 GMT</pubDate><author>noreply@c-sharpcorner.com (Tuhin Paul)</author></item><item><title>Building Tamper-Evident Audit Logs for AI Agent Actions</title><description>Secure AI agent actions with tamper-evident audit logs. Learn to build cryptographic hash chains for trusted, auditable AI operations.</description><link>https://www.c-sharpcorner.com/article/building-tamper-evident-audit-logs-for-ai-agent-actions/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/building-tamper-evident-audit-logs-for-ai-agent-actions/</guid><pubDate>Mon, 10 Aug 2026 09:41:18 GMT</pubDate><author>noreply@c-sharpcorner.com (Riya Patel)</author></item><item><title>Benchmarking ASP.NET Core HTTP/3 Under Real API Load</title><description>Benchmark ASP.NET Core API HTTP/3 performance under real-world load. Measure latency, throughput, CPU, and memory for accurate insights.</description><link>https://www.c-sharpcorner.com/article/benchmarking-asp-net-core-http3-under-real-api-load/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/benchmarking-asp-net-core-http3-under-real-api-load/</guid><pubDate>Mon, 10 Aug 2026 09:40:02 GMT</pubDate><author>noreply@c-sharpcorner.com (Saurav Kumar)</author></item><item><title>Building GTK 4 Desktop Apps in C#</title><description>Build cross-platform desktop apps in C# with GTK 4 and GtkSharp. Explore native UI development for Linux, Windows, and macOS.</description><link>https://www.c-sharpcorner.com/article/building-gtk-4-desktop-apps-in-c-sharp/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/building-gtk-4-desktop-apps-in-c-sharp/</guid><pubDate>Sat, 08 Aug 2026 02:25:08 GMT</pubDate><author>noreply@c-sharpcorner.com (Piero Viano)</author></item><item><title>Retail Banking: Testing &amp;amp; Implementing Enterprise Multi-Agent RAG with LangGraph</title><description>Learn how to build reliable, compliant, multi-agent RAG systems for retail banking with LangGraph, focusing on testing, state, and human-in-the-loop.</description><link>https://www.c-sharpcorner.com/article/retail-banking-testing-implementing-enterprise-multi-agent-rag-with-langgraph/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/retail-banking-testing-implementing-enterprise-multi-agent-rag-with-langgraph/</guid><pubDate>Thu, 06 Aug 2026 12:18:57 GMT</pubDate><author>noreply@c-sharpcorner.com (Tuhin Paul)</author></item><item><title>.NET MAUI CoreCLR Migration: Startup and Memory Benchmarks</title><description>.NET MAUI moves to CoreCLR in .NET 11. Benchmark startup, memory, and package size for a smooth migration.</description><link>https://www.c-sharpcorner.com/article/net-maui-coreclr-migration-startup-and-memory-benchmarks/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/net-maui-coreclr-migration-startup-and-memory-benchmarks/</guid><pubDate>Mon, 10 Aug 2026 09:30:28 GMT</pubDate><author>noreply@c-sharpcorner.com (Niharika Gupta)</author></item><item><title>High Effort vs Low Effort Tasks</title><description>Master dynamic programming to maximize tasks! Learn the optimal strategy for high vs. low effort tasks with O(n) time and O(1) space.</description><link>https://www.c-sharpcorner.com/article/high-effort-vs-low-effort-tasks/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/high-effort-vs-low-effort-tasks/</guid><pubDate>Mon, 10 Aug 2026 03:50:13 GMT</pubDate><author>noreply@c-sharpcorner.com (Sandhiya Priya)</author></item><item><title>CSP Nonces vs Hashes: Lessons I Learned Securing an ASP.NET Core Application</title><description>Master CSP nonces vs hashes for ASP.NET Core security. Learn when to use each to prevent XSS and secure your application effectively.</description><link>https://www.c-sharpcorner.com/article/csp-nonces-vs-hashes-lessons-i-learned-securing-an-asp-net-core-application/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/csp-nonces-vs-hashes-lessons-i-learned-securing-an-asp-net-core-application/</guid><pubDate>Tue, 04 Aug 2026 22:29:16 GMT</pubDate><author>noreply@c-sharpcorner.com (Mariem Moalla)</author></item><item><title>Delete Data in Bulk in Microsoft Dataverse Using C# and Web API</title><description>Master Dataverse bulk data deletion using C# and Web API to optimize storage, boost performance, and manage costs efficiently.</description><link>https://www.c-sharpcorner.com/article/delete-data-in-bulk-in-microsoft-dataverse-using-c-sharp-and-web-api/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/delete-data-in-bulk-in-microsoft-dataverse-using-c-sharp-and-web-api/</guid><pubDate>Sat, 08 Aug 2026 17:32:58 GMT</pubDate><author>noreply@c-sharpcorner.com (Rajkiran Swain)</author></item><item><title>Complete Guide: Mapping a Custom Domain to an Azure App Service</title><description>Map your custom domain to Azure App Service. Learn to configure DNS, add bindings, and secure with free managed SSL/TLS for HTTPS.</description><link>https://www.c-sharpcorner.com/article/complete-guide-mapping-a-custom-domain-to-an-azure-app-service/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/complete-guide-mapping-a-custom-domain-to-an-azure-app-service/</guid><pubDate>Sat, 08 Aug 2026 16:28:32 GMT</pubDate><author>noreply@c-sharpcorner.com (Sardar Mudassar Ali Khan )</author></item><item><title>Building Scalable Enterprise Architectures with the Backend for Frontend (BFF) Pattern in C#</title><description>Unlock scalable enterprise architectures with the Backend for Frontend (BFF) pattern in C#. Optimize performance, security, and client experience.</description><link>https://www.c-sharpcorner.com/article/building-scalable-enterprise-architectures-with-the-backend-for-frontend-bff-p/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/building-scalable-enterprise-architectures-with-the-backend-for-frontend-bff-p/</guid><pubDate>Sat, 08 Aug 2026 11:48:37 GMT</pubDate><author>noreply@c-sharpcorner.com (Hari Lakkakula)</author></item><item><title>Defining Convergence in Multi-Step Banking RAG: Structured Success Criteria for Loan Management</title><description>Formalize banking RAG success with structured convergence criteria for loan management. Ensure accuracy, compliance, and actionable outcomes.</description><link>https://www.c-sharpcorner.com/article/defining-convergence-in-multi-step-banking-rag-structured-success-criteria-for/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/defining-convergence-in-multi-step-banking-rag-structured-success-criteria-for/</guid><pubDate>Thu, 06 Aug 2026 11:59:49 GMT</pubDate><author>noreply@c-sharpcorner.com (Tuhin Paul)</author></item><item><title>Benchmarking Zstandard Compression in .NET Applications</title><description>Benchmark Zstandard compression in .NET 11 apps. Compare speed, size, CPU, and memory against GZip &amp;amp; Brotli for optimal data handling.</description><link>https://www.c-sharpcorner.com/article/benchmarking-zstandard-compression-in-net-applications/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/benchmarking-zstandard-compression-in-net-applications/</guid><pubDate>Mon, 10 Aug 2026 09:33:01 GMT</pubDate><author>noreply@c-sharpcorner.com (Nidhi Sharma)</author></item><item><title>Sandboxing AI Agents Against Unauthorized Code Execution</title><description>Secure AI coding agents with sandboxing: isolate execution, restrict resources, and control capabilities for safe code generation and tool usage.</description><link>https://www.c-sharpcorner.com/article/sandboxing-ai-agents-against-unauthorized-code-execution/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/sandboxing-ai-agents-against-unauthorized-code-execution/</guid><pubDate>Mon, 10 Aug 2026 09:23:37 GMT</pubDate><author>noreply@c-sharpcorner.com (Ananya Desai)</author></item><item><title>Securing AI Coding Agents with Capability-Based Access</title><description>Secure AI coding agents with capability-based access. Enforce least privilege, scope permissions, and audit actions for robust AI development security.</description><link>https://www.c-sharpcorner.com/article/securing-ai-coding-agents-with-capability-based-access/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/securing-ai-coding-agents-with-capability-based-access/</guid><pubDate>Mon, 10 Aug 2026 09:21:10 GMT</pubDate><author>noreply@c-sharpcorner.com (Aarav Patel)</author></item><item><title>Automated Feedback Signals for Agent Refinement in Digital Banking RAG</title><description>Automated feedback signals for digital banking RAG refine AI agents by embedding structured data in LangGraph traces, driving continuous, data-driven optimization.</description><link>https://www.c-sharpcorner.com/article/automated-feedback-signals-for-agent-refinement-in-digital-banking-rag/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/automated-feedback-signals-for-agent-refinement-in-digital-banking-rag/</guid><pubDate>Thu, 06 Aug 2026 11:25:55 GMT</pubDate><author>noreply@c-sharpcorner.com (Tuhin Paul)</author></item><item><title>Extended Development Teams for Flexible Software Delivery</title><description>Boost software delivery with extended development teams. Gain flexible capacity, specialized skills, and maintain project control.</description><link>https://www.c-sharpcorner.com/article/extended-development-teams-for-flexible-software-delivery/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/extended-development-teams-for-flexible-software-delivery/</guid><pubDate>Fri, 07 Aug 2026 12:32:10 GMT</pubDate><author>noreply@c-sharpcorner.com (Kritika Sharma)</author></item><item><title>Complete Guide: Mapping a Custom Domain to an Azure Virtual Machine (VM)</title><description>Map your custom domain to an Azure VM. Learn to set static IPs, configure NSG rules, update DNS, and bind your web server for seamless access.</description><link>https://www.c-sharpcorner.com/article/complete-guide-mapping-a-custom-domain-to-an-azure-virtual-machine-vm/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/complete-guide-mapping-a-custom-domain-to-an-azure-virtual-machine-vm/</guid><pubDate>Sat, 08 Aug 2026 16:27:28 GMT</pubDate><author>noreply@c-sharpcorner.com (Sardar Mudassar Ali Khan )</author></item><item><title>Self-Correcting Payment RAG for Digital Banking</title><description>Self-correcting RAG for digital banking payments ensures factual accuracy and compliance by embedding real-time evaluation within the LangGraph execution cycle, not after.</description><link>https://www.c-sharpcorner.com/article/self-correcting-payment-rag-for-digital-banking/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/self-correcting-payment-rag-for-digital-banking/</guid><pubDate>Thu, 06 Aug 2026 11:08:35 GMT</pubDate><author>noreply@c-sharpcorner.com (Tuhin Paul)</author></item><item><title>SQL Server Indexing Strategies for Large OLTP Systems</title><description>Master SQL Server indexing for large OLTP systems. Optimize queries, reduce scans, and boost performance with practical strategies.</description><link>https://www.c-sharpcorner.com/article/sql-server-indexing-strategies-for-large-oltp-systems/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/sql-server-indexing-strategies-for-large-oltp-systems/</guid><pubDate>Fri, 31 Jul 2026 05:59:03 GMT</pubDate><author>noreply@c-sharpcorner.com (Nidhi Sharma)</author></item><item><title>EF Core 11 Performance Tips Every Developer Should Know</title><description>Boost EF Core 11 performance with 11 essential tips: AsNoTracking, projection, N+1 avoidance, compiled queries, bulk ops &amp;amp; more.</description><link>https://www.c-sharpcorner.com/article/ef-core-11-performance-tips-every-developer-should-know/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/ef-core-11-performance-tips-every-developer-should-know/</guid><pubDate>Fri, 31 Jul 2026 06:00:28 GMT</pubDate><author>noreply@c-sharpcorner.com (Niharika Gupta)</author></item><item><title>Diagnosing Thread Pool Starvation in ASP.NET Core APIs</title><description>Diagnose and fix ASP.NET Core API Thread Pool starvation. Learn to identify slow responses caused by blocked threads, not just slow databases.</description><link>https://www.c-sharpcorner.com/article/diagnosing-thread-pool-starvation-in-asp-net-core-apis/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/diagnosing-thread-pool-starvation-in-asp-net-core-apis/</guid><pubDate>Fri, 31 Jul 2026 05:53:39 GMT</pubDate><author>noreply@c-sharpcorner.com (Aarav Patel)</author></item><item><title>Complete Guide: Mapping a Custom Subdomain to a Render Cloud Service</title><description>Master mapping custom subdomains to Render Cloud. This guide covers GoDaddy DNS, Render setup, CORS, and verification for a professional API endpoint.</description><link>https://www.c-sharpcorner.com/article/complete-guide-mapping-a-custom-subdomain-to-a-render-cloud-service/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/complete-guide-mapping-a-custom-subdomain-to-a-render-cloud-service/</guid><pubDate>Sat, 08 Aug 2026 16:21:22 GMT</pubDate><author>noreply@c-sharpcorner.com (Sardar Mudassar Ali Khan )</author></item></channel></rss>