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
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 |
What is the difference between continue and break statement?
what are the files we need to deploay a project in the system?
What?s the difference between the Debug class and Trace class?
List the difference between interface and abstract class?
Is array reference type / value type?
Oops concepts ?
2 Answers Accenture, Digital GlobalSoft,
Wht executescaler method is used?
How Is The Dll Hell Problem Solved In .net?
What is session c#?
Explain anonymous type in c#?
What is CLR and its application.?
What is var c#?