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(11)
Niharika Gupta(10)
Ananya Desai(9)
Riya Patel(7)
Nidhi Sharma(6)
Ramesh Palaniappan(6)
Saurav Kumar(5)
Ankit Sharma(4)
Hari Lakkakula(3)
George (2)
Destin Joy(2)
Srihari Chinna(2)
Brajesh Kumar(2)
Sandhiya Priya(1)
Raveena Attri(1)
Hadshana Kamalanathan(1)
Vijay Yadav(1)
Rikam Palkar(1)
Abhishek Khandare(1)
Ajay Kumar(1)
Kisorjan Jakathiswaran(1)
Venkatasubbarao Polisetty(1)
Swaraj Ketan Santra(1)
Nitesh Kejriwal(1)
Abhishek Jaiswal (1)
Sourav Kayal(1)
Anubhav Chaudhary(1)
Sandeep Singh Shekhawat(1)
C# Curator(1)
John Charles Olamendy(1)
Dipen Lama(1)
Rajesh Gami(1)
Vipul Kumar(1)
Abhishek Saini(1)
Anoop Kumar Sharma(1)
Satyaprakash Samantaray(1)
Sardar Mudassar Ali Khan (1)
Raj Bhatt(1)
Abiola David(1)
Ajay Narkhedkar(1)
Mohamed Shifan(1)
Rama Dabburi(1)
Ifan Jaya Suswanto Zalukhu(1)
Rohit Gupta(1)
Resources
No resource found
What is Server-Side Rendering (SSR) and When Should You Use It?
Apr 01, 2026.
Unlock the power of Server-Side Rendering (SSR)! Learn how it boosts SEO, speeds up load times, and enhances user experience. Discover when to use (and avoid) SSR.
What Is Server-Side Rendering (SSR) and How Does It Improve Web Performance?
Mar 16, 2026.
Discover Server-Side Rendering (SSR): Boost website speed, SEO, and user experience. Learn how it works, its benefits, and popular frameworks like Next.js and Nuxt.js.
What are the benefits of server-side rendering in modern web frameworks?
Mar 09, 2026.
Discover the benefits of server-side rendering (SSR) in modern web frameworks. Boost SEO, improve performance, and enhance user experience. Learn when to use SSR!
How to Implement Server-Side Rendering in Modern Web Frameworks?
Mar 05, 2026.
Learn how server-side rendering (SSR) boosts web app performance! Discover implementation with Next.js, Nuxt.js, & Angular Universal for faster load times and better SEO.
Exploring Real-Time Data Rendering in Next.js Using Server-Side Streaming
Dec 11, 2025.
Next.js real-time rendering, server-side streaming Next.js, React streaming, Next.js performance India, real-time UI updates, Next.js server components streaming, streaming API example
How to Implement Server-Side Caching in Next.js Effectively
Dec 08, 2025.
Learn how to improve your Next.js app’s speed using server-side caching. This guide explains caching strategies, best practices, and real code examples that boost performance and reduce server load.
Display Server-Side Date in Alertify Alert Using JavaScript
Nov 12, 2025.
Learn how to store dates in hidden fields, format them with JavaScript, and display them using Alertify. Enhance user experience with formatted date alerts!
How to Encrypt Data in Amazon S3 Using Server-Side Encryption
Jan 22, 2025.
This article walks you through accessing your S3 bucket, enabling SSE-S3 encryption, uploading files, and verifying encryption. Protect sensitive information easily with default encryption settings in AWS.
Activate Server-Side Encryption for Azure Disks with Customer Keys
Oct 21, 2024.
Azure Disk Storage offers server-side encryption (SSE) with customer-managed keys, allowing users to control encryption for managed disks. By utilizing Azure Key Vault, users can manage access and enhance security.
How to Create Server-Side Pagination, Searching, and Sorting Stored Procedure
Jul 19, 2024.
This article demonstrates how to create a SQL Server stored procedure for server-side pagination, searching, and sorting. The procedure efficiently handles large datasets by dynamically calculating total rows, applying filters, and sorting data.
What makes Blazor SPA and how does Server-Side Rendering works with Blazor's new Web App
Jun 22, 2024.
How Blazor creates interactive single-page applications by using components to update content without reloading the entire page.
Understanding and Managing Server-Side (Output) Caching in .Net
Jan 15, 2024.
IIS employs System.Web.Caching for efficient output caching. Utilize HttpRuntime.Cache.Insert for CRUD operations, specifying key, value, and optional parameters like dependencies, absolute expiration, and sliding expiration for optimization.
Setting Up Server-Side Google Tag Manager (GTM) with Docker
Sep 21, 2023.
Learn how to set up Server-Side Google Tag Manager (GTM) using Docker for advanced tracking and data processing. Gain flexibility and control over your analytics toolbox effortlessly.
Custom search functionality for data tables for server-side processing with PHP and MySQL
Jun 30, 2023.
To add custom search functionality to Data Tables for server-side processing with PHP and MySQL, you can modify the SQL query dynamically based on the search criteria provided by the user.
Example Of Server-Side Request Forgery
Mar 04, 2022.
This is an example of Server-Side Request Forgery (SSRF).
Business Rules With Scope Entity And Server-Side Execution
Aug 25, 2021.
In Dynamics 365 CRM or Power Platform, updates in entity data by using service call /SDK which do changes in server side, then server-side business rules will fire i.e., business rules with scope Entity will fire. As a business scenario we are going to see updates in contact entity by invoking service call through Post Man Tool which invokes business rule with Entity Scope.
Authentication And Authorization With Google In Server-Side Blazor
Jun 18, 2019.
In this article, we will learn how to implement authentication and authorization using Google in a server-side Blazor application. We will be using .NET Core 3 preview -6 and the preview of Visual Studio 2019.
Authentication And Authorization With Facebook In Server-Side Blazor
Jun 18, 2019.
In this article, we will learn how to implement authentication and authorization using Facebook in a server-side Blazor application. We will be using Visual Studio 2019 preview and .NET Core 3 preview -6
Single Page Application Using Server-Side Blazor
Aug 12, 2018.
This comprehensive tutorial guides you through creating a Single Page Application (SPA) using server-side Blazor with Entity Framework Core. It covers CRUD operations, modal popups for user input, dropdown list binding, and filtering.
Understanding Server-Side Blazor
Jul 29, 2018.
Blazor is a .NET Core web framework that allows developers to run C# code directly in the browser using WebAssembly.It provides an alternative to traditional JavaScript frameworks like React, Angular, and Vue.
How To Check Long Server-Side Process Progress In Real Time
Jul 26, 2017.
Today, I will show you a way to monitor a long server-side process (like, a long running process, file generation etc.) in real time in your web application. The whole demonstration will be covered through asp.net C# but you can also implement the same sort of code in other languages.
Create Claims Viewer Webpart In SharePoint 2013 Using C# Server-Side Object Model
Sep 12, 2016.
In this article, you will learn, how to create Claims Viewer Webpart in SharePoint 2013, using C# Server-Side Object Model.
Create Custom Claims Provider In SharePoint 2013 Using C# Server-Side Object Model
Sep 08, 2016.
Learn to create a Custom Claims Provider in SharePoint 2013 using C# Server-Side Object Model. Customize user permissions with augmented claims and integrate them into the People Picker control for streamlined access management.
Create A Timer Job In Sharepoint Programmatically Using Server-Side Object Model
Sep 06, 2016.
Learn how to programmatically create a Timer Job in SharePoint 2013 using the Server-Side Object Model. This guide covers setting up a SharePoint project, defining a TimerJob class, adding a Feature and FeatureReceiver, and deploying your solution. Ideal for automating tasks and managing job schedules.
Add Video Player To SharePoint Content Editor WebPart Programmatically Using Server-Side Object Model
Sep 06, 2016.
In this article, you will learn, how to add Video Player to SharePoint Content Editor WebPart programmatically, using Server-Side Object Model.
Add Media Webpart To SharePoint Page Programmatically Using Server-Side Object Model
Aug 25, 2016.
In this article, you will learn, how to add media Webpart to SharePoint page programmatically, using Server-Side Object Model.
Retrieve Sharepoint Audit Logs Programmatically Using C# Server-Side Object Model
Aug 05, 2016.
In this article, you will learn how to retrieve the SharePoint audit logs programmatically, using C# Server-Side Object Model.
How to Debug SharePoint 2013 Using Server-Side Request Tracing
Oct 10, 2014.
We can see how to debug SharePoint 2013 using Server-Side Request Tracing.
Solution: The Data Source Does Not Support Server-Side Data Paging With GridView
Oct 01, 2014.
In this article you will learn how to solve the The data source does not support server-side data paging error in a GridView.
Client-Side vs Server-Side Programming Languages
Feb 25, 2014.
This article explains the difference between client-side and server-side scripting.
HTTP Message Handler in Web API: Implement Server-Side Message Handler
Dec 29, 2013.
This article explains HTTP Message Handlers in the Web API and how to implement a Server-side Message Handler.
ASP.Net MVC Framework Server-Side HTML Caching Techniques
Dec 05, 2013.
The ASP.NET Framework provides many out-of-the-box techniques to cache data on the server useful for improving system performance and reducing the load on the content providing servers.
ASP.Net Framework Server-Side Data Caching Techniques
Nov 18, 2013.
The ASP.NET Framework provides many server-side caching techniques for developers to persist data based on the scope.
Copy Text Server-Side Using Knockoutjs
Oct 03, 2013.
In this article I will create an interesting feature that most sites are using, which is to copy text server-side using Knockoutjs.
ASP.Net MVC Server-Side Validation
Oct 02, 2013.
This article explains the basics of ASP.NET MVC server-side validation using the Data Annotation API.
How to Add ASP.NET Server-Side Code in SharePoint 2007 Pages
May 11, 2011.
In this article, I am describing how to add server-side code in SharePoint Pages.
ASP .NET Server-Side controls
Jan 27, 2010.
In this article I will explain about ASP .NET Server-Side controls
Database Server-side Applications.Extensions to SQL
Jul 09, 2008.
Developers have struggled with the power and limitations of SQL. SQL is language oriented to manipulate data set, but enterprise applications always need to implement business logic that goes beyond the reach of SQL. This article is intended to illustrate the main constructs in these database management systems.
Calling the Server-Side Method Asynchronously From Client Script
Jul 19, 2006.
This article describes how to call the server-side method asynchronously from JavaScript with the use of Client Callbacks that is built in ASP.NET 2 so that the client browser receives the data dynamically without page postback.
Server-Side Rendering (SSR) vs Client-Side Rendering (CSR): Pros, Cons, Architecture, and Angular Implementation Best Practices
Dec 12, 2025.
A detailed comparison of Server-Side Rendering and Client-Side Rendering with a strong Angular focus. Covers architecture, pros and cons, performance, SEO, caching, cost, real-world applications, and best practices. Ideal for senior developers seeking a practical, production-ready understanding of SSR vs CSR.
Angular SSR (server-side rendering)
Aug 10, 2024.
Angular SSR (Server-Side Rendering) with Angular Universal enhances web app performance by rendering pages on the server before they reach the client. This approach improves load times, SEO optimization, and overall user experience.
Server-Side Rendering (SSR) and Client-Side Rendering (CSR) in React.js
Sep 18, 2023.
In this article we will learn what is the Server-Side Rendering (SSR) and Client-Side Rendering (CSR) in React Js
Server-Side Request Forgery (SSRF)
Mar 02, 2022.
This article discusses the security issue: Server-side request forgery
Server-Side Pagination In Datatable.js
Jun 02, 2020.
In this article, we will learn How to manage server-side pagination, sorting, and searching in DataTable.js.
Server-Side Processing With Custom Range Filtering Using MVC And Entity Framework
Jan 26, 2019.
Learn server-side processing in jQuery DataTables for ASP.NET MVC with custom range filtering using C# LINQ. Utilize AJAX for data retrieval, Bootstrap for UI, and DataTable's powerful features like pagination and sorting. Implement custom filter inputs for multicolumn search, enhancing data presentation and performance.
Testing MCP Servers for Schema Drift and Tool Compatibility
Aug 12, 2026.
Prevent AI agent failures by testing MCP server schema drift and tool compatibility. Ensure robust contracts for reliable AI interactions.
Migrating MCP C# Servers from SDK 1.x to 2.0
Aug 11, 2026.
Migrate MCP C# servers from SDK 1.x to 2.0 with this guide. Learn about stateless HTTP, protocol negotiation, and API changes for a smooth transition.
Benchmarking Stateless MCP Servers Behind Load Balancers
Aug 11, 2026.
Benchmark stateless MCP servers behind load balancers to measure throughput, latency, resource consumption, and scaling behavior for optimal .NET deployments.
SQL Server Vector Search: Benchmarking EF Core Workloads
Aug 10, 2026.
Benchmark SQL Server vector search with EF Core. Explore exact vs. approximate search, performance factors, and best practices for RAG.
Complete Guide: Mapping a Custom Domain to an Azure Virtual Machine (VM)
Aug 08, 2026.
Map your custom domain to an Azure VM. Learn to set static IPs, configure NSG rules, update DNS, and bind your web server for seamless access.
Zero-Impact Data Tracking: How SQL Server Change Data Capture Works at the Log Level
Aug 05, 2026.
SQL Server CDC tracks row changes asynchronously via the transaction log, offering zero-impact auditing, event streaming, and synchronization.
How Enterprise Applications Leverage SQL Server Temporal Tables for Time-Travel Auditing and Compliance
Aug 05, 2026.
SQL Server Temporal Tables offer built-in time-travel auditing & compliance for enterprises, simplifying data history management.
How to Resolve SQL Server Error 40 ("Could Not Open a Connection to SQL Server")
Aug 04, 2026.
Resolve SQL Server Error 40 in ASP.NET Core. Troubleshoot connection issues with Entity Framework Core, connection strings, and configuration.
Building AI-Powered Build Diagnostics with the Microsoft Binlog MCP Server
Aug 04, 2026.
AI-powered build diagnostics with Microsoft Binlog MCP Server. Analyze MSBuild .binlog files via natural language for faster debugging.
Building MCP Servers with ASP.NET Core for Enterprise AI Agents
Aug 03, 2026.
Build AI-ready enterprise agents with ASP.NET Core and MCP. Standardize tool discovery, reduce integration complexity, and enhance security.
Securing MCP Servers Against Prompt Injection and Tool Poisoning
Aug 03, 2026.
Secure MCP servers against prompt injection & tool poisoning. Learn AI-specific risks & implement practical production security measures.
Dissect a cluster index in the SQL server
Aug 01, 2026.
Understand SQL Server's Clustered Index: how it physically orders data, its properties, and the performance boost it offers over heaps.
SQL Server Indexing Strategies for Large OLTP Systems
Jul 31, 2026.
Master SQL Server indexing for large OLTP systems. Optimize queries, reduce scans, and boost performance with practical strategies.
SQL Server Performance Troubleshooting: 10 Queries Every Developer Should Know
Jul 29, 2026.
Master SQL Server performance with 10 essential queries for developers. Troubleshoot bottlenecks, optimize queries, and ensure application responsiveness.
Output Caching vs Response Caching in ASP.NET Core: What's the Difference?
Jul 29, 2026.
ASP.NET Core: Output Caching vs. Response Caching. Understand the key differences, when to use each, and best practices for optimal performance.
Building Production-Ready MCP Servers in ASP.NET Core 10
Jul 28, 2026.
Build secure, scalable, and production-ready MCP servers in ASP.NET Core 10. Learn best practices for AI integration, authentication, and deployment.
Building an AI Coding Assistant in ASP.NET Core Using MCP Servers
Jul 24, 2026.
Build an AI coding assistant in ASP.NET Core using MCP servers to access project files, APIs, and tools for enhanced development workflows.
SQL Server Query Performance Troubleshooting Guide for .NET Developers
Jul 23, 2026.
Master SQL Server query performance for .NET apps. Learn to troubleshoot, optimize indexes, and write efficient queries for faster responsiveness.
SQL Server Temporal Tables Explained
Jul 22, 2026.
Master SQL Server Temporal Tables for automatic data history tracking, point-in-time recovery, and simplified auditing. Learn creation, querying, and best practices.
Understanding SHOWPLAN_ALL in SQL Server and Microsoft Fabric
Jul 21, 2026.
In this article, you'll learn hoe to master SQL Server's SHOWPLAN_ALL for query optimization. Understand execution plans, avoid pitfalls, and tune for peak performance.
Building AI Chat Applications with ASP.NET Core and Server-Sent Events
Jul 21, 2026.
Build real-time AI chat apps with ASP.NET Core and Server-Sent Events (SSE). Stream AI responses for a faster, interactive user experience.
Building AI-Powered Search with SQL Server and Vector Indexes
Jul 21, 2026.
Unlock AI-powered search in SQL Server 2026 with vector indexes. Discover semantic search, natural language queries, and enhanced relevance for modern applications.
SQL Server Query Store: Monitoring and Fixing Slow Queries
Jul 21, 2026.
SQL Server Query Store: Monitor, diagnose, and fix slow queries with historical data, execution plans, and performance metrics.
SQL Server Query Performance Tuning Using Execution Plans
Jul 20, 2026.
Master SQL Server query performance tuning with execution plans. Identify bottlenecks, optimize indexes, and improve database speed.
Next.js 16 Server Components: Performance Best Practices
Jul 20, 2026.
Master Next.js 16 Server Components for peak performance. Learn best practices for faster loads, smaller bundles, and improved SEO.
JWT Session 11: Replace Hardcoded Login with EF Core Database Authentication in ASP.NET Core Web API
Jul 19, 2026.
Replace hardcoded login with EF Core database authentication in ASP.NET Core Web API for secure user management and JWT generation.
Next.js 16 Performance Optimization Guide for Production Applications
Jul 16, 2026.
Unlock Next.js 16 production performance! Master Server Components, ISR, image optimization, caching, and more for faster apps.
Model Context Protocol Registries Explained: Managing Enterprise MCP Ecosystems
Jul 16, 2026.
Learn what Model Context Protocol (MCP) Registries are, how they work, and how enterprises use them to manage, secure, and scale AI tool ecosystems.
Caddy vs Nginx: Choosing the Right Web Server for Modern Applications
Jul 16, 2026.
Compare Caddy and Nginx web servers, including performance, HTTPS management, security, configuration, and deployment considerations for modern applications.
HTMX vs React: Choosing the Right Approach for Modern Web Development
Jul 16, 2026.
Compare HTMX and React across architecture, performance, SEO, state management, and development complexity to choose the right web development approach.
WebAssembly on the Server: Understanding WASI and Modern Runtime Models
Jul 15, 2026.
Learn how WebAssembly and WASI enable secure, portable, and efficient server-side applications with modern runtime models for cloud-native and edge computing.
MCP Servers in Practice: Building Secure Tool Integrations for AI Agents
Jul 13, 2026.
Discover MCP Servers for secure AI agent tool integrations. Standardize, simplify, and enhance security for dynamic external system access.
Installing and Using Windows Admin Center on Windows Server
Jul 08, 2026.
Master Windows Server management with Windows Admin Center. Install, configure, and use this free tool for efficient server monitoring and administration.
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.
Building Realtime Multiplayer Systems with Nakama Server
Jul 09, 2026.
Build scalable multiplayer games faster with Nakama Server. Explore its features for authentication, matchmaking, real-time sync, and more.
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.
ARM vs x86 Servers: Performance and Cost Comparison for Cloud Applications
Jul 06, 2026.
Compare ARM vs x86 servers for cloud apps: explore performance, cost, power efficiency, and compatibility to optimize your infrastructure.
Running Production Workloads on ARM Servers: Benefits and Challenges
Jul 03, 2026.
Explore ARM servers for production workloads: benefits like cost savings & efficiency, challenges like compatibility, and migration strategies.
PostgreSQL vs SQL Server for Modern .NET Applications
Jul 02, 2026.
Compare PostgreSQL vs SQL Server for .NET apps. Explore licensing, performance, cloud, JSON, and scalability to choose the best fit.
Building AI-Powered Database Query Optimization Tools with SQL Server and .NET
Jun 30, 2026.
Build AI-powered SQL Server query optimization tools with .NET. Automate performance analysis, detect bottlenecks, and get intelligent recommendations.
Building an AI-Driven Database Query Performance Analyzer with .NET and SQL Server
Jun 30, 2026.
Build an AI-driven .NET and SQL Server analyzer to boost database query performance, reduce troubleshooting time, and enhance application responsiveness.
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 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 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.
Event Driven Architecture backdrop or workflow orchestration
Jun 16, 2026.
This article explains workflow orchestration, a technology prior to Event Driven Architecture.. if you understand this, you will easily understand event driven architecture
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.
India’s Own AI Server: What It Is and How India Can Build a Self-Reliant AI Infrastructure
Jun 11, 2026.
Learn what India’s own AI server means, how AI servers work, why India needs sovereign AI infrastructure, and how Indian organizations can build and scale AI-ready data centers.
Model Context Protocol (MCP) Security: Preventing Prompt Injection and Tool Hijacking
Jun 08, 2026.
Learn how to secure Model Context Protocol (MCP) applications by preventing prompt injection, tool hijacking, unauthorized access, and other AI security threats using proven enterprise security practices.
How to Build Custom MCP Servers in C# for Enterprise AI Applications
Jun 08, 2026.
Learn how to build custom MCP servers in C# for enterprise AI applications. Discover MCP architecture, security best practices, tool development, authentication, and real-world integration patterns.
How MCP Apps Are Changing AI Tool Integration Workflows
Jun 08, 2026.
Learn how MCP Apps are transforming AI tool integration workflows by providing standardized access to APIs, databases, business systems, and enterprise resources through the Model Context Protocol.
Building AI Agents with Model Context Protocol (MCP) Step by Step
Jun 05, 2026.
Learn how to build AI agents with Model Context Protocol (MCP). Explore MCP architecture, tools, servers, clients, and step-by-step implementation examples.
SQL Server Performance Tuning Techniques for Modern Applications
Jun 05, 2026.
Learn SQL Server performance tuning techniques including indexing, query optimization, execution plans, statistics management, and database best practices.
SQL Server Performance Tuning Techniques for Modern Applications
Jun 05, 2026.
Learn how to build scalable background services using .NET Worker Services. Process queues, run scheduled jobs, and create reliable cloud-native applications.
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.
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.