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 |
What is cache coherency? : Dot net architecture
hi, kindly send WWF(.net 3.5) pdf notes to my id. thanx in advance, chays
What are the main Tools to develop .Net Application?
Explain cache memory? : Dot net architecture
Explain different pipelining hazards and how are they eliminated? : Dot net architecture
What are the important principles of soa (service oriented 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?
How to upload in video,mp4,in .net 4.5 ..?
What is the difference between l1 and l2 cache? : Dot net architecture
There are so many languages are already existing for developing application.Then what is the need of .net.
What is cookie less session?
Explain how cache is used? : Dot net architecture