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 Data 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]
Alain Natalini (2)
Diptimaya Patra (2)
Uday Dodiya (1)
Yogeshkumar Hadiya (1)
Ashish Shukla (1)
Shivam Tiwari (1)
Humza Tufail (1)
Ajay Kumar (1)
Kailash Chandra Behera (1)
Umair Hassan (1)
Praveen Sreeram (1)
Related resources for Data 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.
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
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
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.
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.