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]
Brajesh Kumar(18)
Rikam Palkar(11)
Nidhi Sharma(8)
Niharika Gupta(7)
Sudarshan Hajare(6)
Aarav Patel(5)
Saurav Kumar(5)
Ananya Desai(5)
subramanya m(5)
Riya Patel(4)
Rohit Gupta(3)
Sandhiya Priya(3)
Vinoth Xavier(3)
Vipin Mittal(2)
Viknaraj Manogararajah(2)
Shiv Sharma(2)
Bimalshi Jayarathna(1)
Ketan Sathavara(1)
Vishal Yelve(1)
Pankajkumar Patel(1)
Micheal Xavier A (1)
Parthiv Suthar(1)
Krish Kanakiya(1)
Sardar Mudassar Ali Khan (1)
Tanuj (1)
Himanshu Patel(1)
Henil Patel(1)
Resources
No resource found
Performance Testing with Playwright: Measuring Web Performance Effectively
Jul 02, 2026.
Learn how to perform basic performance testing with Playwright
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.
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.
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
SOLID Principles in C# β Part 5: The Dependency Inversion Principle (DIP)
Jun 24, 2026.
Learn the Dependency Inversion Principle (DIP) in C#. Discover why high-level business logic shouldn't depend on low-level implementation details, and how to invert that dependency using abstractions.
Mastering .NET Interviews β Part 5: ASP.NET Core
Jun 20, 2026.
Master ASP.NET Core interviews! Learn about middleware, DI, configuration, hosting, and key differences from MVC.
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.
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.
π 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.
Mastering .NET Interviews β Part 9: Testing & Performance
Jun 20, 2026.
Master .NET interviews: Learn unit/integration testing, mocking, DI, and performance tuning (caching, async, profiling).
Mastering .NET Interviews β Part 10: System Design & RealβWorld Scenarios
Jun 20, 2026.
Master .NET system design for interviews! This guide covers SOLID, CQRS, Clean Architecture, and real-world scenarios like Hospital Management, E-commerce, and ERP. Learn to architect scalable solutions and ace your senior .NET interviews.
Mastering .NET Interviews β Part 2: C# Language Fundamentals
Jun 20, 2026.
Master C# fundamentals for .NET interviews! Covers data types, control structures, OOP, and common questions. Prep for Part 3!
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.
Mastering .NET Interviews β Part 1: Introduction to .NET
Jun 20, 2026.
Master .NET interviews! This series covers C#, ASP.NET Core, Azure, system design & more. Start with .NET fundamentals.
Mastering .NET Interviews β Part 4: ASP.NET MVC
Jun 20, 2026.
Master ASP.NET MVC for .NET interviews! Learn architecture, routing, filters, and common questions. Prepare for Part 5 on ASP.NET Core.
Mastering .NET Interviews β Part 3: Advanced C# Features
Jun 20, 2026.
Master advanced C# features for .NET interviews: Generics, Delegates, Events, LINQ, and Async/Await. Elevate your coding skills!
Mastering .NET Interviews β Part 6: Entity Framework & Data Access
Jun 20, 2026.
Master .NET interviews: Dive into Entity Framework (EF) & data access. Learn EF Core, LINQ, migrations, transactions, and common interview questions.
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.
SOLID Principles in C# β Part 4: The Interface Segregation Principle (ISP)
Jun 20, 2026.
Learn the Interface Segregation Principle (ISP) in C#. Design smaller, focused interfaces to avoid forcing classes to implement unused methods.
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 an Inventory & Order Management System in ASP.NET Core (Setup & Core Features) Part 1
Jun 19, 2026.
Build an ASP.NET Core Inventory & Order Management System. Part 1 covers project setup, core features like Product, Category, Supplier, and Customer CRUD.
Building an Inventory & Order Management System in ASP.NET Core - Part 2
Jun 19, 2026.
Build a robust ASP.NET Core Inventory & Order Management System with order processing, security, reporting, and deployment.
π 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.
SOLID Principles in C# β Part 3: The Liskov Substitution Principle (LSP)
Jun 18, 2026.
Master Liskov Substitution Principle (LSP) in C#. Ensure subclasses honor base class contracts for predictable polymorphism.
SOLID Principles in C# β Part 2: The Open/Closed Principle (OCP)
Jun 18, 2026.
Learn the Open/Closed Principle (OCP) in C#: extend functionality without modifying existing code. Master OCP for robust, scalable software.
SOLID Principles in C# Series - Part 1: Single Responsibility Principle (SRP)
Jun 17, 2026.
Kick off our 5-part SOLID Principles series with the Single Responsibility Principle in C#. Learn what SRP means, see real Before/After code examples, and discover how to apply it in an HRMS project.
Human Resource Management System in ASP.NET Core MVC β Part 3
Jun 17, 2026.
Complete your ASP.NET Core MVC HRM with role-based dashboards, insightful reports, and robust deployment strategies for enterprise readiness.
Human Resource Management System in ASP.NET Core MVC β Part 2
Jun 16, 2026.
Build an ASP.NET Core MVC Human Resource Management System. This article covers Leave Requests, Payroll, and Recruitment modules.
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
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.
API Versioning in ASP.NET Core: Best Practices and Common Mistakes
Jun 05, 2026.
Learn API Versioning in ASP.NET Core with practical examples. Explore versioning strategies, best practices, common mistakes, and implementation techniques.
GraphQL vs REST APIs: Choosing the Right Approach for Modern Applications
Jun 05, 2026.
Compare GraphQL vs REST APIs. Learn the key differences, advantages, disadvantages, performance considerations, and when to choose each approach.
How to Fix "Maximum Request Length Exceeded" in ASP.NET Applications
Jun 05, 2026.
Learn how to fix the "Maximum Request Length Exceeded" error in ASP.NET and IIS. Configure maxRequestLength and maxAllowedContentLength settings to support large file uploads up to 100 MB or more.
How to Implement Rate Limiting in ASP.NET Core Applications
Jun 05, 2026.
Learn how to implement Rate Limiting in ASP.NET Core applications using built-in middleware. Explore Fixed Window, Sliding Window, and Token Bucket strategies.
Clickjacking Attacks Explained and How to Prevent Them
Jun 03, 2026.
Learn what Clickjacking attacks are, how they work, and how to prevent them using X-Frame-Options, Content Security Policy, and web security best practices.
FastAPI Tutorial: Build High-Performance REST APIs in Python
Jun 03, 2026.
Learn FastAPI with step-by-step examples. Build high-performance REST APIs in Python using FastAPI, Pydantic, async programming, and automatic documentation.
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.
Why Postman Web Cannot Access Your Localhost
May 21, 2026.
Fix Postman Web's 'Cloud agent cannot send request to localhost' error! Learn how to connect to your local API using the Desktop Agent, Ngrok, or the full app. Quick solutions inside!
Reverse Engineering an API in .NET Core β Complete Practical Example
May 19, 2026.
Master API reverse engineering in .NET Core! Learn to analyze undocumented APIs, recreate functionality, and integrate with systems using practical examples and tools.
ASP.NET Core Security Best Practices for Modern Web APIs
May 18, 2026.
Secure your ASP.NET Core Web APIs! Learn best practices for authentication, authorization, HTTPS, input validation, rate limiting, and cloud-native security techniques.
Part 2 β Building an AI Agent with Skills for Code Review and Auto-Fix in C#
May 17, 2026.
Build a C# AI Agent with skills for code review and auto-fix! This article explores modular architecture, skill implementation, and agent orchestration. Improve code quality!
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!
How Developers Are Building AI Browser Automation Agents
May 15, 2026.
Explore AI browser automation: build agents that navigate websites, automate tasks, and adapt to changes. Discover tools, architectures, and use cases for developers.
Schrödinger's AI Part 15: Stop Babysitting Your AI Editor. Make It Follow Rules
May 15, 2026.
Tired of repeating prompts to your AI editor? Learn how Cursor Rules provide context and consistency, ensuring your AI follows project guidelines. Stop babysitting!
Introduction to .NET Web Development Technologies & Ecosystem
May 12, 2026.
Explore the .NET web development ecosystem: from classic ASP.NET to modern ASP.NET Core. Build scalable, cross-platform web apps, APIs, and more with C#.
ASP.NET Core Security Updates: Critical Fixes Developers Must Apply Now
May 13, 2026.
Secure your ASP.NET Core apps! This guide covers critical security updates, common vulnerabilities, and best practices for authentication, APIs, and cloud deployments.
Design a Database Storage Calculator in Tailwind CSS
May 12, 2026.
Build a responsive database storage calculator with Tailwind CSS. Estimate storage needs based on records, size, and type. Optimize your database planning now!
Design a Grocery Budget Calculator in Tailwind CSS
May 12, 2026.
Build a responsive grocery budget calculator with Tailwind CSS! Learn to structure HTML, implement JavaScript logic, and style for a visually appealing design.
Design a Landing Pages in Tailwind CSS
May 11, 2026.
Learn to design stunning landing pages with Tailwind CSS! This guide covers setup, styling, responsiveness, optimization, and includes a practical HTML example.
Design a Encrypt and decrypt text file in Tailwind CSS
May 11, 2026.
Build a secure web app with Tailwind CSS to encrypt and decrypt text files or messages. Includes text input, encryption/decryption functions, file support, and a responsive UI. Learn to create a user-friendly encryption tool with HTML, CSS, and JavaScript.
Design a Square Root Calculator in Tailwind CSS
May 11, 2026.
Build a Square Root Calculator using Tailwind CSS! This tutorial provides a step-by-step guide with HTML and JavaScript code to create a functional web app. Learn Tailwind!
Schrödinger's AI Part 14.4: ReviewMyCode MCP Server: Deployment, Docker, and Testing
May 10, 2026.
Deploy your C# code review server with Docker! This guide covers Dockerizing the ReviewMyCode MCP server, testing, and integrating with Cursor & Claude.
Schrödinger's AI Part 14.2: ReviewMyCode MCP Server: Core Implementation
May 10, 2026.
Let me show you how to create MCP server for code review
Schrödinger's AI Part 14.3: ReviewMyCode MCP Server: Rules & Extensibility
May 10, 2026.
Let me teach you how to create MCP server in .Net to review your C# code
Schrödinger's AI Part 14.1: ReviewMyCode MCP Server: Foundation and Architecture
May 09, 2026.
Build a production-ready MCP server for C# code review! This article covers foundation, architecture, DI, and MCP transport for AI code analysis.
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!
Schrödinger's AI Part 13: Letβs Build an MCP Server with .NET
May 06, 2026.
Build an MCP (Model Context Protocol) server with .NET! This tutorial guides you through creating a weather app server, connecting it to AI clients, and leveraging external tools.
How to Implement Service Workers in Web Applications Step by Step
May 04, 2026.
Learn how to implement Service Workers step-by-step! This guide covers registration, installation, caching, and activation for offline support and faster loading. Build better PWAs!
How to Implement OAuth 2.0 Authorization Code Flow Step by Step
May 04, 2026.
Master OAuth 2.0 Authorization Code Flow! Secure your web apps with this step-by-step guide. Learn best practices for authentication and API security.
How to Implement OAuth 2.0 Authorization Code Flow Step by Step
May 04, 2026.
Master OAuth 2.0 Authorization Code Flow! Secure user data access with this step-by-step guide. Learn implementation, real-world examples, and security benefits.
What is Intersection Observer API and How to Use It for Lazy Loading?
May 04, 2026.
Discover the Intersection Observer API! Learn how to use it for lazy loading, boost website performance, and enhance user experience. Optimize your frontend today!
NAT on Azure VPN Gateway - Part 2
Apr 29, 2026.
AWS VPN Configuration
Redux simplified part 4: Wring and Reading state
Apr 30, 2026.
The series which explain Redux in best way to use it with TypeScript
Redux simplified part 3: Custom Hooks and UI Shell
Apr 29, 2026.
Let me explain you how redux works best with TypeScript
Redux simplified part 1: Fundamentals
Apr 28, 2026.
Let me teach you how to use redux with this mini series
Redux simplified part 2: Slice and Store
Apr 29, 2026.
Let me teach you how to use redux in best way possible with TypeScript
NAT on Azure VPN Gateway - Part 1
Apr 28, 2026.
Implementing NAT on Azure VPN Gateway
Understanding SharePoint Integration Properties
Apr 27, 2026.
Unlock the power of SharePoint Integration properties in Power Apps! This guide explains how to customize SharePoint forms for seamless user experiences. Learn how to control form behavior when creating, editing, viewing, saving, or canceling items. Master the OnNew, OnEdit, OnView, OnSave, and OnCancel properties to ensure your forms function flawlessly and data is handled correctly. Elevate your Power Apps skills and modernize your SharePoint forms today!
Introduction to JSON Serialization in ASP.NET Core Web API
Apr 27, 2026.
In ASP.NET Core Web API, JSON serialization is the process of converting C# objects into JSON strings (for responses) and back again (for request bodies). By default, ASP.NET Core handles this automatically, but understanding how to configure it is essential for building professional APIs.
Form the Largest Number
Apr 27, 2026.
Master the largest number problem! Learn how to use custom comparators and greedy algorithms to arrange integers for maximum value. Perfect for coding interviews!
How to implement infinite scroll pagination in JavaScript without libraries?
Apr 22, 2026.
Implement infinite scroll pagination in JavaScript without libraries. Enhance UX with seamless content loading as users scroll. Learn step-by-step implementation.
What is browser caching and how to configure it for static assets?
Apr 22, 2026.
Boost website speed! Learn browser caching: store static assets locally for faster loading, reduced server load, and improved user experience. Configure it now!
What is JSON Web Token (JWT) structure and how to validate it?
Apr 22, 2026.
Explore JSON Web Tokens (JWT): structure, validation, and advantages. Learn how JWTs enhance security in APIs, microservices, and modern web applications.
Schrödinger's AI Part 12: Build your AI Clone
Apr 21, 2026.
Build your AI Clone in Python
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!
What is end-to-end testing and how to perform it for web applications?
Apr 22, 2026.
Master end-to-end (E2E) testing for web apps! Learn how to perform E2E testing, choose the right tools, and ensure a seamless user experience. Improve reliability!
What is HTTP/2 and how is it different from HTTP/1.1?
Apr 22, 2026.
Discover HTTP/2's advantages over HTTP/1.1 for faster websites. Learn about multiplexing, header compression, server push, and how it boosts SEO and user experience.
How to Implement Secure Session Management in Web Applications?
Apr 21, 2026.
Learn how to implement secure session management in web applications with best practices, step-by-step guide, and protection against session hijacking and XSS.
What is Critical Rendering Path and How to Optimize It for Faster Page Load?
Apr 21, 2026.
Learn what Critical Rendering Path is and how to optimize it step by step for faster page load, better SEO, and improved web performance.
How to Implement Drag and Drop Functionality in JavaScript Step by Step
Apr 21, 2026.
Learn how to implement drag and drop functionality in JavaScript step by step using HTML5 drag events with simple examples and best practices for beginners.
What is Rate Limiting Algorithm (Token Bucket vs Leaky Bucket) and How Do They Work?
Apr 21, 2026.
Learn what rate limiting algorithms are, including Token Bucket vs Leaky Bucket, how they work, differences, use cases, and best practices for web applications.
How to Implement Custom Model Binder in ASP.NET Core with Example
Apr 20, 2026.
Master custom model binding in ASP.NET Core! Learn to handle complex data, parse custom formats, and gain full control over data mapping with our step-by-step guide.
How to Fix Layout Shift Issues in Web Pages for Better UX
Apr 20, 2026.
Fix layout shifts for better UX and SEO! Learn to stabilize your website by setting image dimensions, reserving ad space, and optimizing font loading. Boost rankings!
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 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.
What is Shadow DOM and How Does It Work in Web Components?
Apr 20, 2026.
Unlock the power of Shadow DOM! Learn how it creates encapsulated, reusable web components, preventing CSS conflicts and boosting code maintainability. Perfect for modern web development in India and beyond!
How to Implement Request Validation Filter in ASP.NET Core Web API Step by Step
Apr 20, 2026.
Learn how to implement a request validation filter in ASP.NET Core Web API step-by-step. Ensure data integrity, reduce code duplication, and improve API reliability.
OpenAI Agents SDK Part 2: How to Build Approvals, Orchestration, MCP, Tracing, and Evals
Apr 17, 2026.
Learn how to design human approvals, specialist routing, MCP integration, tracing, and trace-based evals in the OpenAI Agents SDK for production agent systems.
How to Use Patch() in Power Apps
Apr 17, 2026.
This article explains how to use Patch() in Power Apps to create and update records without using forms. It covers the basics of adding a data source, inserting a button, writing the Patch formula, and handling common scenarios. Includes step-by-step instructions, features, advantages, disadvantages, and troubleshooting tips for makers who want more control over their app logic.
Blazor Skills: A Complete Guide for Beginners
Apr 18, 2026.
Unlock full-stack web development with Blazor! This guide covers essential skills like C#, Razor, components, and API integration for building modern web apps. Perfect for .NET developers!
OpenAI Agents SDK Part 1: What the Run Returns and How to Engineer Results, State, and Streaming
Apr 17, 2026.
Learn how the OpenAI Agents SDK runtime works under the hood, including result surfaces, state continuation, typed outputs, sessions, previous response IDs, and streaming settlement.
Full-Stack Authentication: Clerk vs Auth0 vs NextAuth Compared
Apr 17, 2026.
Which is better Auth0 vs NextAuth vs Clerk? Choosing the Right Authentication Solution
How to Use SubmitForm() in Power Apps
Apr 17, 2026.
Learn how to use SubmitForm() in Power Apps to save form data easily and reliably. This guide covers the basics of creating a form, adding a submit button, handling success and failure, and best practices for building simple apps. Includes step-by-step instructions, advantages, disadvantages, and common troubleshooting tips.
What is HMAC Authentication and How Does It Secure APIs?
Apr 17, 2026.
HMAC authentication secures APIs by verifying data integrity and authenticity using a secret key and hashing. Prevent tampering and unauthorized access effectively.
How to Implement Two-Factor Authentication (2FA) in Web Applications
Apr 16, 2026.
Secure web apps with 2FA! Learn to implement Two-Factor Authentication using OTP, authenticator apps, and best practices for enhanced security and user trust.
How to Optimize CSS for Better Rendering Performance
Apr 17, 2026.
Optimize CSS for lightning-fast websites! Learn to minify, remove unused styles, use shorthand, and leverage modern techniques for peak rendering performance and SEO.
How to Implement CSRF Protection in Web Applications Step by Step
Apr 17, 2026.
Protect your web apps from CSRF attacks! Learn step-by-step implementation using anti-CSRF tokens, SameSite cookies, and secure coding practices. Stay secure!
How to Implement Output Formatter in ASP.NET Core Web API
Apr 17, 2026.
Master ASP.NET Core Web API output formatting! Learn to create custom formatters (like CSV) for flexible API responses, boosting compatibility and control.
How to Create a Microsoft Bookings Form Step-by-Step
Apr 15, 2026.
Simplify scheduling with Microsoft Bookings! This step-by-step guide shows you how to create a booking form, allowing clients to easily book appointments based on your availability. No tech skills needed!