Why do you need to serialize
Answer / kirti
We need to serialize the object,if you want to pass object from one computer/application domain to another.Process of converting complex objects into stream of bytes that can be persisted or transported.Namespace for serialization is System.Runtime.Serialization.The ISerializable interface allows you to make any class Serializable..NET framework features 2 serializing method.
1.Binary Serialization 2.XML Serialization
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain linq to entities? : Entity framework
What is the difference between old ADO.NET and Entity framework coding techniques?
What is reflection?
5 Answers Accenture, Merrill Lynch, Microsoft,
If you change something in web.config file.Do u need to compile again?
5 Answers Broadridge, SMNetserv,
What is the .net framework and how does it work?
I couldnot answer for projects bcz i have 2+ fake experience.can you please tell me how to answer..?
what are background threads? give ex?
What meant of assembly & global assembly cache (gac) & Meta data
What are Code Blocks in Views?
How to set background for total website, on that another another layer, in that we keep website data,,for example see www.msn.com. On one faded background we ll have layer like other background..Do explain how its possible
how do you mark a property as required? For example, for a project, the name is a required field.
What is action methods in web api?