What are the types of parameters in c#?
No Answer is Posted For this Question
Be the First to Post Answer
Explain the difference between a struct and a class?
What is a generic class?
When can a derived class override a base class member?
What are the important concepts in OOPS
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..
Why are there five tracing levels in System.Diagnostics.TraceSwitcher?
What is the difference between int16 and int32 in c#?
What is difference between "as" and "is" keyword?
What are the delegates in c#?
how dot net compiled code will become platform independent?
What is the keyword used to prevent a class from being inherited by another class?
Can we inherit static class in c#?