Answer Posted / varma
Name space is a collection of free defined classes,it is
mainly used for naming collison.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What does the parsefloat function do?
What are the two kinds of properties in c#.
Explain the term inheritance in C#.
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's the difference between an integer and int?
What are strings in c#?
What is _viewstart cshtml?
How to find methods of a assembly file (not using ILDASM)?
Okay, so an int is a value type, and a class is a reference type. How can int be derived from object?
explain the features of static/shared classes.
Can struct be static in c#?
What is the purpose of a namespace?
What is the use of base keyword? Tell me a practical example for base keyword’s usage?
How can you set image source dynamically from c# application to ”test.png” file?
What is the .NET collection class that allows an element to be accessed using a unique key?