﻿<?xml version="1.0" encoding="utf-8"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><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/articles.aspx" rel="self" type="application/rss+xml" /><item><title>Building AI-Powered Applications with .NET Aspire 10: New Features and Best Practices</title><description>Unlock AI app development with .NET Aspire 10. Explore new features for orchestration, observability, and cloud-native deployment.</description><link>https://www.c-sharpcorner.com/article/building-ai-powered-applications-with-net-aspire-10-new-features-and-best-prac/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/building-ai-powered-applications-with-net-aspire-10-new-features-and-best-prac/</guid><pubDate>Tue, 09 Jun 2026 04:47:37 GMT</pubDate><author>noreply@c-sharpcorner.com (Aarav Patel)</author></item><item><title>Non-Attacking Black and White Knight Arrangements on an n &amp;#215; m Chessboard</title><description>Learn how to count the number of ways to place a black and white knight on an n x m chessboard so that they do not attack each other. Step-by-step explanation, formula derivation, and efficient Java solution included.</description><link>https://www.c-sharpcorner.com/article/non-attacking-black-and-white-knight-arrangements-on-an-n-m-chessboard/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/non-attacking-black-and-white-knight-arrangements-on-an-n-m-chessboard/</guid><pubDate>Sat, 06 Jun 2026 03:54:19 GMT</pubDate><author>noreply@c-sharpcorner.com (Sandhiya Priya)</author></item><item><title>Difference Between IEnumerable and IQueryable in C#</title><description>Understand IEnumerable vs IQueryable in C#. Learn how they impact LINQ, EF Core, and data execution for optimal performance.</description><link>https://www.c-sharpcorner.com/article/difference-between-ienumerable-and-iqueryable-in-c-sharp/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/difference-between-ienumerable-and-iqueryable-in-c-sharp/</guid><pubDate>Thu, 23 Apr 2026 12:20:12 GMT</pubDate><author>noreply@c-sharpcorner.com (Niharika Gupta)</author></item><item><title>Agent-to-Agent Communication Patterns for Distributed AI Systems</title><description>Learn the most important agent-to-agent communication patterns for distributed AI systems, including coordinator, event-driven, publish-subscribe, shared memory, and peer-to-peer architectures.</description><link>https://www.c-sharpcorner.com/article/agent-to-agent-communication-patterns-for-distributed-ai-systems/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/agent-to-agent-communication-patterns-for-distributed-ai-systems/</guid><pubDate>Mon, 08 Jun 2026 05:55:49 GMT</pubDate><author>noreply@c-sharpcorner.com (Niharika Gupta)</author></item><item><title>AI Agent Observability: Monitoring, Logging, and Tracing Agent Workflows</title><description>Learn how to implement AI agent observability in .NET applications using monitoring, logging, tracing, OpenTelemetry, and best practices for production AI systems.</description><link>https://www.c-sharpcorner.com/article/ai-agent-observability-monitoring-logging-and-tracing-agent-workflows/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/ai-agent-observability-monitoring-logging-and-tracing-agent-workflows/</guid><pubDate>Mon, 08 Jun 2026 05:50:05 GMT</pubDate><author>noreply@c-sharpcorner.com (Nidhi Sharma)</author></item><item><title>K-th Element of Two Sorted Arrays</title><description>Learn how to find the K-th element of two sorted arrays using binary search. Understand the partition-based approach, intuition, complexity analysis, and optimized Java solution with O(log(min(n, m))) time complexity.</description><link>https://www.c-sharpcorner.com/article/k-th-element-of-two-sorted-arrays/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/k-th-element-of-two-sorted-arrays/</guid><pubDate>Sat, 06 Jun 2026 04:11:37 GMT</pubDate><author>noreply@c-sharpcorner.com (Sandhiya Priya)</author></item><item><title>AI-Native Architecture Patterns Every .NET Developer Should Know</title><description>Explore the most important AI-native architecture patterns for .NET developers, including RAG, Agentic RAG, AI agents, memory systems, workflow orchestration, and event-driven AI.</description><link>https://www.c-sharpcorner.com/article/ai-native-architecture-patterns-every-net-developer-should-know/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/ai-native-architecture-patterns-every-net-developer-should-know/</guid><pubDate>Mon, 08 Jun 2026 05:27:33 GMT</pubDate><author>noreply@c-sharpcorner.com (Ananya Desai)</author></item><item><title>From RAG to Agentic RAG: Building Self-Improving AI Applications in .NET</title><description>Learn how Agentic RAG extends traditional Retrieval-Augmented Generation by combining AI agents, reasoning, planning, and tool usage to build intelligent self-improving AI applications in .NET.</description><link>https://www.c-sharpcorner.com/article/from-rag-to-agentic-rag-building-self-improving-ai-applications-in-net/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/from-rag-to-agentic-rag-building-self-improving-ai-applications-in-net/</guid><pubDate>Mon, 08 Jun 2026 05:07:22 GMT</pubDate><author>noreply@c-sharpcorner.com (Aarav Patel)</author></item><item><title>Creating Self-Healing Microservices with AI Agents and .NET Aspire</title><description>Learn how to build self-healing microservices using AI agents and .NET Aspire. Explore automated incident detection, root cause analysis, remediation workflows, and cloud-native operational patterns.</description><link>https://www.c-sharpcorner.com/article/creating-self-healing-microservices-with-ai-agents-and-net-aspire/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/creating-self-healing-microservices-with-ai-agents-and-net-aspire/</guid><pubDate>Mon, 08 Jun 2026 06:04:16 GMT</pubDate><author>noreply@c-sharpcorner.com (Saurav Kumar)</author></item><item><title>XOR Pairs Less Than K</title><description>Learn how to count the number of pairs in an array whose XOR is less than a given number K using Trie-based optimization. Includes concept explanation, examples, and efficient Java solution.</description><link>https://www.c-sharpcorner.com/article/xor-pairs-less-than-k/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/xor-pairs-less-than-k/</guid><pubDate>Sat, 06 Jun 2026 04:03:40 GMT</pubDate><author>noreply@c-sharpcorner.com (Sandhiya Priya)</author></item><item><title>Implementing Long-Term Memory in Enterprise AI Agents Using C#</title><description>Learn how to implement long-term memory in enterprise AI agents using C#, vector databases, embeddings, and memory retrieval patterns to build intelligent and personalized AI solutions.</description><link>https://www.c-sharpcorner.com/article/implementing-long-term-memory-in-enterprise-ai-agents-using-c-sharp/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/implementing-long-term-memory-in-enterprise-ai-agents-using-c-sharp/</guid><pubDate>Mon, 08 Jun 2026 06:00:44 GMT</pubDate><author>noreply@c-sharpcorner.com (Riya Patel)</author></item><item><title>Building Secure Enterprise AI Assistants with Azure AI Foundry and .NET</title><description>Learn how to build secure enterprise AI assistants using Azure AI Foundry and .NET. Explore authentication, authorization, secure RAG, audit logging, compliance, and enterprise AI security best practices.</description><link>https://www.c-sharpcorner.com/article/building-secure-enterprise-ai-assistants-with-azure-ai-foundry-and-net/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/building-secure-enterprise-ai-assistants-with-azure-ai-foundry-and-net/</guid><pubDate>Mon, 08 Jun 2026 05:54:55 GMT</pubDate><author>noreply@c-sharpcorner.com (Niharika Gupta)</author></item><item><title>Adding Two Numbers Represented by Linked Lists</title><description>Learn how to add two numbers represented by linked lists using an efficient O(n + m) approach. Understand the concept, reversing linked lists, carry handling, and Java solution with detailed explanation.</description><link>https://www.c-sharpcorner.com/article/adding-two-numbers-represented-by-linked-lists/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/adding-two-numbers-represented-by-linked-lists/</guid><pubDate>Sat, 06 Jun 2026 04:00:51 GMT</pubDate><author>noreply@c-sharpcorner.com (Sandhiya Priya)</author></item><item><title>Brackets in Matrix Chain Multiplication</title><description>Learn how to solve the Matrix Chain Multiplication Brackets problem using Dynamic Programming. Understand the concept, optimal parenthesization, DP table construction, and Java implementation to print the minimum-cost multiplication order.</description><link>https://www.c-sharpcorner.com/article/brackets-in-matrix-chain-multiplication/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/brackets-in-matrix-chain-multiplication/</guid><pubDate>Sat, 06 Jun 2026 03:58:11 GMT</pubDate><author>noreply@c-sharpcorner.com (Sandhiya Priya)</author></item><item><title>How MCP Apps Are Changing AI Tool Integration Workflows</title><description>Learn how MCP Apps are transforming AI tool integration workflows by providing standardized access to APIs, databases, business systems, and enterprise resources through the Model Context Protocol.</description><link>https://www.c-sharpcorner.com/article/how-mcp-apps-are-changing-ai-tool-integration-workflows/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/how-mcp-apps-are-changing-ai-tool-integration-workflows/</guid><pubDate>Mon, 08 Jun 2026 05:49:04 GMT</pubDate><author>noreply@c-sharpcorner.com (Nidhi Sharma)</author></item><item><title>Event-Driven AI Agents with Azure Functions and Semantic Kernel</title><description>Learn how to build event-driven AI agents using Azure Functions and Semantic Kernel. Discover serverless AI architectures, event processing patterns, and best practices for enterprise .NET applications.</description><link>https://www.c-sharpcorner.com/article/event-driven-ai-agents-with-azure-functions-and-semantic-kernel/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/event-driven-ai-agents-with-azure-functions-and-semantic-kernel/</guid><pubDate>Mon, 08 Jun 2026 05:26:37 GMT</pubDate><author>noreply@c-sharpcorner.com (Ananya Desai)</author></item><item><title>How to Build Custom MCP Servers in C# for Enterprise AI Applications</title><description>Learn how to build custom MCP servers in C# for enterprise AI applications. Discover MCP architecture, security best practices, tool development, authentication, and real-world integration patterns.</description><link>https://www.c-sharpcorner.com/article/how-to-build-custom-mcp-servers-in-c-sharp-for-enterprise-ai-applications/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/how-to-build-custom-mcp-servers-in-c-sharp-for-enterprise-ai-applications/</guid><pubDate>Mon, 08 Jun 2026 05:04:34 GMT</pubDate><author>noreply@c-sharpcorner.com (Aarav Patel)</author></item><item><title>Building AI-Powered Code Review Systems for Enterprise Development Teams</title><description>Learn how to build AI-powered code review systems for enterprise development teams using .NET, AI models, structured outputs, security analysis, and CI/CD integration.</description><link>https://www.c-sharpcorner.com/article/building-ai-powered-code-review-systems-for-enterprise-development-teams/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/building-ai-powered-code-review-systems-for-enterprise-development-teams/</guid><pubDate>Mon, 08 Jun 2026 06:03:02 GMT</pubDate><author>noreply@c-sharpcorner.com (Saurav Kumar)</author></item><item><title>Building a Natural Language API Gateway Using ASP.NET Core and AI</title><description>Learn how to build a Natural Language API Gateway using ASP.NET Core and AI. Discover intent detection, API orchestration, structured outputs, security controls, and enterprise implementation patterns.</description><link>https://www.c-sharpcorner.com/article/building-a-natural-language-api-gateway-using-asp-net-core-and-ai/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/building-a-natural-language-api-gateway-using-asp-net-core-and-ai/</guid><pubDate>Mon, 08 Jun 2026 05:58:11 GMT</pubDate><author>noreply@c-sharpcorner.com (Riya Patel)</author></item><item><title>Context Engineering for AI Applications: Beyond Prompt Engineering</title><description>Learn how context engineering goes beyond prompt engineering by optimizing retrieval, memory, tool outputs, and information pipelines for enterprise AI applications in .NET.</description><link>https://www.c-sharpcorner.com/article/context-engineering-for-ai-applications-beyond-prompt-engineering/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/context-engineering-for-ai-applications-beyond-prompt-engineering/</guid><pubDate>Mon, 08 Jun 2026 05:54:03 GMT</pubDate><author>noreply@c-sharpcorner.com (Niharika Gupta)</author></item><item><title>Semantic Kernel vs LangChain vs AutoGen for Enterprise .NET Development</title><description>Compare Semantic Kernel, LangChain, and AutoGen for enterprise .NET development. Learn the strengths, weaknesses, architecture differences, and best use cases for each AI framework.</description><link>https://www.c-sharpcorner.com/article/semantic-kernel-vs-langchain-vs-autogen-for-enterprise-net-development/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/semantic-kernel-vs-langchain-vs-autogen-for-enterprise-net-development/</guid><pubDate>Mon, 08 Jun 2026 05:30:17 GMT</pubDate><author>noreply@c-sharpcorner.com (Nidhi Sharma)</author></item><item><title>Implementing AI Memory Systems in C# Using Vector Databases</title><description>Learn how to implement AI memory systems in C# using vector databases. Discover embeddings, semantic search, memory architectures, and best practices for building intelligent AI applications.</description><link>https://www.c-sharpcorner.com/article/implementing-ai-memory-systems-in-c-sharp-using-vector-databases/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/implementing-ai-memory-systems-in-c-sharp-using-vector-databases/</guid><pubDate>Mon, 08 Jun 2026 05:25:41 GMT</pubDate><author>noreply@c-sharpcorner.com (Ananya Desai)</author></item><item><title>Model Context Protocol (MCP) Security: Preventing Prompt Injection and Tool Hijacking</title><description>Learn how to secure Model Context Protocol (MCP) applications by preventing prompt injection, tool hijacking, unauthorized access, and other AI security threats using proven enterprise security practices.</description><link>https://www.c-sharpcorner.com/article/model-context-protocol-mcp-security-preventing-prompt-injection-and-tool-hija/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/model-context-protocol-mcp-security-preventing-prompt-injection-and-tool-hija/</guid><pubDate>Mon, 08 Jun 2026 05:03:38 GMT</pubDate><author>noreply@c-sharpcorner.com (Aarav Patel)</author></item><item><title>Remove K Digits Problem – Greedy Stack Approach to Find the Smallest Number</title><description>Learn how to solve the “Remove K Digits” problem using a greedy monotonic stack approach. This article explains how to efficiently remove k digits from a number string to form the smallest possible result while maintaining digit order, along with a Java implementation and clear intuition.</description><link>https://www.c-sharpcorner.com/article/remove-k-digits-problem-greedy-stack-approach-to-find-the-smallest-number/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/remove-k-digits-problem-greedy-stack-approach-to-find-the-smallest-number/</guid><pubDate>Fri, 05 Jun 2026 05:22:52 GMT</pubDate><author>noreply@c-sharpcorner.com (Sandhiya Priya)</author></item><item><title>Designing Human-in-the-Loop AI Systems with ASP.NET Core</title><description>Learn how to design Human-in-the-Loop AI systems with ASP.NET Core using approval workflows, audit logging, role-based access control, and enterprise governance best practices.</description><link>https://www.c-sharpcorner.com/article/designing-human-in-the-loop-ai-systems-with-asp-net-core/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/designing-human-in-the-loop-ai-systems-with-asp-net-core/</guid><pubDate>Mon, 08 Jun 2026 05:57:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Riya Patel)</author></item><item><title>AI Agent Governance: Managing Permissions, Auditing, and Compliance</title><description>Learn how to implement AI agent governance in enterprise .NET applications using permissions, auditing, compliance controls, role-based access management, and monitoring best practices.</description><link>https://www.c-sharpcorner.com/article/ai-agent-governance-managing-permissions-auditing-and-compliance/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/ai-agent-governance-managing-permissions-auditing-and-compliance/</guid><pubDate>Mon, 08 Jun 2026 05:53:09 GMT</pubDate><author>noreply@c-sharpcorner.com (Niharika Gupta)</author></item><item><title>Building Autonomous QA Testing Agents for ASP.NET Core Applications</title><description>Learn how to build autonomous QA testing agents for ASP.NET Core applications using AI, Semantic Kernel, and .NET testing frameworks to automate test generation, execution, and failure analysis.</description><link>https://www.c-sharpcorner.com/article/building-autonomous-qa-testing-agents-for-asp-net-core-applications/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/building-autonomous-qa-testing-agents-for-asp-net-core-applications/</guid><pubDate>Mon, 08 Jun 2026 05:29:01 GMT</pubDate><author>noreply@c-sharpcorner.com (Nidhi Sharma)</author></item><item><title>Structured Outputs in LLM Applications: A Complete C# Developer Guide</title><description>Learn how to implement structured outputs in C# AI applications. Discover schema validation, strongly typed models, JSON responses, and best practices for building reliable enterprise LLM solutions.</description><link>https://www.c-sharpcorner.com/article/structured-outputs-in-llm-applications-a-complete-c-sharp-developer-guide/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/structured-outputs-in-llm-applications-a-complete-c-sharp-developer-guide/</guid><pubDate>Mon, 08 Jun 2026 05:14:12 GMT</pubDate><author>noreply@c-sharpcorner.com (Ananya Desai)</author></item><item><title>Building Production-Ready Multi-Agent Systems with Microsoft Agent Framework 1.0</title><description>Learn how to build production-ready multi-agent systems with Microsoft Agent Framework 1.0. Explore architecture patterns, agent orchestration, tools, memory, and enterprise best practices.</description><link>https://www.c-sharpcorner.com/article/building-production-ready-multi-agent-systems-with-microsoft-agent-framework-1-0/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/building-production-ready-multi-agent-systems-with-microsoft-agent-framework-1-0/</guid><pubDate>Mon, 08 Jun 2026 05:02:45 GMT</pubDate><author>noreply@c-sharpcorner.com (Aarav Patel)</author></item><item><title>Is managing a data BI project complicated? Challenges, big mistakes, frameworks and real lessons from big companies</title><description>Managing a data BI project can look simple from the outside: connect to data, create a model, build dashboards, and publish reports. In reality, a BI project is rarely only about dashboards. It is about business definitions, data quality, governance, architecture, adoption, security, performance and trust.</description><link>https://www.c-sharpcorner.com/article/is-managing-a-data-bi-project-complicated-challenges-big-mistakes-frameworks/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/is-managing-a-data-bi-project-complicated-challenges-big-mistakes-frameworks/</guid><pubDate>Sun, 07 Jun 2026 12:49:05 GMT</pubDate><author>noreply@c-sharpcorner.com (Amira Bedhiafi)</author></item><item><title>Count Subset With Target Sum II – Meet in the Middle Java Solution</title><description>Learn how to solve Count Subset With Target Sum II using the Meet in the Middle technique. Includes intuition, dry run, complexity analysis, and optimized Java code.</description><link>https://www.c-sharpcorner.com/article/count-subset-with-target-sum-ii-meet-in-the-middle-java-solution/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/count-subset-with-target-sum-ii-meet-in-the-middle-java-solution/</guid><pubDate>Fri, 05 Jun 2026 05:14:03 GMT</pubDate><author>noreply@c-sharpcorner.com (Sandhiya Priya)</author></item><item><title>Test Automation Metrics: Measuring the Success of Your Automation Efforts</title><link>https://www.c-sharpcorner.com/article/test-automation-metrics-measuring-the-success-of-your-automation-efforts/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/test-automation-metrics-measuring-the-success-of-your-automation-efforts/</guid><pubDate>Fri, 05 Jun 2026 10:38:25 GMT</pubDate><author>noreply@c-sharpcorner.com (Bimalshi Jayarathna)</author></item><item><title>How to Integrate Claude AI with .NET Applications</title><description>Learn how to integrate Claude AI with .NET applications using ASP.NET Core, C#, and Claude API. Build AI chatbots, assistants, and enterprise apps.</description><link>https://www.c-sharpcorner.com/article/how-to-integrate-claude-ai-with-net-applications/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/how-to-integrate-claude-ai-with-net-applications/</guid><pubDate>Fri, 05 Jun 2026 10:39:59 GMT</pubDate><author>noreply@c-sharpcorner.com (Harshil Malvi)</author></item><item><title>Building Multi-Tenant SaaS Applications in ASP.NET Core</title><description>Learn how to build multi-tenant SaaS applications in ASP.NET Core. Explore tenant isolation, architecture models, EF Core filtering, and security best practices.</description><link>https://www.c-sharpcorner.com/article/building-multi-tenant-saas-applications-in-asp-net-core/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/building-multi-tenant-saas-applications-in-asp-net-core/</guid><pubDate>Fri, 05 Jun 2026 06:13:19 GMT</pubDate><author>noreply@c-sharpcorner.com (Saurav Kumar)</author></item><item><title>Clean Architecture in .NET: Benefits, Challenges, and Implementation Guide</title><description>Learn Clean Architecture in .NET with practical examples. Explore its benefits, challenges, implementation approach, and best practices for scalable applications.</description><link>https://www.c-sharpcorner.com/article/clean-architecture-in-net-benefits-challenges-and-implementation-guide/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/clean-architecture-in-net-benefits-challenges-and-implementation-guide/</guid><pubDate>Fri, 05 Jun 2026 06:08:48 GMT</pubDate><author>noreply@c-sharpcorner.com (Riya Patel)</author></item><item><title>SQL Server Performance Tuning Techniques for Modern Applications</title><description>Learn SQL Server performance tuning techniques including indexing, query optimization, execution plans, statistics management, and database best practices.</description><link>https://www.c-sharpcorner.com/article/sql-server-performance-tuning-techniques-for-modern-applications/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/sql-server-performance-tuning-techniques-for-modern-applications/</guid><pubDate>Fri, 05 Jun 2026 06:01:05 GMT</pubDate><author>noreply@c-sharpcorner.com (Niharika Gupta)</author></item><item><title>Distributed Caching in ASP.NET Core Using Redis: Best Practices</title><description>Learn how to implement distributed caching in ASP.NET Core using Redis. Explore caching strategies, Redis integration, and best practices for scalable applications.</description><link>https://www.c-sharpcorner.com/article/distributed-caching-in-asp-net-core-using-redis-best-practices/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/distributed-caching-in-asp-net-core-using-redis-best-practices/</guid><pubDate>Fri, 05 Jun 2026 05:55:00 GMT</pubDate><author>noreply@c-sharpcorner.com (Nidhi Sharma)</author></item><item><title>AI Agent Security Risks Every Developer Should Understand</title><description>Learn the most important AI agent security risks including prompt injection, data leakage, excessive permissions, and secure AI development best practices.</description><link>https://www.c-sharpcorner.com/article/ai-agent-security-risks-every-developer-should-understand/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/ai-agent-security-risks-every-developer-should-understand/</guid><pubDate>Fri, 05 Jun 2026 05:48:14 GMT</pubDate><author>noreply@c-sharpcorner.com (Ananya Desai)</author></item><item><title>How to Implement Rate Limiting in ASP.NET Core Applications</title><description>Learn how to implement Rate Limiting in ASP.NET Core applications using built-in middleware. Explore Fixed Window, Sliding Window, and Token Bucket strategies.</description><link>https://www.c-sharpcorner.com/article/how-to-implement-rate-limiting-in-asp-net-core-applications/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/how-to-implement-rate-limiting-in-asp-net-core-applications/</guid><pubDate>Fri, 05 Jun 2026 05:44:21 GMT</pubDate><author>noreply@c-sharpcorner.com (Aarav Patel)</author></item><item><title>GraphQL vs REST APIs: Choosing the Right Approach for Modern Applications</title><description>Compare GraphQL vs REST APIs. Learn the key differences, advantages, disadvantages, performance considerations, and when to choose each approach.</description><link>https://www.c-sharpcorner.com/article/graphql-vs-rest-apis-choosing-the-right-approach-for-modern-applications/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/graphql-vs-rest-apis-choosing-the-right-approach-for-modern-applications/</guid><pubDate>Fri, 05 Jun 2026 06:12:43 GMT</pubDate><author>noreply@c-sharpcorner.com (Saurav Kumar)</author></item><item><title>Expression Contains Redundant Bracket or Not – Java Stack Solution Explained</title><description>Learn how to detect redundant brackets in an expression using a stack. Includes intuition, dry run, complexity analysis, and optimized Java O(n) solution.</description><link>https://www.c-sharpcorner.com/article/expression-contains-redundant-bracket-or-not-java-stack-solution-explained/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/expression-contains-redundant-bracket-or-not-java-stack-solution-explained/</guid><pubDate>Fri, 05 Jun 2026 05:04:07 GMT</pubDate><author>noreply@c-sharpcorner.com (Sandhiya Priya)</author></item><item><title>AI-Powered Software Testing: Practical Use Cases for Development Teams</title><description>Learn how AI-powered software testing helps development teams automate testing, generate test cases, improve coverage, and accelerate software delivery.</description><link>https://www.c-sharpcorner.com/article/ai-powered-software-testing-practical-use-cases-for-development-teams/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/ai-powered-software-testing-practical-use-cases-for-development-teams/</guid><pubDate>Fri, 05 Jun 2026 06:08:06 GMT</pubDate><author>noreply@c-sharpcorner.com (Riya Patel)</author></item><item><title>Candy Problem in Java – Greedy O(n) Time and O(1) Space Solution</title><description>earn how to solve the Candy problem using an optimal greedy algorithm. Includes intuition, dry run, complexity analysis, and Java solution with O(n) time and O(1) space.</description><link>https://www.c-sharpcorner.com/article/candy-problem-in-java-greedy-on-time-and-o1-space-solution/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/candy-problem-in-java-greedy-on-time-and-o1-space-solution/</guid><pubDate>Fri, 05 Jun 2026 05:00:59 GMT</pubDate><author>noreply@c-sharpcorner.com (Sandhiya Priya)</author></item><item><title>GitHub Copilot Agent Mode: Features, Benefits, and Use Cases</title><description>Learn GitHub Copilot Agent Mode features, benefits, and use cases. Discover how AI agents help with coding, refactoring, testing, and software development workflows.</description><link>https://www.c-sharpcorner.com/article/github-copilot-agent-mode-features-benefits-and-use-cases/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/github-copilot-agent-mode-features-benefits-and-use-cases/</guid><pubDate>Fri, 05 Jun 2026 06:00:03 GMT</pubDate><author>noreply@c-sharpcorner.com (Niharika Gupta)</author></item><item><title>How to Build Retrieval-Augmented Generation (RAG) Applications in .NET</title><description>Learn how to build Retrieval-Augmented Generation (RAG) applications in .NET using ASP.NET Core, embeddings, vector databases, and large language models.</description><link>https://www.c-sharpcorner.com/article/how-to-build-retrieval-augmented-generation-rag-applications-in-net/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/how-to-build-retrieval-augmented-generation-rag-applications-in-net/</guid><pubDate>Fri, 05 Jun 2026 05:53:03 GMT</pubDate><author>noreply@c-sharpcorner.com (Nidhi Sharma)</author></item><item><title>.NET Aspire Explained: Building Cloud-Native Applications in .NET</title><description>Learn .NET Aspire and discover how it simplifies building cloud-native applications with service discovery, observability, health checks, and distributed application support.</description><link>https://www.c-sharpcorner.com/article/net-aspire-explained-building-cloud-native-applications-in-net/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/net-aspire-explained-building-cloud-native-applications-in-net/</guid><pubDate>Fri, 05 Jun 2026 05:47:06 GMT</pubDate><author>noreply@c-sharpcorner.com (Ananya Desai)</author></item><item><title>Entity Framework Core Interceptors: Real-World Use Cases and Examples</title><description>Learn Entity Framework Core Interceptors with real-world examples. Implement auditing, soft deletes, SQL logging, and performance monitoring in EF Core applications.</description><link>https://www.c-sharpcorner.com/article/entity-framework-core-interceptors-real-world-use-cases-and-examples/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/entity-framework-core-interceptors-real-world-use-cases-and-examples/</guid><pubDate>Fri, 05 Jun 2026 05:43:08 GMT</pubDate><author>noreply@c-sharpcorner.com (Aarav Patel)</author></item><item><title>Microservices Communication Patterns Every Developer Should Know</title><description>Learn the most important microservices communication patterns including REST, gRPC, messaging, event-driven architecture, Saga, and API Gateway patterns.</description><link>https://www.c-sharpcorner.com/article/microservices-communication-patterns-every-developer-should-know/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/microservices-communication-patterns-every-developer-should-know/</guid><pubDate>Fri, 05 Jun 2026 06:11:43 GMT</pubDate><author>noreply@c-sharpcorner.com (Saurav Kumar)</author></item><item><title>Palindrome Pairs in an Array of Strings – Java Solution with HashMap</title><description>Learn how to solve the Palindrome Pairs problem using HashMap and palindrome prefix-suffix checking. Includes intuition, dry run, complexity analysis, and optimized Java code.</description><link>https://www.c-sharpcorner.com/article/palindrome-pairs-in-an-array-of-strings-java-solution-with-hashmap/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/palindrome-pairs-in-an-array-of-strings-java-solution-with-hashmap/</guid><pubDate>Fri, 05 Jun 2026 04:56:31 GMT</pubDate><author>noreply@c-sharpcorner.com (Sandhiya Priya)</author></item><item><title>API Versioning in ASP.NET Core: Best Practices and Common Mistakes</title><description>Learn API Versioning in ASP.NET Core with practical examples. Explore versioning strategies, best practices, common mistakes, and implementation techniques.</description><link>https://www.c-sharpcorner.com/article/api-versioning-in-asp-net-co-best-practices-and-common-mistakes/</link><guid isPermaLink="true">https://www.c-sharpcorner.com/article/api-versioning-in-asp-net-co-best-practices-and-common-mistakes/</guid><pubDate>Fri, 05 Jun 2026 06:06:53 GMT</pubDate><author>noreply@c-sharpcorner.com (Riya Patel)</author></item></channel></rss>