-
In the following cases which is not function overloading
A) Same parameter types but different return valuesB) Varying number of parametersC) Different parameters types but different return valuesD) Different parameters type but same return values
-
Data Structures
Assume you have large set of data, say more than 100,000 elements. Each data element has a unique string associated with it. 1. What data structure has the optimal algorithmic access time to any element when the only thing you know about the element is the unique string associated with it? 2. What is the O() time for access to any element using this data structure? 3. What data structures would you...
-
Garbage Collector Generations Algorithm
Explain the Generations Algorithm used in the context of Garbage Collector
-
How do you load assembly to running process
A) Assembly.Load( )B) Assembly.LoadFrom( )C) Both
-
-
-
Which of the following is an explusive feature of C#?
Skill/Topic: IntermediateA) Object OrientedB) ILC) XML documentation
-
What is CLR?
Skill/Topic: BeginnerA) Common Library ReorganizationB) Csharp Language RespecificationC) Csharp Library RosterD) Common Language Runtime
-
-
Messagebox in C#
How to use messagebox in C#? What is the process for creating message box?
-
What is a delegate?
A delegate object encapsulates a reference to a method. In C++ they were referred to as function pointers.
-
C# pointers
Can we use pointer in c# ?if we can then how it can implement ?and if no then why we can not use pointer in c#?
-
What happens if we refer a variable which in not initialized in C#
A) Compiler throws warning messageB) Compiler throws error messageC) Compiles the application with out any problemExplanation: Variable needs to be initialized before use
-
To access attributes, the following is used:
Skill/Topic: AdvancedA) reflectionB) pointersC) collections
-
NET offers the follwing security features:
Skill/Topic: AdvancedA) Transaction based securityB) Code-based securityC) Both the aboveD) None of the above
-
What is CTS?
Skill/Topic: BeginnerA) Common Translation systemB) Csharp Type SystemC) Common Type SystemD) Constants Translation Specification
-
Design Patterns
What kind of design patterns can be used for C# development projects?
-
-
-
How to implement multiple inheritence in C#
A) Using InterfaceB) Using Abstract classC) Using DelegatesD) Using Events
C# Interview Questions
Ans