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
What is satellite assembly? And steps to create satellite assembly?
Define c# delegate?
What are the fundamental principles of oo programming?
What is throw in c#?
What is winforms c#?
Is c# used for any core features of windows vista?
What is an interface class? Give one example of it
What are logical operators in c#?
What is the function of the not null constraint?
Do extension methods have to be static?
Why static constructor is parameterless in c#?
Explain the advantage of using system.text.stringbuilder over system.string?
What is the advantage of dependency injection?
How long does a loop recorder procedure take?
What is string concatenation?