Explain streamreader/streamwriter class?


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

Post New Answer

More C Sharp Interview Questions

c# code for how to merge two sorted arrays Input : A = 2,5,8,4 B = 3,9,10,5 Output : 2,3,4,5,5,8,9,10

3 Answers  


How to include c++ header files in c# components?

1 Answers   UST,


Explain the role of the datareader class in ado.net connections?

0 Answers  


Can abstract class be instantiated 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 a cs file?

0 Answers  


What is sealed class in c#?

0 Answers  


What are functions in c#?

0 Answers  


What is difference between managed and unmanaged code?

0 Answers   SwanSoft Technologies,


2. What happened when BO object has been called?

0 Answers   Mphasis,


What are nested classes in c#?

0 Answers  


What are object pooling and connection pooling and difference between them?

0 Answers  


Categories