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 |
Define a virtual memory? : Dot net architecture
Explain what does the term "green architecture" mean? : Dot net architecture
how we can fire event in databound column in datagrid without using button?
what is the shortcutkey for solution explorer and add new item?
when garbage collector come into picture. ?
What are the major differences between services and web services?
Whats new features in Visual Studio 2012?
How to upload in video,mp4,in .net 4.5 ..?
Define cache coherency? : Dot net architecture
what is the shortcut key for toolbox and add existing item?
What does the term "green architecture" mean? : Dot net architecture
What does the "EnableViewState" property do? Why would I want it on or off?