What is the use of xmlserializer?


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

Post New Answer

More C Sharp Interview Questions

Tell me the difference between value passing and address passing?

0 Answers   NIIT,


how can your software identify which version of dot net framework install in client pc and install framework accordingly

2 Answers   pspl,


what will be the output of the given below coding. using System; public class Exercise { static void OddNumbers(int a) { if (a >= 1) { Console.Write("{0}, ", a); a -= 2; OddNumbers(a); } } public static int Main() { const int Number = 9; Console.WriteLine("Odd Numbers"); OddNumbers(Number); Console.WriteLine(); return 0; } }

1 Answers   iGate,


How?s method overriding different from overloading?

3 Answers  


What is a c# delegate?

0 Answers  


what are the Disadvantages of vb

0 Answers   Digital GlobalSoft,


What are the advantages of using assemble language programming?

0 Answers   Ittiam Systems,


what are the benefits in using c# ?

1 Answers  


Is is possible to force garbage collector to run?

0 Answers  


Okay, so an int is a value type, and a class is a reference type. How can int be derived from object?

0 Answers  


What are the types of methods in c#?

0 Answers  


Can abstract class have constructor?

0 Answers  


Categories