Why Join
Become a member
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
TECHNOLOGIES
ANSWERS
LEARN
NEWS
BLOGS
VIDEOS
INTERVIEW PREP
BOOKS
EVENTS
CAREER
MEMBERS
JOBS
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)
Bipin Joshi (1)
Kailash Chandra Behera (1)
Jaish Mathews (1)
Raimund Neumuller (1)
Lee SangEun (1)
Related resources for BinaryFormatter
No resource found
Serializing Objects In C#
10/13/2020 9:36:42 PM.
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
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.
Serialize and Deserialize Objects by Using BinaryFormatter
4/12/2013 4:14:39 PM.
In this article you will learn about Serialize and Deserialize Objects by Using BinaryFormatter.
Apply Object Serialization in Real Life Situation
10/13/2012 4:19:54 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.
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