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


Please Help Members By Posting Answers For Below Questions

What are instance fields in c#?

535


Explain the difference between passing parameters by value and passing parameters by reference with an example?

495


Explain when should you call the garbage collector in .net?

477


Explain About ADO and its objects

569


What is the advantage of singleton class?

478






What is disconnected data architecture in c#?

479


What is cookies c#?

483


What is array class in c#?

457


How does the clr work?

495


Write one code example for compile time binding and one for run time binding? What is early/late binding?

595


What is datatable and dataset in c#?

480


What is the advantage of constructor in c#?

491


If casting fails what type of exception is thrown?

480


Why to use “using” in c#?

552


Are c# strings immutable?

484