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

What is use of console?

0 Answers  


what is be the overhead, if i use binary transmission. and will it be sent using xml text or how ?

0 Answers  


Why we use get and set method in c#?

0 Answers  


What do constructors do in c#?

0 Answers  


What is the Difference between value and reference type?

12 Answers   Wipro,






Contrast DTDs versus XSDs. What are their similarities and differences? Which is preferred and why ?

1 Answers  


What does namespace mean?

0 Answers  


How to use reflection to call generic method?

0 Answers  


What is the difference between // comments, /* */ comments and /// comments?

0 Answers  


What is difference between write and writeline in c#?

0 Answers  


What is iqueryable in c#?

0 Answers  


Is functional interface runnable?

0 Answers  


Categories