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 BinaryFormatter
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Mike Gold (3)
Vidya Vrat Agarwal (1)
Bipin Joshi (1)
Kailash Chandra Behera (1)
Jaish Mathews (1)
Raimund Neumuller (1)
Lee SangEun (1)
Related resources for BinaryFormatter
No resource found
.NET Serialization
4/24/2024 1:26:20 PM.
Serialization in .NET facilitates object state persistence, enabling transmission across networks or storage in various formats like binary and XML. It ensures data integrity, exemplified by the US Vi
Serializing Objects In C#
10/16/2023 5:55:56 AM.
Serialization in C# is the process of converting an object into a stream of bytes to store the object to memory, a database, or a file. Its main purpose is to save the state of an object in order to b
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
Apply Object Serialization In Real Life Situation
9/22/2023 11:15:45 AM.
Object serialization is a process of streaming an object into a byte array. This article explains the object serialization process using a real world example.
Printing Invoices using C# and .NET
5/21/2020 4:31:07 AM.
This program can stand improvements but it will get you started in creating an invoice and printing it to the printer.
Printing out your W2 Form using C# and .NET
5/21/2020 4:18:14 AM.
This article covers a fairly practical aspect of using a computer - dealing with forms.
Memory Game
2/1/2006 11:40:12 PM.
This is a memory game where you can use your favorite pictures (.bmp, jpg, gif).
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.
Saving and Reading Object to/from a Database
12/16/2005 5:33:55 AM.
An object is a memory stream, which is hard to write using the normal methods. In this article, I show how you can save objects in a database and read back from the database.
- Ebook
Source Code: Graphics Programming with GDI+
Graphics Programming with GDI+ is the .NET developer's guide to writing graphics appl...
Download