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)

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


Please Help Members By Posting Answers For Below Questions

What you mean by inner exception in c#?

1016


What is difference between iqueryable and ienumerable in c#?

916


How we can create an array with non-default values?

1000


Why do we use yield in c#?

975


Differentiate between static class and singleton instance?

1059


How many bytes is a long c#?

992


What do u mean by delegation?

1003


What is the difference between continue and break statement?

1011


What is default access specifier for class in c#?

1086


What is uint16?

968


What is dbcontext c#?

1059


What are the extension methods in c#?

954


Is c# still popular?

934


Can abstract class have parameterized constructor?

970


Why do we use threads in c#?

1036