Answer Posted / stanly jose
All the above descriptions are corret.
Seriallization is done for the faster accessing of remote
object. So it is mainly used in remoting.
Remoting is a concept in .Net which helps to access/make
use of remote (through internet) application(/object).
So the object requested is converted in to stream of bytes
and get transfered to the requsted application.
Is This Answer Correct ? | 9 Yes | 1 No |
Post New Answer View All Answers
How to reduce image resolution in C#?
What is the purpose of constructor in c#?
Why is c# a good programming language?
Explain About Global.asax
Compare and contrast between the System.Array.CopyTo() and Clone()?
What do you mean by serialization in .NET?
What is null in database?
What is the difference between ienumerable and iqueryable?
windows c# using datagridview in edit form sql server
What is the syntax for calling an overloaded constructor within a constructor?
What does the initial catalog parameter define in the connection string?
Can properties be overloaded in c#?
What do you use c# for?
Define c# delegate?
What are the 3 elements of delegation?