What is desktop GUI application?


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

Post New Answer

More C Sharp Interview Questions

What are the methods in c#?

0 Answers  


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

0 Answers  


Explain the difference between Response.Write () and Response.Output.Write ().

0 Answers   Atos Origin,


Explain the types of comments in c#?

0 Answers  


If you define a user defined data type by using the struct keyword, is it a value type or reference type?

0 Answers  






int i = 1; int j = 1; System.Console.WriteLine(i == j); System.Console.WriteLine(i.ToString() == j.ToString()); System.Console.WriteLine((object)i == (object)j); Give the sample code above, what is the output to the console?

5 Answers  


Explain the difference between “system.array.clone()” and “system.array.copyto()” in c#?

0 Answers  


What is difference between an Structure and Class?

0 Answers  


Why we can't create the object of abstract class ?

15 Answers   Assyst, CTS, HCL, IBM, L&T,


Explain the constructor in c#.

0 Answers  


Enlist the different types of classes in c#?

0 Answers  


What is Custom attribute? How to create? If I'm having custom attribute in an assembly, how to say that name in the code?

0 Answers  


Categories