What is serialization, how it works in .NET?
Submitted by: AdministratorSerialization is when you persist the state of an object to a storage medium so an exact copy can be re-created at a later stage.
Serialization is used to save session state in ASP.NET.
Serialization is to copy objects to the Clipboard in Windows Forms
Serialization is used by remoting to pass objects by value from one application domain to another
Submitted by: Administrator
Serialization is used to save session state in ASP.NET.
Serialization is to copy objects to the Clipboard in Windows Forms
Serialization is used by remoting to pass objects by value from one application domain to another
Submitted by: Administrator
Read Online Dot Net Job Interview Questions And Answers
Top Dot Net Questions
☺ | Difference Abstract class and Interface in .NET? |
☺ | What is an Intermediate language? |
☺ | What’s typical about a Windows process in regards to memory allocation in .NET? |
☺ | What security measures exist for .NET Remoting in System.Runtime.Remoting? |
☺ | What are possible implementations of distributed applications in .NET? |
Top Dot Net Technologies Categories
☺ | MSF Interview Questions. |
☺ | .Net Architecture Interview Questions. |
☺ | ASP.Net MVC Interview Questions. |
☺ | Entity Framework Interview Questions. |
☺ | C# (Sharp) Programming Language Interview Questions. |