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 serializable
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Sourav Kayal (2)
Akshay Shedwad (1)
Bechir Bejaoui (1)
Abhishek Jain (1)
Pramod Singh (1)
Baseem George (1)
Mike Gold (1)
Related resources for serializable
No resource found
Best Practices for Managing Large Session States in ASP.NET MVC
8/14/2024 6:07:12 AM.
To manage large session states in ASP.NET MVC efficiently, follow best practices: minimize stored data, use serializable objects, enable session state compression, and implement distributed caching wi
How to serialize an object using an ISerializable interface
3/23/2022 9:40:07 AM.
In this article I will show you how to serialize an object using ISerializable interface with a very simple manner.
Load Balancing And Session State Configuration
1/18/2021 10:01:48 AM.
Load Balancing And Session State Configuration are techniques for the Application Administrator to divide or distribute the workload evenly across various servers.
Important Interface in .NET: Work With ICloneable Interface
2/22/2014 12:32:43 PM.
In this article we will learn the concepts of the ICloneable interface in the .NET class library.
Important Interface in .NET: Work With ISerializable Interface
2/7/2014 12:38:09 PM.
In this article we will learn the ISerializable interface in the .NET class library.
Object Serialization in VB.NET
11/10/2012 2:05:49 AM.
This application is simple Console application which demonstrate Object Serialization in VB.NET by use of System.Runtime.Serialization namespace.
A Database Component: Inserting Serializable Objects
10/20/2012 4:01:12 AM.
The attached zip file contains two projects - a database component (DLL) project and a Windows forms project called Test. Both projects are written and compiled using Visual Studio .NET version 1.0.
Business Card Designer Using C#
12/26/2005 11:28:19 PM.
For those of you that don't want to go out and buy a fancy business card utility, this article may prove to be just the trick for designing easy colorful business cards.
- Ebook
Source Code: Graphics Programming with GDI+
Graphics Programming with GDI+ is the .NET developer's guide to writing graphics appl...
Download