Can we customize the serialization process?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Sharp Interview Questions

What is static void main in c#?

0 Answers  


How can you sort the elements of the array in descending order?

4 Answers  


Can you call from an inherited constructor to a specific base constructor if both base class and an inheriting class has a number of overloaded constructors?

0 Answers   Siebel,


Name some properties of array.

0 Answers  


When you inherit a protected class-level variable, who is it available to?

5 Answers   CMC, IBM,


Explain the types of errors in c#?

0 Answers  


Does c# have its own class library?

0 Answers  


How?s method overriding different from overloading?

3 Answers  


What are "class access modifiers" in C#?

0 Answers   Genpact,


What is a protected class in c#?

0 Answers  


int i = 1; int j = 1; System.Console.WriteLine(i == j); System.Console.WriteLine(i.ToString() == j.ToString()); System.Console.WriteLine((object)i == (object)j); Give the sample code above, what is the output to the console?

5 Answers  


What is the difference between an application domain and a process?

0 Answers  


Categories