C#

What does the keyword virtual mean

What does the keyword virtual mean in the method
Full details

How do we read the information from web.config file

How do we read the information from web.config file? ...
Full details

How we can use inheritance and polymorphisms

How we can use inheritance and polymorphisms in c# ...
Full details

Which method is implicitly called

Which method is implicitly called when an object is created? ...
Full details

How can you sort the elements of the array in descending order

How can you sort the elements of the array in descending order ...
Full details

Which keyword is used of specify a class

Which keyword is used of specify a class that cannot inherit ...
Full details

How to convert ocx into DLL?

How to convert ocx into DLL? ...
Full details

What is the difference between const and static read-only?

What is the difference between const and static read-only? ...
Full details

How we hand SQL exceptions?

How we hand SQL exceptions? ...
Full details

What is C# equivalent for this regular expression?

What is C# equivalent for this regular expression? ...
Full details

Can we inherit the java class in C# class?

Can we inherit the java class in C# class? ...
Full details

What is the advantage of serialization

What is the advantage of serialization? ...
Full details

What is wrapper class

What is wrapper class? ...
Full details

How do you load assembly to running process?

How do you load assembly to running process? ...
Full details

What do you do to Configure .Net for

What do you do to Configure .Net for JIT activation? ...
Full details

How the constructors are called in a multilevel

How the constructors are called in a multilevel hierarchy? ...
Full details

What is protected internal class in C#?

What is protected internal class in C#? ...
Full details

How can we check whether a dataset

How can we check whether a dataset is empty or not ...
Full details

What happens if we refer a variable

What happens if we refer a variable which in not initialized in C# ?...
Full details

Why multiple inheritances are not possible in C#?

Why multiple inheritances are not possible in C#? ...
Full details

How do you inherit from a class in C#?

How do you inherit from a class in C#? ...
Full details

What Datatypes does the RangeValidator

What Datatypes does the RangeValidator Control support? ...
Full details

How do you refer parent classes in C#

How do you refer parent classes in C#? ...
Full details

Where we can use DLL made in C#.Net

Where we can use DLL made in C#.Net ...
Full details

Can we use pointers in C#?

Can we use pointers in C#? ...
Full details

What is the class that handles SQL Server

What is the class that handles SQL Server ...
Full details

How can objects be late bound in .NET?

How can objects be late bound in .NET? ...
Full details

What is the default Function arguments?

What is the default Function arguments? ...
Full details

Where does the version dependency recorded?

Where does the version dependency recorded? ...
Full details

What is true about read only variable in C# code?

What is true about read only variable in C# code? ...
Full details

Which is the first level of compilation

Which is the first level of compilation in the .NET languages? ...
Full details

What is the first step to do anything with assembly

What is the first step to do anything with assembly?...
Full details

How to get the capacity of an array in C#

How to get the capacity of an array in C#?...
Full details

Which modifiers hide an inherited method

Which modifiers hide an inherited method with same signature? ...
Full details

Which method is used by COM+

Which method is used by COM+ to ascertain whether ...
Full details

What does the volatile modifier do?

What does the volatile modifier do?...
Full details

Which class use to Read/Write data

Which class use to Read/Write data to memory?...
Full details

How do you deploy an assembly?

How do you deploy an assembly? ...
Full details

How do you import Activex component

How do you import Activex component in to .NET?...
Full details

What does Main method returns in C#?

What does Main method returns in C#? ...
Full details

What is the use of fixed statement?

What is the use of fixed statement?...
Full details

How are the attributes specified in C#?

How are the attributes specified in C#?...
Full details

What is the order of destructors called

What is the order of destructors called in a polymorphism ...
Full details

What is use of ‘Reflection’?

What is use of ‘Reflection’? ...
Full details

How do you make a class not instantiable?

How do you make a class not instantiable? ...
Full details

How do you add objects to hashtable?

How do you add objects to hashtable? ...
Full details

Describe the accessibility modifier protected internal

Describe the accessibility modifier protected internal?...
Full details

Why strings are immutable?

Why strings are immutable? ...
Full details

What is an indexer in C#?

What is an indexer in C#?...
Full details

What is the main difference between pointer

What is the main difference between pointer and delegate ...
Full details

Which are the important features of IL?

Which are the important features of IL? ...
Full details

Does C# support multiple inheritances?

Does C# support multiple inheritances? ...
Full details

Which operator is used for Type Casting?

Which operator is used for Type Casting?...
Full details

What is a multicast delegate

What is a multicast delegate? ...
Full details

Which utility is used to create resource

Which utility is used to create resource file?...
Full details