What is console based application?


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

Post New Answer

More C Sharp Interview Questions

About delegates and events?

2 Answers   ADITI,


Are private class-level variables inherited?

5 Answers  


Explain how to implement an object pool in c#.net

0 Answers  


What is assembly and dll in c#?

0 Answers  


What is a dbml?

0 Answers  






Why is it not a good idea to use empty destructors?

0 Answers  


Assignment # 1 Print the pattern given below using single printf statement XX XX XX XX XX XX X X X X XX XX XX XX XX XX Assignment # 2 Print the pattern given below using single printf statement (please do NOT use the string function below) 0 909 89098 7890987 678909876 56789098765 4567890987654 345678909876543 23456789098765432 1234567890987654321

3 Answers   Wipro,


Is c# dictionary a hash table?

0 Answers  


Are c# strings immutable?

0 Answers  


Using system; class main { public static void Main() { int a = 1; for (int i = 0; i < 10; i++) { int j = a * 5; Console.WriteLine(a + "*5=" + j); a++; } Console.ReadLine(); } }

1 Answers  


What is Dispose method in .NET ?

9 Answers   247Customer, KAP, TCS,


Explain how can you clean up objects holding resources from within the code?

0 Answers  


Categories