|
Related Questions |
View Answer |
|
Which of the following can not be declared as virtual
|
View Answer
|
|
By declaring a base class function as virtual we allow the function to be overridden in subclasses
|
View Answer
|
|
Which of the following is not a C# reserved keyword
|
View Answer
|
|
The compiler throws an error if XML comments is not well formed
|
View Answer
|
|
How do you choose 1 entry point when C# project has more Main( ) method?
|
View Answer
|
|
Is it possible to inherit a class that has only private constructor?
|
View Answer
|
|
How can i check whether a dataset is empty or not in C#.net
|
View Answer
|
|
What is XML Schema?
|
View Answer
|
|
What is the default Function arguments?
|
View Answer
|
|
How do i read the information from web.config file?
|
View Answer
|
|
What is object pooling
|
View Answer
|
|
What is the main difference between pointer and delegate with examples?
|
View Answer
|
|
How to convert ocx into DLL
|
View Answer
|
|
This is a Regular expression built for parsing string in vb.net and passed to Regex class. Dim r As Regex = New Regex(",(?=([^""]*""[^""]*"")*(?![^""]*""))")
What is C# equivalent for this regular expression.
|
View Answer
|
|
Why strings are immutable?
|
View Answer
|
|
Why multiple Inheritance is not possible in C#?
|
View Answer
|
|
Constructor is the method which is implicitly created when ever a class is instantiated. Why?
|
View Answer
|
|
What Datatypes does the RangeValidator Control support?
|
View Answer
|
|
Where we can use DLL made in C#.Net
|
View Answer
|
|
How can objects be late bound in .NET?
|
View Answer
|