-
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
-
Transfer Data in Windows Forms
How to transfer the data from one form to another form?
-
Postback
How does Postback work?
-
Retrive Data in Tree View
How to retrive data in tree view from database with child node?
-
Image in GridView
How to retrive an image from database and display it in grideview control?
-
-
Messagebox in C#
How to use messagebox in C#? What is the process for creating message box?
-
Multi Thread
How to create, activate, work and stop a Multi Thread?
-
Defining Random Number
How to define a random number without making an object?
-
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?
C# Interview Questions
Ans