Click here to Skip to main content
15,890,882 members
Home / Discussions / C#
   

C#

 
Questiona simple question about forms ? Pin
cmpeng3410-May-06 2:35
cmpeng3410-May-06 2:35 
AnswerRe: a simple question about forms ? Pin
NaNg1524110-May-06 2:40
NaNg1524110-May-06 2:40 
AnswerRe: a simple question about forms ? Pin
Josh Smith10-May-06 3:21
Josh Smith10-May-06 3:21 
AnswerRe: a simple question about forms ? Pin
StevenS_Dev10-May-06 7:27
StevenS_Dev10-May-06 7:27 
GeneralForm.Close vs Dispose Pin
S. Senthil Kumar10-May-06 2:10
S. Senthil Kumar10-May-06 2:10 
QuestionSerialization Pin
jjsforyou10-May-06 1:23
jjsforyou10-May-06 1:23 
AnswerRe: Serialization Pin
CWIZO10-May-06 1:58
CWIZO10-May-06 1:58 
AnswerRe: Serialization Pin
Ravi Bhavnani10-May-06 4:19
professionalRavi Bhavnani10-May-06 4:19 
There is a slight difference.
  • Serialization strictly means pushing your object's data into a stream of some sort, while deserialization refers to the opposite process (recreating your object from the contents of a stream).

  • Persistence has to do with persisting (permanently saving) a stream to a permanent store (file, database, content management system, source code repository, etc).
The two are often used together. You usually serialize an object (or a collection of objects) to a persistent store so that you can recreate the objects at a later date. But you could just as well serialize your object into a stream that's transmitted to a service.

/ravi

My new year's resolution: 2048 x 1536
Home | Music | Articles | Freeware | Trips
ravib(at)ravib(dot)com

QuestionOrgent questions Pin
NaNg1524110-May-06 0:52
NaNg1524110-May-06 0:52 
QuestionAnswers please? Pin
NaNg1524110-May-06 8:24
NaNg1524110-May-06 8:24 
QuestionReading Pdf Pin
pirogramci10-May-06 0:44
pirogramci10-May-06 0:44 
AnswerRe: Reading Pdf Pin
Ryan Roberts10-May-06 1:14
Ryan Roberts10-May-06 1:14 
AnswerRe: Reading Pdf Pin
Jax_qqq10-May-06 1:37
Jax_qqq10-May-06 1:37 
QuestionImage Viewer in C# 2.0 Pin
hangto10-May-06 0:39
hangto10-May-06 0:39 
QuestionWindows Service SQL trigger Pin
RhysMG10-May-06 0:14
RhysMG10-May-06 0:14 
QuestionWeb services Error Pin
Ramadas_SST9-May-06 23:56
Ramadas_SST9-May-06 23:56 
QuestionRijndael decryption Pin
davidmgray9-May-06 23:41
davidmgray9-May-06 23:41 
AnswerRe: Rijndael decryption Pin
davidmgray9-May-06 23:46
davidmgray9-May-06 23:46 
GeneralRe: Rijndael decryption Pin
Trance Junkie10-May-06 4:20
Trance Junkie10-May-06 4:20 
QuestionHow to change the color of scroll bar in c# desktop Application ? Pin
Jax_qqq9-May-06 23:22
Jax_qqq9-May-06 23:22 
AnswerRe: How to change the color of scroll bar in c# desktop Application ? Pin
alexey N9-May-06 23:45
alexey N9-May-06 23:45 
GeneralRe: How to change the color of scroll bar in c# desktop Application ? Pin
Jax_qqq9-May-06 23:54
Jax_qqq9-May-06 23:54 
GeneralRe: How to change the color of scroll bar in c# desktop Application ? Pin
alexey N10-May-06 0:22
alexey N10-May-06 0:22 
GeneralRe: How to change the color of scroll bar in c# desktop Application ? Pin
Jax_qqq10-May-06 0:37
Jax_qqq10-May-06 0:37 
Questionbrowser application in windows form Pin
ranandbe9-May-06 23:18
ranandbe9-May-06 23:18 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.