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 the difference between continue and break statement?

0 Answers  


what are the files we need to deploay a project in the system?

2 Answers  


What?s the difference between the Debug class and Trace class?

2 Answers  


List the difference between interface and abstract class?

0 Answers  


Is array reference type / value type?

15 Answers   Accenture,






Oops concepts ?

2 Answers   Accenture, Digital GlobalSoft,


Wht executescaler method is used?

0 Answers  


How Is The Dll Hell Problem Solved In .net?

0 Answers   Siebel Systems,


What is session c#?

0 Answers  


Explain anonymous type in c#?

0 Answers  


What is CLR and its application.?

0 Answers   MCN Solutions,


What is var c#?

0 Answers  


Categories