Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is Serialization and how do we implement (in real time
scenario)



What is Serialization and how do we implement (in real time scenario)..

Answer / 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

More C Sharp Interview Questions

Can abstract class have constructor c#?

0 Answers  


What are c# i/o classes? What are the commonly used i/o classes?

0 Answers  


Can hashtable have duplicate keys?

0 Answers  


What is a statement c#?

0 Answers  


What is the use of table aliases?

0 Answers  


What is ado net in c#?

0 Answers  


What is extension method in c sharp?

0 Answers  


Where is the output of TextWriterTraceListener redirected?

1 Answers  


Describe two uses of the “using” statement during the operation of c#?

0 Answers  


What is parallel programming in c#?

0 Answers  


What is default method in c#?

0 Answers  


What is response redirect in c#?

0 Answers  


Categories