What is serialization, how it works in .NET?
Answer / ramesh
serialization is a process of making the object into stream
of bytes to send across the network and platform which can
be in soap or binary or xml format.
serialization is done for the remoting process.
Is This Answer Correct ? | 13 Yes | 0 No |
What is the difference between primary & secondary storage device? : Dot net architecture
Name some changes done since version 3.0?
I can't be bothered with cas. Can I turn it off?
What is msil, and why should my developers need an appreciation of it if at all?
Use of Enable view state ? if turn off what happen ?
Explain the race around condition? : Dot net architecture
Explain about the base class library provided by microsoft.net?
What i sthe meaning of .(dot) in .Net?
What is code access security (cas)?
How to delete the duplicate records from table(having bulk records)?
can aspx page contains two pager tags ?
what is the difference between value types and reference types?