What is serialization and deserialization in c# with example?


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

Post New Answer

More C Sharp Interview Questions

If we write a goto or a return statement in try and catch block will the finally block execute?

6 Answers  


Can you see a loop recorder?

0 Answers  


What is the difference between values and reference types?

0 Answers   Alcatel-Lucent,


What is private void in c#?

0 Answers  


Why are there five tracing levels in System.Diagnostics.TraceSwitcher?

2 Answers   Siebel Systems,






Can a dictionary have the same key?

0 Answers  


What are the applications of c#?

0 Answers  


C# is case sensitive, what is mean by case sensitive

3 Answers  


What does type safety mean?

0 Answers  


How to use exception handling in stored procedure?

0 Answers   Wipro,


What is assembly and dll in c#?

0 Answers  


class Program { void add() { int x=10, y=20; fun(); Console.WriteLine("{0}", sum); } void fun() { int sum; sum = x + y; } static void Main(string[] args) { Program f =new Program(); f.add(); } } Debug above program.....

3 Answers   HCL,


Categories