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 |
How will you do windows authentication and what is the namespace?
Explain dotnet framework ?
Explain COM with example?
What is serialization, how it works in .NET?
what is the use of SQL command builder class in C#.net? Explain how can we execute a stored procedure using C#.Net? What is the difference between .DLL and .EXE?
Describe the advantages of writing a managed code application instead of unmanaged one. What is involved in certain piece of code being managed?
Let's say I have an existing application written using Visual Studio 6 (VB 6, InterDev 6) and this application utilizes Windows 2000 COM+ transaction services. How would you approach migrating this application to .NET ?
Explain about developer benefit from memory management?
What is ILDASM ?
What is abstact class? in which scinario we can use abstact class?
What is an interrupt? : .NET Architecture
What is difference between Desktop, Client Server & Web based applications?