-
Uses of delegates
What is a delegate in C# and when are they commonly used in Windows Forms programming?
-
-
-
Postbackurl and Navigateurl
What is difference between "Session" and "Session" Objects? What is the use of "postbackurl" and "navigateurl" and the differences between those two things?
-
Explicit Implimentation
What do you mean by Explicit Interface Implimentation? What's Interface Mapping?
-
AutoPostBack Property
There is Cancel button and OK button on page. When we click Cancel button it skips all validation controls and goes to next page.(a)Page AutoPostback of Cancel is True.(b)Page AutoPostback of Cancel is False.(c)Page AutoPostback of OK is True.(d)Page AutoPostback of OK is False.Which option is correct?
-
Public Members
Why do we use properties rather than public members?
-
How to get the capacity of an array in C#
A) Count PropertyB) Length PropertyC) Ubound method
-
Remoting
What is remoting? How is it useful?
-
-
-
MFC GUI without flickering
User is continuously entering some in GUI and it is doing some background processing and updating in GUI. How to do it without flickering the GUI using MFC?Thanks,Raja Gregory
-
Implicit Object
What is an Implicit Object?
-
Hash Code
What is meant by Hash Code?
-
Native Keyword
What is native keyword in C#?
-
MessageBox in ASP.NET Page
How to display and create Message box in ASP.NET using C# code?
-
Shallow and Deep Copy
What is shallow and deep copy in C#? How to perform the same in C#?
-
Threading
How does the main thread know of errors in child thread?
-
Given colors, subtract the fade value and print
What is wrong with the following C# code? It should take the given colors and subtract the given fadeValue and then print out the new faded values. Please copy and paste the code into your response and fix it so that it works correctly.
using System;namespace PCD{ class MainClass { static void Main(string[] args) { int red=110; int green=220; int blue=230; getFadedColor(red,... -
Dynamic Interface Implementation
How to implement an interface to a existing class at runtime?
C# Interview Questions
Ans