|
Related Questions |
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
|
|
How to find exceptions in database
|
View Answer
|
|
How we can use inheritance and polymorphisms in c# programming?
|
View Answer
|
|
Can we use Friend Classes or functions in C# the way we use it in C++
|
View Answer
|
|
Can u create the instance for abstract classes
|
View Answer
|
|
Which keyword is used of specify a class that cannot inherit by other class?
|
View Answer
|
|
What is protected internal class in C#
|
View Answer
|
|
What is wrapper class?is it available in c#?
|
View Answer
|
|
Which debugging window allows you to see all the name and values of all the variables in scope?
|
View Answer
|
|
Which debugging window allows you to see the methods called in the order they were called?
|
View Answer
|
|
You have an event handler called MyEvent and you want to link the click event of control, MyButton, to use MyEvent, what is the code that will like them together?
|
View Answer
|