C# Corner
Tech
News
Videos
Forums
Trainings
Books
Live
More
Interviews
Events
Jobs
Learn
Career
Members
Blogs
Challenges
Certifications
Bounties
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
Tags
No tag found
Content Filter
Articles
Videos
Blogs
Resources
News
Forums
Interviews
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Aarav Patel(14)
Ananya Desai(12)
Riya Patel(10)
Niharika Gupta(9)
Tuhin Paul(9)
Saurav Kumar(8)
Brajesh Kumar(6)
Nidhi Sharma(5)
Ketan Sathavara(5)
Sandhiya Priya(4)
Parthiv Suthar(2)
Kesavan V(1)
Mushtaq M A(1)
Patel Grishma(1)
Bimalshi Jayarathna(1)
Sudarshan Hajare(1)
Ajithkumar J(1)
Abiola David(1)
Rohit Gupta(1)
Jignesh Prajapati(1)
Suraj Vishwakarma(1)
Vishal Yelve(1)
Dummy (1)
Gowtham K(1)
Pankajkumar Patel(1)
Semi Hayat(1)
Ifan Jaya Suswanto Zalukhu(1)
Resources
No resource found
How to Customize the Default Sign-In Page in Power Pages using Content Snippets
Jul 07, 2026.
Customize your Power Pages sign-in page with Content Snippets for branding, welcome messages, and instructions. Easy, supported, and update-proof.
Building Production APIs with FastAPI: A Complete Beginner's Guide
Jul 07, 2026.
Master FastAPI for production APIs! Learn to build fast, secure, and scalable applications with automatic docs, validation, and async support.
Understanding WebTransport: The Next Generation of Real-Time Web Communication
Jul 07, 2026.
Discover WebTransport: the next-gen API for low-latency, real-time web communication, built on QUIC for enhanced performance and flexibility.
Understanding Browser AI APIs: Running AI Models Directly in the Browser
Jul 07, 2026.
Run AI models directly in the browser with Browser AI APIs. Enhance privacy, reduce latency, and lower costs with local AI processing.
Identifying and Using OnPremisesImmutableId from Azure AD Connect Synchronization Errors
Jul 07, 2026.
Resolve Azure AD Connect 'Duplicate Attribute' errors by using the OnPremisesImmutableId directly from sync errors, simplifying hybrid identity management.
Building Real-Time Applications with SignalR and ASP.NET Core
Jul 07, 2026.
Build real-time apps with SignalR & ASP.NET Core. Enable instant updates, chat, notifications, and more with persistent connections.
Cloudflare Workers Tutorial: Build and Deploy Your First Edge Application
Jul 06, 2026.
Learn to build and deploy your first edge application with Cloudflare Workers. This tutorial covers setup, development, and deployment for faster, serverless apps.
How to Archive Completed Records Automatically Using Power Automate
Jul 06, 2026.
Automate archiving of old records in Power Automate to boost performance, simplify data management, and ensure compliance. Keep your systems clean!
How to access Environment Variables in Power Pages using Site Settings
Jul 06, 2026.
Learn to access Power Pages Environment Variables via Site Settings, avoiding hardcoded values for better maintainability and dynamic configuration.
HTTP QUERY: The New HTTP Method That Makes Complex Searches Cleaner
Jul 04, 2026.
HTTP QUERY is a new method for cleaner, complex searches, combining POST's body flexibility with GET's safety and cacheability.
Building Browser-Based AI Applications Using WebGPU and JavaScript
Jul 03, 2026.
Unlock browser-based AI with WebGPU & JavaScript. Run ML models locally for faster, private, and cost-effective applications.
Understanding Data Mesh Architecture with Real Examples
Jul 03, 2026.
Explore Data Mesh architecture: decentralized data ownership, data as a product, self-service platforms, and federated governance. Scale your data.
Delete Rows from an Excel Template Using Office Scripts and Power Automate
Jul 02, 2026.
Streamline Excel data management in Power Automate. Learn to use Office Scripts to efficiently delete rows, clear filters, and prepare templates for fresh data.
How to Build Internal Developer Platforms Using Backstage
Jul 03, 2026.
Build powerful Internal Developer Platforms with Backstage. Streamline workflows, boost productivity, and centralize tools for modern engineering teams.
Building AI Applications Using Model Context Protocol (MCP) Proxies
Jul 03, 2026.
Learn how Model Context Protocol (MCP) proxies standardize AI application communication with external tools, enabling scalable and secure integrations.
Building a Search Platform Using OpenSearch and .NET
Jul 03, 2026.
Build powerful search platforms with OpenSearch and .NET. Learn about its architecture, indexing, querying, and advanced features for scalable, relevant search.
Performance Testing with Playwright: Measuring Web Performance Effectively
Jul 02, 2026.
Learn how to perform basic performance testing with Playwright
Building AI Features in ASP.NET Core Using Small Language Models Instead of Large LLMs
Jul 02, 2026.
Build AI features in ASP.NET Core with Small Language Models (SLMs) for lower costs, faster responses, and better privacy than LLMs.
How to Conditionally Show or Hide Fields in SharePoint Online List Forms
Jul 01, 2026.
Learn to conditionally show/hide SharePoint Online list form fields using JSON formulas for a cleaner, user-friendly experience.
How to Build a Multi-Model AI Strategy in .NET Using Azure OpenAI, Ollama, and Foundry Local
Jun 30, 2026.
Build flexible .NET AI apps with Azure OpenAI, Ollama, and Foundry Local. Optimize for performance, privacy, and cost with a multi-model strategy.
Building a Developer Copilot for Internal Documentation Using Semantic Kernel
Jun 30, 2026.
Build an AI-powered Developer Copilot for internal docs using Semantic Kernel & .NET. Enhance knowledge discovery & productivity.
Implementing Local LLM Inference in .NET Applications Using ONNX Runtime
Jun 30, 2026.
Unlock local LLM inference in .NET with ONNX Runtime for faster, private, and cost-effective AI applications. Learn integration & best practices.
Async/Await Pitfalls in C#: The Bugs That Compile Fine and Break in Production
Jun 30, 2026.
Master C# async/await: Avoid hidden bugs like async void, deadlocks, and forgotten awaits that compile but break in production.
Building Intelligent Code Ownership Discovery Systems Using AI
Jun 29, 2026.
Build intelligent code ownership discovery systems using AI, .NET, and GitHub APIs for faster incident resolution and improved collaboration.
Building AI-Powered Service Dependency Intelligence Platforms with .NET
Jun 29, 2026.
Build AI-powered service dependency intelligence platforms with .NET to understand, manage, and reduce complexity in distributed systems.
Stop Using LookUp() in Patch() When You Already Have the Record
Jun 29, 2026.
Optimize Power Apps Patch() by avoiding LookUp() when you have the record or ID. Boost performance & simplify code!
How to Version History and Document Control in SharePoint
Jun 29, 2026.
Master SharePoint's Version History & Document Control for efficient collaboration, secure access, and compliance. Track changes, manage approvals, and ensure data integrity.
Production-Ready AI Safety Filters for Enterprise Applications Using .NET
Jun 29, 2026.
Build production-ready AI safety filters for enterprise .NET apps using Azure OpenAI. Secure LLMs, prevent risks, and ensure compliance.
Count Matching Subsequences Using Dynamic Programming in Java
Jun 26, 2026.
Learn how to solve the Count Matching Subsequences problem using Dynamic Programming in Java with an O(n × m) approach, explanation, examples, and code.
Loading Files into an Existing Fabric Lakehouse Table Using the Graphical User Interface (GUI)
Jun 26, 2026.
In this article, you will learn how to load files to Fabric Lakehouse tables using existing table append behaviour of the graphical user interface
What Playwright Does for Vibe Coders and How to Use It Effectively
Jun 26, 2026.
Learn what Playwright does for vibe coders and how to use it to test AI-written code, catch bugs, reduce guesswork, and build safer web apps
AI-Powered Feature Usage Analytics for SaaS Applications Using .NET
Jun 26, 2026.
Leverage .NET and AI for advanced SaaS feature usage analytics. Gain actionable insights, boost adoption, and drive product success.
Intelligent Database Index Optimization Using AI and SQL Server
Jun 26, 2026.
Leverage AI and SQL Server DMVs with .NET to build intelligent index optimization, boosting performance and reducing manual tuning.
Building AI-Powered Release Notes from Git History Using .NET
Jun 26, 2026.
Automate release notes with .NET and AI from Git history. Streamline documentation, improve consistency, and save developer time.
Production-Ready AI Guarded Deployments Using GitHub Actions and .NET
Jun 26, 2026.
Enhance production deployments with AI-guarded pipelines using GitHub Actions and .NET for smarter, safer, and more reliable releases.
How to Build AI-Powered API Mocking Services in ASP.NET Core
Jun 26, 2026.
Build intelligent AI-powered API mocking services in ASP.NET Core to accelerate development, enable realistic testing, and improve collaboration.
AI-Powered Database Schema Evolution Using Entity Framework Core
Jun 26, 2026.
Enhance database schema evolution with Entity Framework Core and AI. Reduce risks, improve performance, and automate documentation for safer migrations.
AI-Powered Codebase Modernization Using GitHub Copilot Agents
Jun 25, 2026.
Accelerate .NET codebase modernization with GitHub Copilot Agents. Analyze, refactor, and test legacy code efficiently.
How to Use Entity Tag (ETag) in Power Apps
Jun 25, 2026.
Master ETag in Power Apps for data consistency, preventing conflicts, and optimizing API calls. Essential for reliable data management.
How to use the "Alert Me" Feature in SharePoint Lists
Jun 25, 2026.
The "Alert Me" feature in SharePoint Lists allows users to receive automatic notifications when changes occur within a list. Users can configure alerts for new items, modifications, deletions, or all changes and choose how frequently notifications are delivered. This feature helps teams stay informed, improves collaboration, and ensures timely action on important updates without the need to manually monitor SharePoint lists
How to Modernize Legacy .NET Applications Using AI-Powered Code Analysis
Jun 25, 2026.
Modernize legacy .NET apps faster with AI code analysis. Understand, refactor, and secure your codebase efficiently.
AI-Driven Capability Discovery for Large Enterprise Platforms
Jun 24, 2026.
Unlock enterprise potential with AI-driven capability discovery. Find, classify, and reuse services, APIs, and platforms efficiently.
Designing Enterprise AI Service Governance Frameworks
Jun 24, 2026.
Establish robust AI Service Governance Frameworks for enterprise AI adoption, ensuring security, compliance, and responsible AI management.
Building Enterprise AI Decision Audit Systems Using .NET
Jun 24, 2026.
Build enterprise AI decision audit systems with .NET. Ensure transparency, accountability, and compliance for AI-driven decisions.
How to Build AI-Powered Technical Support Automation Platforms
Jun 23, 2026.
Build AI-powered technical support automation platforms with ASP.NET Core for faster, more efficient, and scalable customer assistance.
Building AI-Powered Internal Compliance Advisors Using Blazor
Jun 23, 2026.
Build AI-powered internal compliance advisors with Blazor for real-time policy guidance, reducing risk and boosting productivity.
Modern Fintech Development Using .NET Core Microservices
Jun 22, 2026.
Leverage .NET Core microservices for scalable, resilient, and secure fintech development. Master API gateways, Kubernetes, EDA, and IAM for modern financial platforms.
Designing AI-Native Workflow Engines Using .NET Aspire
Jun 23, 2026.
Design AI-native workflow engines with .NET Aspire for adaptive, scalable, and observable distributed applications. Integrate AI, services, and data.
Building a Production-Grade Object Storage Migration Tool Using Node.js and AWS S3
Jun 23, 2026.
Build a production-grade object storage migration tool with Node.js and AWS S3, covering architecture, challenges, and best practices for scalability.
Designing AI-Native Service Architectures with ASP.NET Core
Jun 23, 2026.
Design AI-native service architectures with ASP.NET Core for scalable, resilient enterprise AI applications. Learn principles, patterns, and implementation.
Building AI-Powered Runbooks for Production Operations Using .NET
Jun 22, 2026.
Build AI-powered runbooks with .NET to modernize production operations, reducing downtime and improving incident response efficiency.
How to Build AI-Powered Service Desk Automation Platforms
Jun 22, 2026.
Unlock efficient IT support with AI-powered service desk automation. Learn to build platforms using ASP.NET Core for faster resolutions and better user experiences.
Building AI-Powered Engineering Standards Assistants Using Blazor
Jun 22, 2026.
Build AI-powered engineering standards assistants with Blazor & ASP.NET Core for instant guidance, improved productivity, and consistent application of guidelines.
Detecting Context Poisoning and Irrelevant Injection using LangGraph
Jun 21, 2026.
Secure your RAG pipelines against Context Poisoning and Irrelevant Injection. Learn to build resilient AI with LangGraph for enterprise-grade security.
Building a Web-Based Hospital Management System in ASP.NET Core MVC – Part 2
Jun 20, 2026.
Explore ASP.NET Core MVC controllers & services for a hospital management system. Learn data flow from views to database for patients, staff, finance & notifications.
Building a Web-Based Hospital Management System in ASP.NET Core MVC – Part 1
Jun 20, 2026.
Build a web-based hospital management system in ASP.NET Core MVC. Part 1 covers project setup, architecture, database schema, and Razor screens.
📖 Mastering .NET Interviews – Part 8: Azure & Cloud Integration
Jun 20, 2026.
Master .NET interviews: Dive into Azure & Cloud Integration, covering App Services, Functions, Cosmos DB, and deployment best practices.
Measuring Retrieval vs. Generation Quality Independently using LangGraph
Jun 20, 2026.
Master RAG evaluation by decoupling retrieval & generation with LangGraph. Pinpoint bottlenecks for production-grade AI.
Fixing DevOps RAG Failures Using LangGraph Reflection
Jun 20, 2026.
Fix DevOps RAG failures with LangGraph reflection. Solve generation bottlenecks by enabling LLMs to self-correct for accurate, concise answers.
Mastering .NET Interviews – Part 7: Web API & Microservices
Jun 20, 2026.
Master .NET interviews: Dive into Web API & Microservices, covering REST, versioning, security (JWT), and microservices architecture.
Building a Web-Based Hospital Management System in ASP.NET Core MVC – Part 3
Jun 20, 2026.
Build a production-ready ASP.NET Core MVC Hospital Management System with real-time chat, PowerShell deployment, and advanced enhancements.
Citation Grounding for Compliance-Heavy Industries using LangGraph
Jun 21, 2026.
Build a citation-grounded RAG system with LangGraph for compliance-heavy industries, ensuring AI traceability and trust.
Difference Between Controller and ControllerBase in ASP.NET Core
Jun 19, 2026.
Understand the core differences between ASP.NET Core's ControllerBase and Controller for building efficient Web APIs and full-featured MVC applications.
Building a Vehicle Rental Management System in C# Using Entity Framework Core
Jun 18, 2026.
Build a Vehicle Rental Management System in C# Console App with EF Core, Repository Pattern, Session Management, and Email Integration.
Building AI-Powered Customer Feedback Analysis Systems Using .NET
Jun 19, 2026.
Unlock actionable insights from customer feedback with AI-powered .NET systems. Enhance products, boost satisfaction, and drive growth.
AI Service Mesh Architecture: Managing AI Services at Scale
Jun 19, 2026.
Scale AI services effectively with an AI Service Mesh. Gain control, observability, and resilience for LLMs, vector databases, and more.
Reducing Hallucinations in Agent-Based Systems Using LangGraph: An E-Commerce Order Booking
Jun 19, 2026.
Combat LLM hallucinations in e-commerce with LangGraph. Learn techniques like grounded retrieval, schema enforcement, and self-correction for reliable order booking.
Stop Using Mega-Prompts: Build a Multi-Agent Hospital for Your AI Using LangGraph
Jun 19, 2026.
Build a multi-agent hospital for AI using LangGraph to process complex tasks efficiently, avoiding mega-prompt overload and hallucinations.
Self-Correcting AI Agents Using Reflection Patterns in LangGraph
Jun 18, 2026.
Build self-correcting AI agents with LangGraph's Reflection Pattern for robust, mission-critical applications like fintech.
📖 Building a Web-Based Timesheet Management System in ASP.NET Core
Jun 19, 2026.
Build a robust ASP.NET Core MVC timesheet system with SQL Server. Features include entry, allocation, approvals, auth, reporting & deployment.
Implementing AI-Powered Data Classification Systems Using .NET
Jun 18, 2026.
Implement AI-powered data classification in .NET for enhanced security, compliance, and efficiency. Automate categorization of sensitive information.
Building Self-Service AI Platforms for Internal Development Teams
Jun 18, 2026.
Empower dev teams with self-service AI platforms. Accelerate AI adoption, reduce bottlenecks, and ensure governance with .NET & ASP.NET Core.
Handle Agent Memory, Checkpointing, and Recovery in Multi-Agent Workflows Using LangGraph
Jun 18, 2026.
Master LangGraph for resilient AI: Learn state management, checkpointing, and recovery for robust multi-agent workflows.
Designing Enterprise AI Service Catalogs for Large Organizations
Jun 18, 2026.
Streamline enterprise AI adoption with a centralized service catalog. Discover, govern, and reuse AI models, services, and prompts.
Maximum Product Cutting of a Rope Using a Greedy Mathematical Approach
Jun 17, 2026.
Maximize rope cut product! Discover the optimal strategy of cutting into 3s and a Java solution with O(log n) complexity.
Dynamic Transaction Routing with LangGraph
Jun 17, 2026.
Build dynamic financial transaction routing with LangGraph. Optimize processing, reduce latency, and ensure compliance with stateful, conditional multi-agent systems.
AI-Powered Knowledge Extraction from Enterprise Documents Using .NET
Jun 17, 2026.
Unlock enterprise document insights with .NET and AI. Automate knowledge extraction, improve search, and boost efficiency.
Building AI-Powered Release Validation Systems Using ASP.NET Core
Jun 17, 2026.
Build AI-powered release validation systems with ASP.NET Core for smarter, safer, and more reliable software deployments.
How to Build Developer Productivity Dashboards Using AI Analytics
Jun 17, 2026.
Unlock developer productivity with AI analytics dashboards. Gain insights, identify bottlenecks, and predict risks for better software delivery.
Construct List Using XOR Queries – Efficient Reverse Processing Approach
Jun 16, 2026.
Efficiently construct a list using XOR queries by processing in reverse. Avoids costly array updates with bit manipulation.
How to Build an Internal Knowledge Assistant Using Azure AI Search and Blazor
Jun 16, 2026.
Build an internal knowledge assistant with Azure AI Search & Blazor for efficient, AI-powered information retrieval and conversational access.
Using Small Language Models (SLMs) in Enterprise .NET Applications
Jun 16, 2026.
Unlock enterprise efficiency with Small Language Models (.NET). Discover SLMs for faster, cost-effective AI solutions, enhanced privacy, and flexible deployment.
Assigning Microsoft Graph API Application Permissions to a Managed Identity Using Azure CLI
Jun 15, 2026.
Securely assign Microsoft Graph API application permissions to Azure Managed Identities using Azure CLI. Learn to retrieve App Role IDs and understand required Entra roles.
How to Build AI-Powered Data Analysts Using Semantic Kernel and .NET
Jun 15, 2026.
Build AI-powered data analysts with Semantic Kernel and .NET. Understand natural language, query data, and generate actionable business insights.
Using Azure AI Search Hybrid Retrieval for Better RAG Performance
Jun 15, 2026.
Boost RAG performance with Azure AI Search Hybrid Retrieval. Combine keyword & vector search for better relevance, accuracy, and fewer hallucinations.
Complete Practical Guide to Design, Build, Test, and Maintain End to End Solutions in Microsoft Azure
Jun 15, 2026.
Complete Practical Guide to Design, Build, Test, and Maintain End to End Solutions in Microsoft Azure
How to Build AI-Powered Data Analyst Using Semantic Kernel and .NET
Jun 15, 2026.
Build an AI-powered data analyst with Semantic Kernel and .NET. Transform business data into actionable insights using natural language.
Using GraphRAG with Azure AI Search and .NET Applications
Jun 15, 2026.
Unlock enterprise AI with GraphRAG, Azure AI Search, and .NET. Enhance LLMs with knowledge graphs for deeper context and reasoning.
How to Build Private Enterprise ChatGPT Solutions Using .NET
Jun 15, 2026.
Build secure, private Enterprise ChatGPT solutions with .NET, Azure OpenAI, Semantic Kernel, and Azure AI Search for internal knowledge access.
Building AI-Powered Release Notes Generators Using ASP.NET Core
Jun 15, 2026.
Automate software release notes with ASP.NET Core, Azure OpenAI, and Semantic Kernel. Streamline documentation and improve communication.
Kiro as AI Partner for MS SQL Server Optimization on .NET Core: What Used to Take Days Now Takes Hours
Jun 14, 2026.
Kiro optimizes MS SQL Server for .NET Core by analyzing code & queries, transforming days of work into hours. Learn how AI partners with developers.
AI-Powered Release Management: Using Intelligence to Improve Software Delivery
Jun 12, 2026.
Unlock faster, more reliable software delivery with AI-powered release management. Reduce risk, boost confidence, and optimize your CI/CD.
How to Build Internal AI Developer Tools Using ASP.NET Core and Blazor
Jun 12, 2026.
Build internal AI developer tools with ASP.NET Core & Blazor. Enhance productivity, access secure company knowledge, and streamline workflows.
AI-Driven Vulnerability Remediation: Using Coding Agents to Fix Security Issues
Jun 11, 2026.
AI coding agents revolutionize vulnerability remediation, automating fixes, reducing developer workload, and enhancing security posture.
Designing Self-Service Developer Platforms Using Backstage and .NET
Jun 10, 2026.
Design powerful self-service developer platforms with Backstage and .NET. Streamline workflows, boost productivity, and accelerate software delivery.
NLWeb Explained: How to Build AI-Ready Websites for the Agentic Web
Jun 10, 2026.
Build AI-ready websites for the Agentic Web with NLWeb. Enable natural language interactions for AI agents and humans.
Schema-Driven AI Applications: Using Structured Data for Better LLM Responses
Jun 10, 2026.
Unlock reliable AI with schema-driven applications. Use structured data for predictable LLM responses, easier integration, and robust automation.
Intelligent API Rate Limiting Using AI-Based Traffic Analysis
Jun 10, 2026.
Intelligent API rate limiting uses AI to analyze traffic, adapt to patterns, and enhance security beyond traditional methods.
Building AI-Powered Applications with .NET Aspire 10: New Features and Best Practices
Jun 09, 2026.
Unlock AI app development with .NET Aspire 10. Explore new features for orchestration, observability, and cloud-native deployment.
Maximum Visible People in a Line Using Monotonic Stack
Jun 09, 2026.
Find the maximum number of people visible in a line. This problem is solved efficiently using a monotonic stack to find previous and next greater elements.