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)
Ananya Desai(10)
Niharika Gupta(9)
Aarav Patel(7)
Nidhi Sharma(7)
Sudarshan Hajare(6)
Riya Patel(5)
subramanya m(5)
Saurav Kumar(4)
Vinoth Xavier(3)
Sandhiya Priya(2)
Vipin Mittal(2)
Viknaraj Manogararajah(2)
Mushtaq M A(1)
Bimalshi Jayarathna(1)
Rohit Gupta(1)
Vishal Yelve(1)
Pankajkumar Patel(1)
Micheal Xavier A (1)
Parthiv Suthar(1)
Sardar Mudassar Ali Khan (1)
Chethan N(1)
Resources
No resource found
HTMX Tutorial: Building Modern Web Applications Without Heavy JavaScript Frameworks
Jul 09, 2026.
Learn HTMX: build modern, interactive web apps with HTML attributes, reducing JavaScript complexity and improving performance.
Caddy vs Nginx: Which Web Server Should Developers Choose in 2026?
Jul 08, 2026.
Caddy vs Nginx: Compare web servers for developers in 2026. Discover which is best for simplicity, automation, or advanced control.
Building High-Performance APIs with Go Fiber Framework
Jul 08, 2026.
Build high-performance APIs with Go's Fiber framework. Discover its speed, developer-friendly syntax, and best practices for scalable applications.
Tauri vs Electron: Building Lightweight Desktop Applications
Jul 08, 2026.
Tauri vs Electron: Compare architectures, app size, performance, security, and development for building lightweight desktop apps.
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.
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.
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.
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.
Performance Testing with Playwright: Measuring Web Performance Effectively
Jul 02, 2026.
Learn how to perform basic performance testing with Playwright
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.
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 5: ASP.NET Core
Jun 20, 2026.
Master ASP.NET Core interviews! Learn about middleware, DI, configuration, hosting, and key differences from MVC.
๐ 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 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 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 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 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 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.
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.
The Future of Visual Studio in the Age of AI Coding Agents
Jun 01, 2026.
Explore how AI coding agents like GitHub Copilot are transforming Visual Studio into an AI-assisted IDE. Learn about the future of development and developer skills.
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.
Best AI Coding Tools for Developers in Visual Studio and VS Code
May 18, 2026.
Boost productivity with AI coding tools for Visual Studio & VS Code. Explore GitHub Copilot, Cursor, Claude Code, and more for C#, .NET, and beyond!
Top AI Tools Every .NET Developer Should Use
May 18, 2026.
Discover the top AI tools for .NET developers! Boost productivity with AI-powered code generation, debugging, and automation in ASP.NET Core, C#, and Azure.
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!
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 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!
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!
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.
Microsoftโs Latest .NET Updates: Performance, Security, and AI Enhancements
May 13, 2026.
Explore Microsoft's .NET updates: performance boosts, AI integration in Visual Studio, enhanced security, and cloud-native tools for modern developers. Build smarter!
Quantum-Safe Security in .NET and Visual Studio: What It Means for Developers
May 13, 2026.
Prepare for the quantum era! This article explores quantum-safe security in .NET & Visual Studio, its impact on developers, and Microsoft's approach to PQC.
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#.
Visual Studio 2026: AI-Native Features That Will Change Software Development
May 13, 2026.
Explore Visual Studio 2026's AI-native features: code generation, intelligent debugging, automated testing, and cloud optimization. Revolutionizing .NET development!
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 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 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 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.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.
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
VS Code vs Visual Studio: Is Microsoft Shifting the Future of Development?
May 05, 2026.
Explore the evolving landscape of Microsoft's development tools! Is VS Code challenging Visual Studio? Discover the key differences, future trends, and which tool fits your needs best.
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
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.
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 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 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.
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.
Schrödinger's AI Part 12: Build your AI Clone
Apr 21, 2026.
Build your AI Clone in Python
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.
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 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.
Stop Hunting Bugs: Meet the New Visual Studio Debugger Agent
Apr 20, 2026.
Explore the new Visual Studio Debugger Agentโan AI-powered debugging workflow that analyzes bugs, runs code, and identifies root causes automatically.
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.
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 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.