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 different about namespace declaration when comparing that to package declaration in java?
does .NET support multiple inheritance ?
What are different types that a variable can be defined and their scopes ?
What is cookie less session?
how we can fire event in databound column in datagrid without using button?
i wish to write mcts(microsoft certified technology specialist) exam. can anyone give the model question or format and preparation method?
What is private constructor? And it's use?
what is the difference between master page and content page?
Explain difference between state server and sqlserver? : .NET Architecture
what are the lifetime events of a from?
What are the major differences between services and web services?
How does an appdomain get created?