What are some examples of desktop applications?


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

Post New Answer

More C Sharp Interview Questions

Is c++ or c# better?

0 Answers  


What is the Use Of Interfaces? For example I have a interface as shown below? Interface IMyInterface { public void MyMethod(); } class MyClass : IMyInterface { public void Mymethod() { Some Code } } class Program { static void Main(string[] args) { MyClass obj = new MyClass(); obj.MyMethod(); } } Here What is My Question is? If i remove Interface and run this code, it will executed then what is the Use of the interface? Can any one give me the solution for this Problem? Thanks in Advance!

1 Answers   HCL,


What is the difference between string keyword and system.string class?

0 Answers  


What is the full form of GAC? Explain its uses?

0 Answers   PUCIT,


how to stored and retrive video in Sql server using asp.net c#......?

0 Answers   Sans Pareil IT Services,






What is the do while loop code?

0 Answers  


Difference between value and reference type.

0 Answers  


Why do we use hashtable in c#?

0 Answers  


What is type system in c#?

0 Answers  


What is lambda expression in c#?

0 Answers  


What?s the implicit name of the parameter that gets passed into the class? set method?

1 Answers  


How to find methods of a assembly file (not using ILDASM)?

0 Answers  


Categories