if i want to transmit binary data,,,will it be support by
Webservices or any exceptions ? define
Answer Posted / siva
Using binary formatter we can serilize and transmit the
binary data
using System.Runtime.Serialization.Formatters.Binary ;
BinaryFormatter oBinaryFrmat = new BinaryFormatter();
oBinaryFrmat.Serialize(,);
But the only thing is the firewall it has to be disabled.
If any issue in the above said answer please correct me.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
When do you generally use a class over a struct?
Is c# pass by reference?
Is int a struct in c#?
What is the main usage of keyword “virtual†? How does it work for a method or property?
What is a float?
Is dictionary reference type c#?
What is fcl in c#?
Which are the loop types available in c#?
Explain the difference between private and shared assembly?
Explain how is the dll hell problem solved in .net?
What is a collection in c#?
What is an assembly in .net?
What is data quality assurance?
Explain the difference between the system.array.copyto() and system.array.clone()?
List some of the basic string operation?