If a base class has a bunch of overloaded constructors, and an inherited class has another bunch of overloaded constructors, can you enforce a call from an inherited constructor to an arbitrary base constructor?
2 6316What?s the C# equivalent of C++ catch (?), which was a catch-all statement for any possible exception?
1 5800
What is the use of generics in c#?
What is icollection in c#?
What is assembly c#?
What is the function of the not null constraint?
Can destructors have access modifiers?
What is streamreader/streamwriter class?
Tell us something about static linking and dynamic linking?
What is semaphore in c#?
What are some of the commonly used commands in sqlcommand?
I was trying to use an out int parameter in one of my functions. How should I declare the variable that I am passing to it?
what are the contents of an assembly ?
What is difference between ienumerable and list?
How will you get the different language strings?
What is the difference between ref and out in c#?
Can we change static variable value in c#?