What is Serialization and how do we implement (in real time
scenario)
Answer Posted / saurabh
Serialization is process of converting an object into stream
of bytes so that it can be stored or transferred across the
network.
Real time scenario ?
Try saving an object to session implemented using
Aspnet_State service or sql server. Here all the object need
to be stored in session requires to be support serialization.
because both aspnet_state service and session stored in sql
server requires object to support serialization
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
How to update the gui from another thread in c#?
What is console based application?
What is type checking in c#?
What does an indexer do?
What are the steps for creating clr trigger
How to implement singleton design pattern in c#?
What do you mean by for each loop?
What are the features of c#?
What is the use of 'using' statement in c#?
What is instantiating a class in c#?
What is a property c#?
What is difference between assembly and namespace?
What does clr stand for?
hi all.... i need code snippets for store and retrive tiff fromat images in sqlserver....... kindy provide it.......
What is a console file?