What's the c# syntax to catch any possible exception?
No Answer is Posted For this Question
Be the First to Post Answer
Define parsing?
What is dependency injection in simple words?
what are the advantages of c# over vb.net?
10 Answers Choice Solutions, HCL, Practical Viva Questions,
List out two different types of errors in c#?
Is string a class in c#?
Can you inherit multiple interfaces?
What is ienumerator c#?
What are data types in C#?
0 Answers TryTechnicals Pvt Ltd,
I have a class declared as below public class a { public void add() {} } What is the diference between a a1 =new a; and simply a a1;
Why do we use readonly in c#?
Hai, I want to open a new form while the previous form is hiding or closing. I tried this with using MDI.I created one form like ParentForm.placed one button control.when clicked one that it opend new form like ChildForm.When i set the property of ChildForm to Maximize,but the ParentForm button control also appearing on the childform. so plz help me how to hide parentform controls(hide parentform while it is childform opened) thanq..
Is array value type in c#?