7. C# provides a default constructor for me. I write a constructor that takes a string as a parameter, but want to keep the no parameter one. How many constructors should I write?
2 7777
What does executescalar return in c#?
Why do we need static in c#?
Explain the various types of classes used in c#?
List down the different ide’s provided by microsoft for c# development.
How do I create a multilanguage, single-file assembly?
What is executenonquery c#?
Is c# code is managed or unmanaged code?
Can the accessibility of a type member be greater than the accessibility of its containing type?
Is string null or empty?
What is use of a HashTable in .NET?
What is main thread in c#?
What is a type c#?
What is variable and its classification?
What is the c# equivalent of c++ catch (...), Which was a catch-all statement for any possible exception?
What is jit (just in time)?