if i want to transmit binary data,,,will it be support by
Webservices or any exceptions ? define

Answers were Sorted based on User's Feedback



if i want to transmit binary data,,,will it be support by Webservices or any exceptions ? define..

Answer / 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

if i want to transmit binary data,,,will it be support by Webservices or any exceptions ? define..

Answer / ish

it is possilble by remoting. not web sevices.

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More C Sharp Interview Questions

Is nullable type c#?

0 Answers  


How do I move from one form to another in c#?

0 Answers  


What is using keyword in C#?

0 Answers   UGC Corporation,


What is threading in c# with example?

0 Answers  


What is a system lock?

1 Answers   AZTEC, Wipro,


What is a helper method in c#?

0 Answers  


Is post back c#?

0 Answers  


Explain the working of serialization?

0 Answers  


What is an interface class in c#?

0 Answers  


What is the difference while using directive vs using statement ?

0 Answers  


What is the use of flag in c#?

0 Answers  


Okay, so an int is a value type, and a class is a reference type. How can int be derived from object?

0 Answers  


Categories