What is tryparse?


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

Post New Answer

More C Sharp Interview Questions

What is datatable and dataset in c#?

0 Answers  


If u declare two interfaces withsame methodnmae .prototype how can u call the particular method from class?

4 Answers   Microsoft,


Explain the process of inheriting a class into another class?

0 Answers  


What are c# collections?

0 Answers  


Give 2 scenarios where static constructors can be used?

0 Answers  


What is serialization in dot net?

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 main usage of keyword “virtual” ? How does it work for a method or property?

0 Answers   Siebel,


What is difference between web and window application?

0 Answers  


What is private class in c#?

0 Answers  


Which one is trusted and which one is untrusted?

0 Answers  


What is data types in c#?

0 Answers  


Categories