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 |
Explain dotnet framework ?
What are the different access modifier? Explain in detail?
What are the five stages in a dlx pipeline? : Dot net architecture
Define pipelining? : Dot net architecture
State the different levels of exceptional safety?
What is the cli? Is it the same as the clr?
Which is the best institute in chennai to learn DotNet? Please help.
48 Answers HCL, Infosys, NIIT,
what is tracing? Where it used?
1. How to restrict a class from allowing to create only one object. I.e., one should be allowed to create only one object of the class type.
1 Answers 247Customer, FinEngine, TCS,
How resource files are used in .net?
Define cache coherency? : Dot net architecture
what is polymorphism and advantage ?