can we assign null value to value type in c#?
Answer Posted / jay
string a = string.Empty;
a = null;
| Is This Answer Correct ? | 14 Yes | 20 No |
Post New Answer View All Answers
Can namespace contain the private class?
What is the difference between hashtable and dictionary in c#?
Is arraylist generic in c#?
Why do we use dictionary in c#?
What are the types of parameters in c#?
Does c# support c type macros?
What does type safety mean?
What are cshtml files?
What is access modifier in c#?
What is an int in c#?
what are the differences between a class and structure
How do I know if executenonquery is successful c#?
In a C# class we have a SortedList member m_addinProjects
we want to provide an iterator to allow the consumer of
this class access to the items in the collection. Please
provide an iterator method for the AnalyzeAddinsDLL class
below and an example of how it would be used.
namespace AnalyzeAddinsDLL
{
public class AllAddInProjects
{
private SortedList
What is a satellite assembly in c#?
Explain how do you debug an asp.net web application?