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

Can you declare struct members as protected?

573


How many digits is a 32 bit number?

572


Explain lock, monitors, and mutex object in threading.

596


Can a abstract class have a constructor?

548


What is Reflection in .NET? Namespace? How will you load an assembly which is not referenced by current assembly?

606






What are virtual destructors?

606


What is anonymous method in c#?

545


What is the resgen.exe tool used for?

610


Why do we use static class in c#?

566


What is super class in c#?

540


Where value types are stored in c#?

586


Explain a MSIL ? Why is it appreciated by all developers?

672


How do you remove white spaces from a string?

587


What is eager and lazy loading in c#?

539


What is the difference between do and while loop?

534