Can a struct be null?
What is interface c#?
Explain the process of Serialization?
How does dll hell solve in .net?
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..
What is the do while loop code?
What is sql transaction in c#?
How do I format a string in c#?
please exaplain gridview and what are the process available for it. how to add the row number automatically? is it possible to add child controls ?
What is difference between ienumerable and ienumerator in c#?
What are strong name assemblies?
How does bubble sort work?
Explain About Assembly in .NET, types of assemblies, their difference, How to register into GAC. How to generate the strong names & its use.