What is parallel programming in c#?


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

Post New Answer

More C Sharp Interview Questions

Can an Assembly have multiple versions

13 Answers   TCS,


What is icomparer in c#?

0 Answers  


What is xml document how do you open it?

0 Answers  


Are private class-level variables inherited?

5 Answers   HCL, Siebel Systems, Visual Soft,


Is it possible to have different access modifiers on the get/set methods of a property in c#?

0 Answers  






What is an interface class? Give one example of it

0 Answers  


Write one code example for compile time binding and one for run time binding? What is early/late binding?

0 Answers  


What is the diff between the System.Array.CopyTo() and System.Array.Clone()?

0 Answers   Siebel,


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 a race condition?

0 Answers  


Why do we need static class in c#?

0 Answers  


What is an extension method in c#?

0 Answers  


Categories