how to Create a datagridview control with check box column
with 8rows in it, the maximum number of check boxes checked
should be 3, when user checks the 4th corresponding message
should be displayed and check box should be checked. User
can uncheck the checked boxes
Note: read-only property should not be used
what are some characteristics of an array?
can we throw execption from catchblock
What is a satellite assembly in c#?
Is dictionary reference type c#?
Explain the difference between a namespace and assembly name in .net?
When can a derived class override a base class member?
Why ref is used in c#?
What is difference between ilist and list in c#?
What is the namespcae generally given to the webpage of the .NET Framework ?
What are properties in c#. Explain with an example?
Can we inherit class that contains only one private constructor?
Contrast between an interface and abstract class?