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]
Riya Patel(12)
Nidhi Sharma(12)
Ananya Desai(9)
Niharika Gupta(9)
Saurav Kumar(8)
Aarav Patel(6)
Parthiv Suthar(6)
Mahesh Chand(4)
Abiola David(3)
Vinoth Xavier(3)
subramanya m(3)
Kesavan V(2)
Vipin Mittal(2)
Unnati Patel(2)
Pushpendra Shukla(2)
Sandhiya Priya(2)
Sardar Mudassar Ali Khan (1)
Rahul Verma(1)
Gowtham K(1)
Harshil Malvi(1)
Sandeep Mishra(1)
Aaryan Sharma(1)
Henil Patel(1)
Deepika Sawant(1)
Chethan N(1)
Jitan Gupta(1)
Rikam Palkar(1)
Carl Walker(1)
Patel Grishma(1)
Prathamesh Dhopare(1)
Kishor Kadam(1)
Resources
No resource found
Hosting Persistent DevOps Tools on an Azure Windows VM using Docker
Jun 03, 2026.
Database Connection Pooling Explained with Examples
Jun 03, 2026.
Learn Database Connection Pooling with practical examples. Understand how connection pools improve performance, scalability, and database efficiency.
Azure Managed Identity Explained with Real-World Examples
Jun 03, 2026.
Learn Azure Managed Identity with real-world examples. Discover how to securely access Azure resources without storing passwords, secrets, or connection strings.
How to automatically organize emails in outlook using Power Automate
Jun 02, 2026.
Learn how to oraganize mails in Office 365 Outlook using Power Automate
EF Core Auditing Using Interceptors: Step-by-Step Tutorial
Jun 03, 2026.
Learn how to implement EF Core auditing using SaveChanges Interceptors. Track CreatedBy, ModifiedBy, timestamps, soft deletes, and user activity with practical examples.
Implementing Row-Level Security in SQL Server
Jun 03, 2026.
Learn how to implement Row-Level Security in SQL Server. Secure data access, restrict rows by user, and simplify multi-tenant application security.
SQL Join Optimization: Improve Query Performance on Large Tables
Jun 03, 2026.
Learn SQL Join Optimization techniques to improve query performance on large tables using indexes, execution plans, filtering, and SQL Server best practices.
Using the COPY INTO Command to Load Data from Fabric Lakehouse to Fabric Warehouse
Jun 01, 2026.
In this article, I demonstrated how to use the COPY INTO Command to Load Data from Microsoft Fabric Lakehouse to Fabric Warehouse
Getting SharePoint List Data in SPFx WebPart using JavaScript and REST API
Jun 02, 2026.
This tutorial provides a step-by-step guide to building a SharePoint Framework (SPFx) web part that retrieves and displays SharePoint list data using JavaScript and the REST API. You’ll learn how to set up your SPFx project, configure REST endpoints, and use JavaScript method to call SharePoint’s APIs. The blog also covers best practices for handling JSON responses, error management, and rendering list items dynamically in your web part UI. By the end, you’ll have a working SPFx solution that connects seamlessly with SharePoint lists, making your web parts more interactive and data-driven.
How Developers Can Start Building AI Agents Using Modern Frameworks
Jun 01, 2026.
Discover how to build AI agents using modern frameworks like LangChain, Semantic Kernel, and CrewAI. Automate tasks & enhance applications with AI. Learn essential skills!
How to rename a folder in a SharePoint Document Library using Power Automate
Jun 01, 2026.
Automate folder renaming in SharePoint Document Libraries using Power Automate! This guide uses the 'Send HTTP request' action for efficient updates. Streamline your document management!
Adding Optional Claims Using Token Configuration in Microsoft Entra ID
May 30, 2026.
Simplify token customization in Azure AD! Learn how to use Optional Claims to easily add user attributes like first and last name to tokens without complex policies. Streamline your app development!
How Developers Are Building Full Apps Using Claude, Cursor, and Codex
May 28, 2026.
Discover how developers are leveraging Claude, Cursor, and Codex to build full applications faster. Explore AI-assisted coding benefits, limitations, and best practices.
Building Self-Healing DevOps Pipelines Using AI Agents
May 29, 2026.
Explore self-healing DevOps pipelines powered by AI agents! Automate issue detection, analysis, and resolution for faster, more reliable software delivery.
How Developers Are Using Vector Databases Beyond RAG Applications
May 29, 2026.
Explore how vector databases transcend RAG, powering AI agents, recommendations, fraud detection, and more. Unlock semantic search and intelligent retrieval.
Best Practices for Using AI Agents in Software Development
May 28, 2026.
Master AI agents in software development! Learn best practices for code generation, security, testing, and team collaboration. Boost productivity responsibly.
Extracting ZIP Files in Microsoft Fabric Lakehouse Using Fabric Notebook
May 27, 2026.
Learn how to extract ZIP files directly within Microsoft Fabric Lakehouse using a Fabric Notebook, Python, and PySpark. Automate data ingestion and streamline ETL pipelines.
How to Configure Google Drive Migration to Microsoft 365 Using Migration Manager
May 26, 2026.
Migrate Google Drive to Microsoft 365 using Migration Manager! This guide covers setup, permissions, and troubleshooting for seamless OneDrive & SharePoint migration.
SharePoint Detailed Permission Report using PnP PowerShell
May 26, 2026.
Generate a detailed SharePoint permission report (sites, libraries, folders, files) using PnP PowerShell. Identify access, unique permissions, and group members.
How to send inline image in MS Teams message using Power Automate
May 25, 2026.
Learn how to embed images directly in Microsoft Teams messages using Power Automate! This tutorial uses SharePoint and the MS Teams HTTP action for inline images. No more URLS!
How to embed an image in email body when data URI method does not work using Power Automate
May 25, 2026.
Struggling with embedded images in Power Automate emails? Learn how to bypass Data URI limitations and reliably display images in Outlook using the Content-ID (CID) method.
Integrating Salesforce Data into Microsoft Fabric Using Dataflow Gen2
May 21, 2026.
Learn how to seamlessly integrate Salesforce data into Microsoft Fabric using Dataflow Gen2. Unlock insights with a low-code approach for analytics & reporting.
SQL Injection: Complete Guide with Examples and Proper Solutions
May 21, 2026.
Master SQL Injection: Understand attack types, real-world examples, and robust solutions. Learn to protect your applications with best practices and secure code.
Complete Guide to ASP.NET Core API Security
May 21, 2026.
Comprehensive guide to ASP.NET Core API security, covering authentication, authorization, encryption, and best practices from beginner to advanced levels. Protect your APIs!
Building AI-Powered Applications in ASP.NET Core Using OpenAI APIs
May 20, 2026.
Learn how to integrate OpenAI APIs into ASP.NET Core applications using C# to build AI-powered features like chatbots, content generation, and AI search. Enhance your .NET apps with AI!
Using AI Agents in .NET – Build Autonomous Workflows with C# and ASP.NET Core
May 20, 2026.
Build autonomous workflows in .NET using AI agents! Learn how to leverage C#, ASP.NET Core, Semantic Kernel, and OpenAI APIs for intelligent automation.
Why Big Tech Companies Are Building Custom AI Chips Instead of Using Nvidia GPUs
May 20, 2026.
Big Tech is designing custom AI chips, moving away from Nvidia GPUs due to high costs, supply issues, and the need for optimized, scalable AI infrastructure.
How to Build a Multi-Model AI App Using OpenAI, Gemini, and Claude APIs in .NET
May 20, 2026.
Build a .NET multi-model AI app using OpenAI, Gemini, and Claude. Learn to orchestrate AI providers for reliability, cost optimization, and flexibility.
Creating AI Chatbots in C# Using OpenAI, Azure AI, and Semantic Kernel
May 20, 2026.
Build AI chatbots in C# using OpenAI, Azure AI, and Semantic Kernel. This guide covers setup, integration, and deployment for .NET developers. Learn to create intelligent, scalable chatbot systems.
Using Semantic Kernel with .NET for AI Agent Development
May 20, 2026.
Explore AI agent development with Semantic Kernel and .NET. Learn about orchestration, memory, planning, plugins, and enterprise deployment for intelligent apps.
How to Build AI Applications in ASP.NET Core Using OpenAI APIs
May 18, 2026.
Build AI apps with ASP.NET Core & OpenAI! Learn practical examples, security, & best practices for chatbots, search, & more. Elevate your C# skills!
Automate Sales Document Approvals Using Power Automate: Step-by-Step Guide
May 18, 2026.
Automate sales document approvals with Power Automate! This guide provides a step-by-step workflow to streamline approvals, saving time and boosting efficiency. Get approvals faster!
How to Create AI Agents in C# Using MCP SDK
May 18, 2026.
Discover how to build AI Agents in C# using MCP SDK! This guide covers AI agent architecture, MCP protocol, tool integration, and real-world use cases. Start building intelligent, automated systems today.
Part 1 — Building an AI-Powered Code Review System in C# Using Git Diff and LLMs
May 17, 2026.
Build an AI code review system in C# using Git diffs and LLMs. Automate code reviews, find bugs, and improve code quality. Part 1 focuses on the foundation.
Part 3 — Using skills.md Files with C# AI Agents
May 17, 2026.
Externalize AI agent prompts in C# using skills.md files for cleaner architecture, reusable skills, and easier prompt engineering. Build dynamic AI behavior!
Building an AI-Powered Code Review Agent in C# Using Git Diff and LLMs
May 17, 2026.
Explore building an AI-powered code review agent in C# using Git diff and LLMs. Automate code analysis and improve code quality with AI. #Csharp #AI
How Developers Are Using Local AI Models on Their Own Machines
May 15, 2026.
Explore how developers are leveraging local AI models on their machines for enhanced privacy, customization, and offline capabilities. A deep dive into tools and trends.
Count of repeating character patterns in a string using MySQL
May 13, 2026.
Discover how to count repeating character patterns in strings using MySQL. This tutorial provides a step-by-step guide with code examples for text analysis and pattern recognition.
Online Banking System using R
May 13, 2026.
Build a basic online banking system using R and Shiny! This system features user authentication, deposits, withdrawals, balance inquiries, and fund transfers. Learn R!
Top AI Coding Assistants Developers Are Using in 2026
May 13, 2026.
Explore the top AI coding assistants of 2026! Discover how tools like Copilot, Cursor, and Claude Code are revolutionizing software development workflows.
Building Production-Ready AI Agents Using Multi-Agent Architecture
May 12, 2026.
Explore multi-agent architecture for building production-ready AI agents. Learn about system design, orchestration, memory, and real-world enterprise use cases.
How Hackers Are Using AI to Exploit Zero-Day Vulnerabilities
May 12, 2026.
AI is weaponized! Learn how hackers exploit zero-day vulnerabilities with AI, the risks, and how developers can defend against these advanced cyberattacks.
create a Artistic Photo Filters using html css and javascript
May 12, 2026.
Build an artistic photo filter web app using HTML, CSS, and JavaScript! Upload images, apply filters like grayscale and sepia, and preview in real-time.
How to perform Folder Operations using SharePoint HTTP Actions in Power Automate
May 11, 2026.
Automate SharePoint folder management! Learn how to create, rename, and delete folders in Power Automate using HTTP requests. Simplify document library workflows.
How to Retrieve More Than 5000 SharePoint Items Using Do Until in Power Automate
May 11, 2026.
Learn how to efficiently retrieve over 5000 SharePoint items in Power Automate using a Do Until loop and batching. Improve performance and avoid throttling!
How to Integrate a RESTful SMM Panel API using C# and HttpClient
May 08, 2026.
Learn how to automate digital marketing operations by integrating a RESTful SMM Panel API using C# and HttpClient. This step-by-step tutorial covers connecting to SMM Bear, a leading Indian SMM panel, to efficiently manage social media orders.
AI in Real-World Applications: How Different Industries Are Using AI
May 05, 2026.
Explore real-world AI applications across industries like healthcare, finance, and manufacturing. Discover how AI drives efficiency, innovation, and developer opportunities.
How to preview pdf files in Power Pages using Nutrient Web SDK (JS pdf library)
May 06, 2026.
Embed PDF previews in Power Pages using Nutrient Web SDK! This tutorial guides you through integrating the JavaScript library for seamless document viewing. Enhance user experience!
Optimizing Microservices Performance using .NET 9 Applications
May 05, 2026.
Boost .NET 9 microservices performance! Discover key optimization techniques: Minimal APIs, gRPC, caching, resilience, and more. Achieve high scalability and efficiency.
How to Implement Soft Delete in SQL Server Using Flag Columns
May 04, 2026.
Implement soft delete in SQL Server using flag columns for data preservation, audit trails, and recovery. Learn best practices, advantages, and real-world use cases.
How to Implement Cosine Similarity Using Embeddings in Python Step by Step
May 04, 2026.
Master cosine similarity in Python using embeddings! Learn how to measure semantic similarity for AI applications like search and recommendations. Step-by-step guide.
What is Query Execution Plan in SQL Server and How to Analyze It?
May 04, 2026.
Unlock SQL Server query performance! Learn to analyze execution plans, identify bottlenecks like table scans, and optimize queries with indexes for faster, scalable databases.
Working with Span, Memory, and ref structs in High-Performance Apps using .NET 9
May 04, 2026.
Unlock peak .NET 9 performance! Dive into Span<T>, Memory<T>, and ref structs for allocation-free, high-speed code. Master stack-based memory and reduce GC pressure.
Why Claude Uses So Many Tokens and How Developers Can Reduce AI Costs
Apr 30, 2026.
Learn why Claude consumes large numbers of tokens, what causes high AI costs, and how developers can reduce token usage using smarter prompts, context engineering, Claude.md optimization, and AI architecture strategies.
How to Dynamically Add Choices in SharePoint Choice Column using Power Automate
Apr 30, 2026.
Learn how to dynamically update SharePoint choice columns with Power Automate! This tutorial uses _api/contextinfo to automate choice options, saving time and ensuring accuracy.
SQL Optimization Techniques
Apr 28, 2026.
SQL Optimization Techniques
How to Check If a Stored Procedure Exists in SQL Server
Apr 29, 2026.
A comprehensive guide explaining how to check whether a stored procedure exists in SQL Server using multiple methods such as INFORMATION_SCHEMA, sys.procedures, OBJECT_ID, and SSMS UI. The article also highlights practical use cases, best practices, and common issues developers face while validating stored procedures across different environments like development and production.
How Voice AI Could Transform Healthcare Using Models Like Microsoft’s VibeVoice-ASR
Apr 29, 2026.
Discover the key benefits of Microsoft’s VibeVoice-ASR 7B model, including long context transcription, speaker recognition, multilingual support, and AI agent memory capabilities. Learn whether VibeVoice-ASR can run locally, hardware requirements, and how developers can use it for enterprise AI, healthcare, video platforms, and conversational AI systems.
How To Build a Conversational AI Platform Using Open Source Models
Apr 29, 2026.
Learn how to design and build a production grade Conversational AI platform using open source speech to text, LLM, text to speech, RAG, agent orchestration, telephony, LiveKit, Kubernetes, GPU servers, observability, and enterprise security.
Building an AI-Powered Playwright Test Generator Using MCP and Azure OpenAI
Apr 28, 2026.
Build a self-hosted AI-powered Playwright test generator using MCP and Azure OpenAI. Automatically explore apps, generate tests, and self-heal failures.
Intercepting and Decoding Claude Code API Calls Using MITM Proxy
Apr 25, 2026.
Uncover Claude Code's API secrets! Intercept & decode payloads with mitmproxy to analyze data sent to Anthropic. Optimize costs & ensure compliance. A must-read for enterprise AI tool adoption.
How Microsoft is Using AI for Secure Coding
Apr 24, 2026.
Microsoft integrates AI into secure coding, enhancing developer tools, code reviews, and cloud security. Learn how AI drives DevSecOps and improves code quality.
Stop Using Context Like This - Build a Hook Instead
Apr 23, 2026.
Why and when to use Context API, share state management
How to Connect SQL Server with C# Using Entity Framework Core
Apr 23, 2026.
Learn how to connect SQL Server to your C# application using Entity Framework Core. This tutorial covers setup, migrations, CRUD operations, and common pitfalls.
How to Fix SQL Server Allocation Errors and Recover Corrupted Databases
Apr 23, 2026.
Fix SQL Server allocation errors and recover corrupted databases using DBCC CHECKDB or a professional SQL repair tool. Learn to detect and prevent these errors.
Handling Large Lists (5000+ Items) in SharePoint Using Indexing and Threshold Limits
Apr 23, 2026.
Struggling with large SharePoint lists exceeding the 5000-item threshold? This article provides practical solutions to optimize performance and avoid errors. Learn how to leverage indexing, filtered views, and best practices to efficiently manage extensive data sets. Discover how to create indexed columns, limit displayed columns, and implement pagination for a smoother user experience. Master SharePoint list management and overcome performance bottlenecks!
How to implement push notifications in Flutter using Firebase
Apr 22, 2026.
Learn how to implement push notifications in Flutter using Firebase Cloud Messaging (FCM). Enhance user engagement with real-time updates and alerts. Step-by-step guide included!
Mean of Range in Array Using Prefix Sum
Apr 22, 2026.
Using the Prefix Sum technique, we can efficiently solve range-based problems like finding the mean of subarrays. This approach is simple, fast, and highly scalable.
How to implement full-text search in SQL Server with example
Apr 22, 2026.
Step-by-Step Implementation with Example
How to implement API testing using Postman collections step by step
Apr 22, 2026.
Implementing Proper Theming in Power Apps Using OnStart (Beginner to Advanced Guide)
Apr 21, 2026.
This article explains how to implement a centralized theming approach in Power Apps using the App OnStart property. Instead of hardcoding styles, you’ll learn how to create reusable theme variables and apply them across your app for a consistent and maintainable UI. It also covers dynamic styling, hover effects, and best practices to build clean, scalable, and professional Power Apps applications.
What is database indexing strategy for large-scale applications?
Apr 22, 2026.
Optimize large-scale apps with database indexing! Boost performance, reduce query time, and improve user experience. Learn strategies for efficient data retrieval.
What is ROC curve and how to evaluate model performance using it?
Apr 22, 2026.
Master ROC curves for evaluating classification models! Learn TPR, FPR, AUC, and how to interpret them. Improve model performance on imbalanced datasets.
SQL Server Performance Tuning: A Guide for .NET Developers
Apr 21, 2026.
SQL Server Performance Tuning: A Guide for .NET Developers
How to implement API versioning using URL, header, and query string in ASP.NET Core?
Apr 22, 2026.
Master API versioning in ASP.NET Core! Learn to implement URL, query string, and header versioning for backward compatibility and seamless API evolution. Keep your apps stable!
How to Configure Autoscaling in Kubernetes Using Horizontal Pod Autoscaler
Apr 21, 2026.
How to Configure Autoscaling in Kubernetes Using Horizontal Pod Autoscaler
What is Database Denormalization and When Should You Use It?
Apr 21, 2026.
Learn what database denormalization is, how it works, and when to use it with real-world examples, advantages, and best practices for performance optimization.
How to Implement Output Caching Policies in ASP.NET Core Using CacheTagHelper
Apr 21, 2026.
How to Implement Output Caching Policies in ASP.NET Core Using CacheTagHelper
How to Implement Optimistic Concurrency Control in SQL Server?
Apr 21, 2026.
Learn how to implement optimistic concurrency control in SQL Server step by step using RowVersion with examples, conflict handling, and best practices.
How to Implement Centralized Logging Using ELK Stack for Applications
Apr 20, 2026.
Implement centralized logging with the ELK stack (Elasticsearch, Logstash, Kibana). This guide provides a step-by-step approach for efficient log management.
How to Handle API Calls in Flutter Using Dio Package Step-by-Step
Apr 20, 2026.
Master API calls in Flutter using Dio! This step-by-step guide covers setup, GET/POST requests, interceptors, error handling, and best practices for scalable apps.
What is Clustered vs Non-Clustered Index in SQL Server?
Apr 20, 2026.
Unlock SQL Server performance! Master clustered vs. non-clustered indexes. Learn how they work, their differences, and when to use each for optimal database efficiency.
What is TF-IDF and How is it Used in Text Processing?
Apr 20, 2026.
Unlock the power of TF-IDF! Learn how this essential NLP technique identifies important words in documents for search, classification, and more. Master text processing!
How to Implement Database Triggers in SQL Server with Example
Apr 20, 2026.
Learn how to implement SQL Server database triggers step-by-step with real-world examples. Automate tasks like logging, validation, and auditing. Improve data consistency and enforce business rules efficiently. Discover best practices and avoid common pitfalls.
How to Perform Load Testing for Web Applications Using JMeter Step-by-Step?
Apr 20, 2026.
Master load testing with JMeter! This step-by-step guide teaches you to simulate user traffic, analyze performance, and ensure your web app's stability under pressure.
How to Implement Form State Management in React Using useReducer
Apr 20, 2026.
Master React form state with useReducer! Learn to manage complex forms, validation, and dynamic updates efficiently. Build scalable and maintainable applications.
How to Handle Duplicate Records in SQL Queries Efficiently
Apr 20, 2026.
Master SQL duplicate record handling! Learn to identify, remove, and prevent duplicates for improved data integrity and performance. Essential for robust database management.
What is Normalization vs Denormalization in Databases?
Apr 20, 2026.
Explore database normalization vs. denormalization! Learn how to optimize data structure, improve performance, and ensure data integrity. Find the right balance!
Top 10 Mistakes Startups Make When Using AI
Apr 18, 2026.
Avoid AI startup pitfalls! Learn the top 10 mistakes founders make when integrating AI and how to build successful, scalable AI systems. Strategy is key!
How to Implement State Management in React Using Redux Toolkit?
Apr 17, 2026.
Master React state management with Redux Toolkit! This guide simplifies setup, reduces boilerplate, and offers step-by-step instructions with real-world examples. Learn to build scalable apps!
What is Cosine Similarity and How is it Used in Vector Search?
Apr 17, 2026.
Discover Cosine Similarity: a key technique for measuring vector similarity in search engines, recommendation systems, and AI. Learn how it works and its applications!
How to Handle NULL Values Efficiently in SQL Queries?
Apr 17, 2026.
Master SQL NULL handling! Learn to use IS NULL, COALESCE, and more to avoid errors, improve data quality, and ensure accurate query results. Essential techniques for robust databases.
What is Stored Procedure vs Function in SQL with Examples?
Apr 17, 2026.
Unlock the power of SQL! Learn the key differences between Stored Procedures and Functions with examples. Optimize database operations and boost performance. Discover when to use each for efficient, scalable applications.
How to Manage State in Flutter Using Provider Step by Step
Apr 17, 2026.
Master Flutter state management with Provider! This step-by-step guide simplifies data sharing and UI updates for scalable, maintainable apps. Beginner-friendly!
How to Implement Database Partitioning in SQL Server Step by Step?
Apr 17, 2026.
Boost SQL Server performance! Learn database partitioning step-by-step: filegroups, functions, schemes, and tables. Handle large datasets efficiently and scale easily.
How to Design Database Indexes for High Performance Queries
Apr 16, 2026.
Boost database performance! Learn to design effective indexes for faster queries. Optimize SQL, MySQL, & PostgreSQL. Avoid common mistakes and scale efficiently.
What is Deadlock in SQL Server and How to Prevent It?
Apr 16, 2026.
Unlock SQL Server deadlock prevention! Learn causes, detection, and step-by-step techniques for optimized database performance and improved user experience.
How Outlook Room Calendars Work: Real-Time Availability Using Microsoft Graph
Apr 16, 2026.
In this article, you learned what Outlook room calendars are, the traditional and modern approaches to creating and managing them, and how to retrieve their availability using Microsoft Graph.
What is Container Orchestration and Why is Kubernetes Used for It?
Apr 16, 2026.
Discover container orchestration's role in modern cloud applications. Learn why Kubernetes is the leading platform for automated deployment, scaling, and management.
How to Implement Unit Testing in .NET using xUnit with Example
Apr 16, 2026.
Master .NET unit testing with xUnit! Learn to write effective tests, catch bugs early, and improve code quality. Includes practical examples and best practices.