What exactly is being serialized when you perform
serialization? scope in C# ?
Answer / manjunath
seriallization is a process to convert the object into
stream of bytes.
this seriallization process is performed at the time of
remoting.
| Is This Answer Correct ? | 1 Yes | 3 No |
what is tracing? Where it used?
Difference between type constructor and instance constructor?
What is .net mobile utility controls. : Microsoft dot net mobile
Why am I getting an invalidoperationexception when I serialize an arraylist?
What exactly is being serialized when you perform serialization? scope in C# ?
Explain cache? : .NET Architecture
What is the difference between l1 and l2 cache? : Dot net architecture
What is password attribute of the textbox control of .net mobile? : Microsoft dot net mobile
What is the difference between a web custom control,web user control and a web part.
Explain the difference between l1 and l2 cache? : .NET Architecture
Which Binding best suits where a WCF Service and the client application resides in the same machine?
What does the "EnableViewState" property do? Why would I want it on or off?