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 difference between state server and sqlserver? : .NET Architecture
Explain the purpose of cache? How is it used? : Dot net architecture
when garbage collector come into picture. ?
what is diffrent beatween localprinter and networkprinter
Xmlserializer is throwing a generic "there was an error reflecting myclass" error. How do I find out what the problem is?
what is tracing? Where it used?
What is a service class?
Define cache coherency and how is it eliminated? : Dot net architecture
2. I've a class Parent Class A and a Derived Class B. Here is a scenario. I've an instance of Class A as objA and an instance of Class B as objB. I can refer a child class variable as objB=objA, but cannot do objA=objB what is the reason?
2. What type of code (server or client) is found in a Code-Behind class?
Different types of authentication modes in .net framework ?
Whats new features in Visual Studio 2012?