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(2)
Sardar Mudassar Ali Khan (1)
Vijai Anand Ramalingam(1)
Gurpreet Arora(1)
Ranjan Dailata(1)
Rupesh Kahane(1)
Sangeetha S(1)
Nikunj Satasiya(1)
Jaimin Shethiya(1)
Jignesh Trivedi(1)
Nanhe Siddique(1)
Divya Sharma(1)
Amogh Natu(1)
Abhishek Goswami(1)
Anand Lakshminarasimh(1)
Akshay Teotia(1)
Resources
No resource found
Hosting Persistent DevOps Tools on an Azure Windows VM using Docker
Jun 03, 2026.
How to Configure Persistent Volumes in Kubernetes Step by Step
Apr 20, 2026.
Master Kubernetes data persistence! This guide provides a step-by-step walkthrough on configuring Persistent Volumes (PV) and Persistent Volume Claims (PVC).
Empowering Agentic AI with Persistent Memory using Strands Agents SDK
Jul 26, 2025.
In this article, you will learn how to build an Agentic AI assistant using the Strands Agents SDK and FAISS-based memory
Creating Persistent Volumes in Docker for Databases
Feb 29, 2024.
Learn the best practices and step-by-step implementation guide for creating persistent volumes in Docker tailored for databases. Ensure data integrity and availability in Dockerized database environments with reliable storage solutions.
High Speed, Efficient In-Memory And Persistent Remote Dictionary Server (Redis)
Nov 10, 2015.
In this article, I will be discussing about Redis with a sample real world implementation.
Persistent Storage In Xamarin Android App Using Shared Preferences
Dec 01, 2016.
In this article, we will cover how to persist values in Xamarin Android app, using Shared Preferences.
What is WebSocket and How It Works
Sep 05, 2025.
Discover WebSockets, the technology powering real-time web applications. Learn how they enable two-way communication between clients and servers, unlike traditional HTTP. Explore the handshake process, persistent connections, and benefits like low latency and improved user experience.
Learn SharedPreferences in Android
Oct 22, 2024.
SharedPreferences is an Android feature used to store small amounts of data in key-value pairs. It allows apps to save user preferences, settings, and simple data across sessions.
Google Storage Services for Robust Data Management Solutions
Jul 29, 2024.
Google Cloud Storage offers versatile solutions including object, block, and file storage. It provides scalable, secure, and cost-effective options like Persistent Disk, Filestore, Archive, Nearline, and Coldline Storage. Ideal for web apps, data lakes, backup, and media processing.
Memory Cache in C#
Apr 06, 2020.
Learn about optimizing web application performance through cache implementation. Understand various cache types like in-memory, persistent, and distributed caches. Explore methods to add, store, retrieve, and manage data in the cache using .NET MemoryCache.
Configure SQL Server Session State In ASP.NET Core
Mar 01, 2017.
This guide covers setting up SQL Server as a session storage provider, configuring the connection string, enabling session middleware, and ensuring session persistence for scalable web applications.
Introduction to Cookies in ASP.Net
May 07, 2015.
In this article I am trying to explain Cookies in ASP.NET.
Introduction To Cookies in ASP.Net
Jun 06, 2014.
This article explains how to read and write cookies and the differences between Persistent and Non-Persistent Cookies and explains Multivalued Cookies.
State Management Using Cookies
Mar 03, 2014.
This article describes state management using cookies.
What, Why and How About SignalR
Dec 01, 2013.
This article is a brief introduction to SignalR. SignalR is an open source library to add real-time web functionality in your ASP.Net web application.
Object Relational Mapping (ORM) Using NHibernate - Part 8 of 8
Jan 20, 2013.
In this article we clear the question from the end of the first article, How do we manage a persistent object across sessions? .
Web Services State Management Using Application Object
Jan 22, 2012.
A Web Service is a software program that uses XML to exchange information with other software via common internet protocols. In a simple sense, Web Services are a way for interacting with objects over the internet.