TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About server side
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Ramesh Palaniappan (6)
Ankit Sharma (4)
Sibeesh Venu (4)
Anubhav Chaudhary (3)
Siddharth Gajbhiye (3)
Satyaprakash Samantaray (2)
Asma Khalid (2)
Harpreet Singh (2)
George (2)
Venkatasubbarao Polisetty (2)
Srihari Chinna (2)
Akkiraju Ivaturi (2)
Abhishek Jaiswal (2)
Ehsan Sajjad (2)
Rizwan Ali (2)
Mohammad Rabie (1)
Hadshana Kamalanathan (1)
Vipul Kumar (1)
Shilpa Tanwar (1)
Tahir Ansari (1)
Vijay Yadav (1)
Alkesh Bijarniya (1)
Rikam Palkar (1)
Rémi Bourgarel (1)
Harshit Pandey (1)
Jobin S (1)
Sagar Pardeshi (1)
Ayush Gupta (1)
Syed Shanu (1)
Manoj Kalla (1)
Jin Necesario (1)
Sarathlal Saseendran (1)
Vithal Wadje (1)
Durgesh Kumar (1)
Rakesh (1)
Khuram Shahzad (1)
Yogeshkumar Hadiya (1)
Gajendra Jangid (1)
Abhishek Khandare (1)
C# Curator (1)
Ajay Kumar (1)
Abhishek Saini (1)
Devanand Laroiya (1)
Dipen Lama (1)
Kisorjan Jakathiswaran (1)
Dhanapal Chandran (1)
Ankur Mishra (1)
Jay Pankhaniya (1)
Sundaram Subramanian (1)
Priti Kumari (1)
Suraj Sahoo (1)
Sourav Kayal (1)
Sandeep Singh Shekhawat (1)
Debasis Saha (1)
Anoop Kumar Sharma (1)
Bilal Shahzad (1)
Abdul Rahman (1)
Manish Kumar Choudhary (1)
Andrea Angella (1)
Bharath Reddy (1)
Raja R (1)
Nanddeep Nachan (1)
Surya Narayan Barik (1)
Poorvi Bhatt (1)
Raj Kumar (1)
Swatismita Biswal (1)
Swaraj Ketan Santra (1)
Nitesh Kejriwal (1)
Vivek Kumar (1)
Shashangka Shekhar (1)
Francis (1)
Ajay Gandhi (1)
Vikram (1)
Ano Mepani (1)
Rahul Kumar Saxena (1)
Related resources for server side
No resource found
Caching HTML Tags Using WebForms Core Technology
10/22/2024 8:31:41 AM.
In this article, we teach how to cache static HTML tags (header, footer, right and left menus, etc.) in the user's browser by using WebForms Core technology in the CodeBehind framework.
Activate Server-Side Encryption for Azure Disks with Customer Keys
10/21/2024 6:21:07 AM.
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 enh
Create A Timer Job In Sharepoint Programmatically Using Server-Side Object Model
9/18/2024 8:59:02 AM.
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 a
Angular SSR (server-side rendering)
8/10/2024 4:28:35 AM.
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 optimizati
Optimizing Performance in Next.js
8/8/2024 10:06:30 AM.
Performance is crucial in web development, and Next.js offers several tools and strategies to ensure your application runs efficiently. This article covers essential techniques for optimizing performa
Implementing Pagination and Filtering in ASP.NET Core 8.0 API
8/6/2024 6:40:33 AM.
Learn how to efficiently implement pagination and filtering in your ASP.NET Core 8.0 API using Entity Framework Core. Enhance performance, scalability, and user experience with server-side data handli
How to Create Server-Side Pagination, Searching, and Sorting Stored Procedure
7/19/2024 1:36:54 PM.
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 to
Create Custom Claims Provider In SharePoint 2013 Using C# Server-Side Object Model
7/18/2024 3:17:48 PM.
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 st
What is the Purpose of RenderToNodeStream Method in ReactJS
7/2/2024 7:15:18 AM.
The renderToNodeStream method in ReactJS enables server-side rendering with streaming support, enhancing performance by sending chunks of HTML to the client as they're generated.
What makes Blazor SPA and how does Server-Side Rendering works with Blazor's new Web App
6/24/2024 7:48:20 AM.
How Blazor creates interactive single-page applications by using components to update content without reloading the entire page.
Server-Side Processing With Custom Range Filtering Using MVC And Entity Framework
6/20/2024 10:11:36 AM.
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 li
Validate Your Blazor Form Using EditForm
6/13/2024 8:22:26 AM.
Blazor server-side, part of ASP.NET Core 3, introduces form validation via Context API and Redux. DataAnnotation attributes simplify validation logic, enhancing user experience and minimizing code com
Automate MySQL Database Updates with Cron Jobs in Node.js
6/13/2024 7:59:28 AM.
Learn how to automate MySQL database updates using cron jobs in Node.js with this comprehensive step-by-step guide. Discover how to schedule tasks, write automated scripts, and maintain your database
ASP.NET MVC 5: Datatables Plugin Server Side Integration
6/11/2024 12:04:43 PM.
Learn to integrate Datatables plugin with ASP.NET MVC 5 for server-side data management, searching, sorting, and pagination. Discover how to overcome challenges transitioning from classic ASP.NET web
Implementing Model Binding in ASP.NET Core Web API
6/10/2024 8:06:43 AM.
Model binding in ASP.NET Core automates the conversion of HTTP request data into .NET objects, simplifying data transfer between client-side requests and server-side code. It supports various data sou
CSOM vs JSOM vs SSOM vs REST
6/6/2024 11:49:41 AM.
CSOM, JSOM, SSOM, and REST are SharePoint development models. CSOM & JSOM for client side, SSOM for server side, and REST for lightweight, platform-independent communication via HTTP methods. Each
Common Types of Cache Architectures
5/28/2024 10:42:11 AM.
Explore various caching architectures: client-side, server-side, CDN, distributed, database, and application-level caching. Each offers advantages like reduced latency and improved performance but com
Code Behind and Inline Code in ASP.NET
5/24/2024 10:23:05 AM.
In this article, we will learn how Code Behind promotes separation of concerns by keeping server-side logic separate from HTML, while Inline Code integrates both in a single file, impacting maintainab
Getting Started With Authentication And Authorization Using Blazor Server Side
5/3/2024 11:43:27 AM.
Learn how to implement secure user authentication and authorization in Blazor Server applications. Explore Blazor's built-in authentication mechanisms using .NET Core Identity. Manage user roles,
TextBox Validation Client Side And Server Side In ASP.NET WebForm
4/30/2024 9:48:12 AM.
This article discusses the importance of validation in web development, covering both client-side and server-side validation techniques. It explains how to perform validation for age, mobile number, a
Learn About ASP.NET HtmlGenericControl
4/30/2024 9:08:07 AM.
In this article, we'll be exploring the HtmlGenericControl of ASP.NET Webforms. What's exciting about this article will see how to create this control dynamically and combine it with some clie
Get Client Side and Server Side Data in Grid View Using jQuery and Ajax
4/24/2024 1:18:02 PM.
Learn how to efficiently manage data in a grid view by combining client-side and server-side approaches using jQuery and Ajax. This tutorial guides you through the process of retrieving data from both
Integrating Datatables JQuery Plugin in ASP.NET Webforms
4/23/2024 8:57:18 AM.
Learn how to seamlessly integrate the DataTables jQuery plugin with ASP.NET WebForms for efficient server-side processing. This tutorial delves into harnessing the power of DataTables for dynamic data
Share Data Between Child And Parent Components In Blazor
4/12/2024 11:14:56 AM.
Explore Blazor, Microsoft's framework for building dynamic web UIs with .NET. Learn about Razor components, data sharing between parent and child components, and creating reusable UI elements like
ASP.Net Form Validation Using jQuery
4/11/2024 10:52:32 AM.
Learn how to perform form validation in ASP.Net using jQuery, enhancing user experience by validating form data on the client-side before submission. This tutorial covers setting up jQuery functions,
REST API In Node.js Using ES6
3/11/2024 9:25:53 AM.
The tutorial covers various aspects, including project setup using Fort.js CLI, creating controllers for handling HTTP requests, implementing CRUD operations for a user entity, and integrating service
Single Page Application Using Server-Side Blazor
2/20/2024 7:24:40 AM.
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, dro
Understanding Server-Side Blazor
2/20/2024 5:57:53 AM.
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,
ASP.NET State Management
2/18/2024 5:38:25 AM.
State management in ASP.NET is vital for maintaining application state across requests. It's a common topic in interviews, catering to both novices and seasoned developers. ASP.NET offers various
Introduction To Tag Helpers in HTML
2/12/2024 11:49:41 AM.
Explore the power of ASP.NET Core's Tag Helpers with this introductory guide. Learn how to simplify HTML generation in Razor views using C# code. Discover the benefits of server-side rendering and
Server Side Rendering Of DataTables JS In ASP.NET Core
2/12/2024 10:04:00 AM.
This article covers the implementation of server-side data configuration in DataTables JS in ASP.NET Core. It explains what DataTables JS is, the need for server-side rendering, creating a .NET Core p
Optimizing Angular and C# Performance
1/31/2024 7:29:23 AM.
Discusses performance optimization techniques for Angular and C# applications, covering lazy loading, code splitting, server-side rendering, and backend performance improvements in ASP.NET Core.
Understanding and Managing Server-Side (Output) Caching in .Net
1/15/2024 6:12:57 AM.
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
Validation Controls In ASP.NET
9/22/2023 6:55:55 AM.
Validation is an important part of the user interface of a Web application. ASP.NET provides a list of validator controls to validate user input. In this article, I will explain the Validation Control
Setting Up Server-Side Google Tag Manager (GTM) with Docker
9/21/2023 9:20:38 AM.
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.
Server-Side Rendering (SSR) and Client-Side Rendering (CSR) in React.js
9/18/2023 5:15:43 AM.
In this article we will learn what is the Server-Side Rendering (SSR) and Client-Side Rendering (CSR) in React Js
Calling A .NET DLL Code On HTML File Using Microsoft .NET Handler And JSON
9/5/2023 9:26:14 AM.
The objective of this article is to explain how to use a .ashx handler to access the DLL or any server on an HTML page using JSON to make the server side/DB call very fast in a simple manner.
Calling the Server-Side Method Asynchronously From Client Script
8/23/2023 9:50:09 AM.
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 dynami
Custom search functionality for data tables for server-side processing with PHP and MySQL
6/30/2023 8:23:57 AM.
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.
Server Side Pagination in MongoDB
6/21/2023 1:36:43 PM.
Here is a step-by-step guide to implementing server-side pagination in MongoDB.
Form Validation in JavaScript
5/18/2023 1:46:00 PM.
Here you learn how to validate form data using JavaScript.
Mastering Angular Best Practices: Tips and Tricks for Building Large-Scale Applications
4/21/2023 9:16:45 AM.
Boost Your Angular Game: Best Practices for Large-Scale Applications. From code optimization to server-side rendering, learn the top tips and tricks to master Angular development and build maintainabl
Basics of JavaScript: Part 2
3/20/2023 6:00:05 AM.
This is Part 2 of th Basics of JavaScript tutorial.
Basics of JavaScript: Part 1
3/20/2023 5:47:01 AM.
In this article we will learn the basics of JavaScript.
What Is Blazor And How It Works
1/23/2023 7:58:48 PM.
In this article, I have explained about Blazor and How does it work.
Server-Side Request Forgery (SSRF)
4/20/2022 4:13:01 AM.
This article discusses the security issue: Server-side request forgery
Example Of Server-Side Request Forgery
4/20/2022 4:12:33 AM.
This is an example of Server-Side Request Forgery (SSRF).
Business Rules With Entity Scope And Custom Code Execution
9/1/2021 1:30:45 PM.
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 Enti
Business Rules With Scope Entity And Server-Side Execution
8/25/2021 12:50:24 PM.
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 Enti
ASP.Net Server Control
6/7/2021 9:35:48 AM.
Here I would like to show how to create a custom ASP.NET server control. I have described all points using a simple example.
Security And Validations In .NET
3/24/2021 6:43:24 AM.
In this article you will learn security and validations in .NET.
ASP.Net MVC Framework Server-Side HTML Caching Techniques
2/15/2021 6:22:33 AM.
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.
Calling Server Side Function From Link Button in ASP.NET
2/10/2021 9:32:15 AM.
This article explains on how to execute server-side functions when the link button is clicked.
Calling Server Side Function From Link Button Using AJAX and jQuery in ASP.NET
2/10/2021 7:33:02 AM.
This article explains how to execute a server-side function using AJAX and jQuery when the link button is clicked. Here the call to the server-side code is handled from the client side.
ASP.Net Framework Server-Side Data Caching Techniques
2/10/2021 5:36:09 AM.
The ASP.NET Framework provides many server-side caching techniques for developers to persist data based on the scope.
HTTP Message Handler in Web API: Implement Server-Side Message Handler
2/1/2021 6:25:40 AM.
This article explains HTTP Message Handlers in the Web API and how to implement a Server-side Message Handler.
ASP.Net MVC Server-Side Validation
1/20/2021 7:42:46 AM.
This article explains the basics of ASP.NET MVC server-side validation using the Data Annotation API.
Client-Side vs Server-Side Programming Languages
7/17/2020 1:59:52 AM.
This article explains the difference between client-side and server-side scripting.
How To Build Server Side Objects Like UDF, Stored Procedure, & Trigger In Cosmos DB
7/13/2020 5:47:24 AM.
In this article, we will discuss the UDF, Stored Procedures, and Triggers in Cosmos DB.
Server-Side Pagination In Datatable.js
6/2/2020 9:08:03 AM.
In this article, we will learn How to manage server-side pagination, sorting, and searching in DataTable.js.
Apply Server Side Validation on DOB Selected by User
4/20/2020 6:47:23 AM.
This article explains how to apply server-side validation on a DOB selected by the user.
Server Side Pagination Using ASP.NET Core And Angular 8 - Part Two
1/27/2020 7:04:44 PM.
In this article we will learn how to create server side paging which is very useful whenever we have to display a large number of records.
Server Side Pagination using ASP.NET Core and Angular 8 - Part Three
1/24/2020 6:05:33 PM.
In this article, we will learn how to create server-side paging, which is very useful whenever we have to display a large number of records.
Server Side Pagination using ASP.NET Core and Angular 8
1/10/2020 7:51:28 AM.
In this article, you will learn about server-side pagination using ASP.NET Core and Angular 8.
Caching - Best Friend And Worst Enemy Of Developer
12/26/2019 12:13:09 AM.
We have all used caching intentionally or unintentionally. It gives us power to increase performance but at the same time it comes with unexpected issues. In this article, we'll see few cases wher
jQuery DataTables With ASP.NET Core Server Side Processing
10/15/2019 6:57:52 AM.
In this article we will try to look at jQuery DataTables with Asp.Net Core Server Side. The goal of this article is to make multiple column server-side sorting and searching along with pagination and
List of Most Common Regular Expressions and Their Uses
8/18/2019 8:06:28 PM.
This article lists common regular expressions and their uses in JavaScript and C#.
Getting Started with Server-Side Blazor
7/18/2019 10:38:08 PM.
This video tells how to get started with Blazor server-side. Blazor is a feature of ASP.NET Core that allows you to build full-stack web applications using C# instead of JavaScript.
Authentication And Authorization With Facebook In Server-Side Blazor
6/18/2019 8:31:54 AM.
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
Authentication And Authorization With Google In Server-Side Blazor
6/18/2019 8:29:39 AM.
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 Stu
Kendo Dropdownlist With Server Side Paging And Searching Using ASP.NET MVC
4/24/2019 7:06:43 AM.
This article shows how to create a KendoUI DropDown list to display countries/states/cities or any thing else with server-side paging and searching.
State Management In ASP.NET
3/19/2019 8:27:21 AM.
The goal of this article is to understand State Management in ASP.NET. ASP.NET has several states including application state, session state, and view state.
Performance Issue In jQuery DataTable About Fetching Records And Steps To Fix It
11/26/2018 9:46:07 AM.
To resolve this performance issue, I am going to show you datatables server-side paging, sorting and filtering in asp.net MVC application.
jQuery Datatable Server Side Processing With Custom Operations
9/20/2018 3:31:48 PM.
How to implement the jQuery DataTables with server-side custom filter searching, IQueryable sorting and pagination in Asp.net MVC 5 application. It’s always best to use a grid with server-side process
Is Server Side Code Dying Out In SharePoint
7/3/2018 3:44:23 PM.
SharePoint Online is a Software as a Service (SaaS) offering from Microsoft which is part of Office 365 suite. In the SaaS model, we only consume the service provided by the service provider that we n
Say Hello To Swift Generic
1/9/2018 10:54:49 AM.
If you have not been introduced to Swift generic yet, then definitely you are missing one of the most beautiful things. In this article, we will try to understand generic in a simple way and we will s
Filtering jQuery Data Table Server Side Using MVC And Entity Framework
11/27/2017 10:48:44 AM.
This article explains how to work with jquery Datatable on the server side and how to use Search Textbox to do serverside filtering using MVC and Entity Framework
Server Side Custom Paging In Angular-UI Grid Using Web API
11/14/2017 6:00:33 PM.
In this article, you will learn how to implement server side custom paging using Angular UI-Grid with Web API and SQL Server database and stored procedure. In this article, I will demonstrate server s
How To Use Ratings In Lists And Libraries Using Rating Settings, Server Side Coding And PowerShell Commands
10/9/2017 11:33:49 AM.
In this article I will discuss how to make use of ratings with your lists & libraries. Ratings are the features introduced by Microsoft which allow users to evaluate & rate the authors. Here I
How To Check Long Server-Side Process Progress In Real Time
7/26/2017 3:00:15 PM.
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 th
Solution: The Data Source Does Not Support Server-Side Data Paging With GridView
6/26/2017 5:18:53 AM.
In this article you will learn how to solve the The data source does not support server-side data paging error in a GridView.
Server Side Pagination Using AngularJS, Web API And SQL Server
3/25/2017 12:10:19 AM.
In this article, we are going to learn how to do Server side pagination with the help of AngularJS, Web API and SQL Server.
Grid View With Server Side Advanced Search Using jQuery DataTables In ASP.NET MVC 5
2/10/2017 11:18:49 PM.
In this article, you will learn about Grid View with Server Side Advanced Search using jQuery DataTables in ASP.NET MVC 5.
Upload Files Or Images To Server Using Node.js
12/12/2016 12:39:12 AM.
In this post, we will see how we can upload files or images to the Server, using Node.js.
Create Claims Viewer Webpart In SharePoint 2013 Using C# Server-Side Object Model
9/12/2016 12:13:34 PM.
In this article, you will learn, how to create Claims Viewer Webpart in SharePoint 2013, using C# Server-Side Object Model.
Add Video Player To SharePoint Content Editor WebPart Programmatically Using Server-Side Object Model
9/6/2016 11:27:31 AM.
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
8/25/2016 2:14:01 PM.
In this article, you will learn, how to add media Webpart to SharePoint page programmatically, using Server-Side Object Model.
Grid View With Server Side Filtering, Sorting And Paging In ASP.NET MVC 5
8/10/2016 12:44:40 AM.
In this article, you will learn about Grid View with Server side Filtering, Sorting, and Paging in ASP.NET MVC 5.
Retrieve Sharepoint Audit Logs Programmatically Using C# Server-Side Object Model
8/5/2016 1:53:58 PM.
In this article, you will learn how to retrieve the SharePoint audit logs programmatically, using C# Server-Side Object Model.
jQuery Datatable With Server Side Data
7/11/2016 4:30:51 AM.
In this article we will learn how to work with jQuery Datatables with server side data.
Chart Widgets With Server Side Data In MVC Using Angular JS And Web API
7/11/2016 4:29:00 AM.
In this article we will learn how we can create some client side chart widgets with the data from SQL Server database.
Upload Files To Azure Media Service From Server Side In MVC
7/6/2016 4:12:56 PM.
In this article, we are going to see how we can upload images or any files to a Media Service Account in Azure from the Server side.
Use Angular UI Grid With Server Side Pagination In ASP.NET MVC Application
5/5/2016 12:55:02 PM.
In this article, I am going to demonstrate how to use Angular UI Grid with server side pagination in ASP.NET MVC application.
Access Server Side Controls In Client Side
12/29/2015 2:22:48 AM.
In this article have discussed how to access server side controls in client side.
Understanding Validation In MVC - Part 1
11/4/2015 1:30:27 AM.
This article will help you to understand how validation can be done in MVC. Firstly, let's understand two types of validation.
Overview On State Management In ASP.NET
10/15/2015 3:08:27 PM.
In this article we will learn about State Management System in ASP.NET
Juice UI: ASP.Net Web Forms With jQuery UI
6/28/2015 2:33:02 PM.
This article explains a new way to use a jQuery UI Control using the Server-Side Control Juice UI Library.
JavaScript: Call a Server Side Method in ASP.Net C#
2/18/2015 12:40:16 AM.
This article explains how to call a Server Side method from JavaScript in ASP.NET C#.
Server Side View State In ASP.NET
1/16/2015 1:53:10 AM.
This article explains how to store your View State on the client-side as well as server-side.
Client Side Validation For Email In ASP.NET
1/14/2015 5:40:49 PM.
This article explains how to do client-side validation for an email in ASP.NET.