Does the .NET Framework have in-built support for
serialization?
Answer Posted / swapna
There are two separate mechanisms provided by the .NET
class library - XmlSerializer and soapFormatter or
BinaryFormatter. Microsoft uses XmlSerializer for Web
Services, and uses SoapFormatter/BinaryFormatter for
remoting. Both are available for use .
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
what is entity framework?
Which version of the common language runtime (clr) does the .net framework 3.0 use?
What are the components required to create a route in ASP.Net MVC?
How to answer for project questions..?
What are differences between entity framework and l2s? : Entity framework
What is basic authentication in web api?
Can you please explain the request flow in ASP.NET MVC framework?
what is linq to entities?
Give an example for authorization filters in an asp.net mvc application?
What are the main components of .net framework?
What is the .net framework 3.0 (formerly winfx)?
what is way of loading data in ef (entity framework)?
What is the use of the default route {resource}.axd/{*pathinfo} ?
Is the following route definition a valid route definition? {controller}{action}/{id}
Can any particular component of .net framework 3.0 be removed?