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

Why do we need delegates in c#?

0 Answers  


How?s method overriding different from overloading?

3 Answers  


Can a string be null c#?

0 Answers  


What is difference between web and window application?

0 Answers  


What is lazy class in c#?

0 Answers  






What is streamreader/streamwriter class?

0 Answers  


What is the compiler of c#?

0 Answers  


If you define a user defined data type by using the struct keyword, is it a value type or reference type?

0 Answers  


Can var be null c#?

0 Answers  


Is stringbuilder faster than string concatenation c#?

0 Answers  


List down the differences between “dispose” and “finalize” methods in c#.

0 Answers  


Explain About Postback

0 Answers   BirlaSoft,


Categories