⟩ Web service support a) Data set b) dataReader c) both of above d) none of above
a) Data Set
Web service support Data Set and not support data reader
a) Data Set
Web service support Data Set and not support data reader
Can you prevent your class from being inherited and becoming a base class for some other classes?
If a base class has a bunch of overloaded constructors ...
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?
How do I make a DLL in C#?
Will finally block get executed if the exception had not occurred?
What is the C# equivalent of C++ catch (…), which was a catch-all statement for any possible exception? Does C# support try-catch-finally blocks?
Is there regular expression (regex) support available to C# developers?
Is there a way to force garbage collection?
Does C# support properties of array types?
What connections does Microsoft SQL Server support?