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 Persistence
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Veena Sarda (2)
CSharp TV (2)
Alain Natalini (2)
Diptimaya Patra (2)
Uday Dodiya (1)
Yogeshkumar Hadiya (1)
Jitendra Mesavaniya (1)
C# Curator (1)
Vishal Nayan (1)
Ashish Shukla (1)
Shivam Tiwari (1)
Humza Tufail (1)
Ajay Kumar (1)
Kailash Chandra Behera (1)
Mahesh Chand (1)
Umair Hassan (1)
Praveen Sreeram (1)
Abhishek Kumar Ravi (1)
Manoj S Pant (1)
Sachin Kalia (1)
Supreet Tare (1)
Praveen Kumar (1)
Scott Lysle (1)
Related resources for Persistence
No resource found
Learn LocalStorage In JavaScript
8/28/2024 9:17:13 AM.
LocalStorage is a JavaScript feature that allows developers to store key-value pairs in a user's browser, persisting data even after the browser is closed. It's ideal for saving user preferenc
Implementing MongoDB with .NET
6/26/2024 6:35:29 AM.
Learn essential techniques for data persistence, leveraging MongoDB's document-oriented structure, implementing CRUD operations with C#, and optimizing performance using the MongoDB .NET driver.
Understanding Managing Sessions in .NET
6/25/2024 5:53:20 AM.
Sessions in web development persist user data across requests despite HTTP's stateless nature. This article details sessions in .NET, showing initialization, data storage, and termination. It expl
What Are Object-Oriented Databases And Their Advantages
6/12/2024 10:23:20 AM.
In this article, you will learn what object-oriented databases are what are their advantages.
Hour 1: Understanding 5 ASP.NET State management techniques in 5 hours
5/31/2024 11:51:15 AM.
Learn the fundamentals of ASP.NET state management in 5 hours. Understand and implement five key techniques: Session State, View State, Application State, Cookies, and Query Strings. This comprehensiv
ASP.NET State Management Techniques Part 2
5/31/2024 10:08:40 AM.
ASP.NET state management techniques include session, application, view state, cookies, query strings, and more. These manage data across requests, enhancing user experience and enabling data persisten
Simple Insert And Select (CRUD) Operation Using .NET Core MVC With ADO.NET And Entity Framework Core
5/7/2024 10:33:55 AM.
Learn to perform basic CRUD operations in .NET Core MVC using both ADO.NET and Entity Framework Core. Build a robust data access layer for seamless integration with your web application.
Introduction To Serialization In .NET
4/23/2024 7:22:38 AM.
In this article, we will Learn about various serialization formats like binary, XML, and JSON, along with serialization attributes and best practices for efficient data handling and persistence within
What is Memento Pattern in C#?
2/9/2024 5:57:36 AM.
In this article, we will learn aboutThe Memento Pattern in C# enables capturing and restoring an object's state. It's crucial for implementing undo/redo functionalities and managing state chan
Serialize And Deserialize Objects By Using BinaryFormatter
10/10/2023 11:26:52 AM.
Serializing and deserializing objects using BinaryFormatter in C# is a powerful technique for converting complex objects into a binary format for storage, transmission, or deep cloning. This process a
Need Of Polyglot Persistence
8/21/2023 9:43:26 AM.
Polyglot Persistence refers to the practice of using multiple database systems, each optimized for a specific type of data storage and retrieval, within a single application or system architecture. Th
State Persistence - Kubernetes Fundamentals Ep. 12
3/31/2023 2:21:01 AM.
In this episode, you will learn about State Persistence in Kubernetes.
Key to Success - Patience and Persistence
6/29/2022 5:36:04 PM.
Patience and persistence play a major role in the success of a person.
Coffee with Pros ft. Naveen Sharma
7/20/2020 5:37:52 AM.
In this episode of Coffee with Pros we have Naveen Shrama, who is Enterprise Architect, Leadership Coach, Author, International Speaker.
Data Persistence Using SQLite In Xamarin.Forms
7/4/2017 2:07:15 PM.
In this article, we are going to make our data persistence using SQLite in Xamarin.Forms. Firstly we will setup SQLite db for our project than make a table in it and add some data in this table. After
How To Operate With Data Persistence In Xamarin.Forms - Part Two
6/23/2017 11:57:23 AM.
In this one, I’ll show you how to use the file system to save data using Xamarin with the .Forms UI Technology and the PCL (Portable Class Library) code sharing strategy.
How To Operate With Data Persistence In Xamarin.Forms - Part One
6/2/2017 6:09:03 PM.
How to operate with data persistence in Xamarin.Forms.
Azure Redis Cache Configure Data Persistence
12/10/2016 1:10:58 PM.
In this article, we will learn what Data Persistence is and how to configure the same for Azure Redis Cache
Introduction To Persistence Storage In iOS
9/1/2016 3:30:30 PM.
In this article, you will learn about Persistence Storage in iOS.
POCO, DTO and Persistence Ignorance Overview
6/3/2016 1:34:41 PM.
In this article you will learn about POCO, DTO and persistence ignorance.
Polyglot Persistence Options In Azure
4/27/2016 3:12:39 PM.
In this article we will see the data storage options that Microsoft Azure provides.
Explore Persistence Caching In Web API Using CacheCow.Server.EntityTagStore.SqlServer
4/12/2016 9:47:35 AM.
In this article you will learn how to explore Persistence Caching in Web API using CacheCow.Server.EntityTagStore.SqlServer.
Saving Silverlight Application's User Settings in DB
4/24/2013 4:42:22 PM.
This blog helps you save a user's settings in the Database for a #Silverlight Application.
RSS Widget 2 In Silverlight 3 with Data Persistence
9/29/2012 9:08:45 AM.
This is a new version of my old RSS Widget, the new thing about is it's Data Persistence using ISO Storage.
Chapter 8:Workflow Persistence
2/4/2012 1:21:59 AM.
This article describes workflow persistence and also examines how persistence works in windows workflow foundation(WF) world.
Data Persistence Navigation in Silverlight 3
12/16/2009 1:54:11 AM.
There are situations where you need to input some data as well as navigate to a specific page and come back to enter data again. In that case usually Silverlight doesn't persist data.
Manage Data in a Win Forms Application (without the Database)
5/12/2008 6:04:13 AM.
This article provides an approach to building an application that may be used to collect, store, and retrieve data without relying upon a database to get there.