What is serialization of data?


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

Post New Answer

More C Sharp Interview Questions

What you mean by inner exception in c#?

0 Answers  


Why do we use lambda expression in c#?

0 Answers  


What does question mark mean in c#?

0 Answers  


What is a Managed Code??

0 Answers  


What is lazy loading entity framework?

0 Answers  






What is a hash table in c#?

0 Answers  


Why do we use Design Pattern?

1 Answers   Impetus,


what kind of questions (.net)to expect in a telephonic interview.This is the first time i will be facing a tele interview .Any inputs regarding this??

2 Answers   iNube Software Solutions,


What is the delegates 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,


What is desktop GUI application?

0 Answers  


What is the difference between icomparer and icomparable in c#?

0 Answers  


Categories