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 |
Explain Intermediate Language?
Explain dma? : .NET Architecture
Explain the number or character entered through keyboard gets converted to equivalent ascii code & it get stored on ram in the binary form.
Explain write back and write through caches? : Dot net architecture
Explain the five stages in a dlx pipeline? : .NET Architecture
What are the types of memory management? : Dot net architecture
can u give me real example of how web.config overrides the machine.config file?
When do I need to use gc.keepalive?
What is a clickonce application?
what is a tool tip
where should I put this information then?
Explain the race around condition? How can it be overcome? : Dot net architecture