-
C# Calender Days
How to find out how many calender days are there between two dates in c#.net?
-
When you inherit a protected class-level variable, who is it available to?
Classes in the same namespace.
-
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,... -
Shallow and Deep Copy
What is shallow and deep copy in C#? How to perform the same in C#?
-
MessageBox in ASP.NET Page
How to display and create Message box in ASP.NET using C# code?
-
Native Keyword
What is native keyword in C#?
-
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
-
-
-
Remoting
What is remoting? How is it useful?
-
How to get the capacity of an array in C#
A) Count PropertyB) Length PropertyC) Ubound method
-
Public Members
Why do we use properties rather than public members?
-
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?
-
Explicit Implimentation
What do you mean by Explicit Interface Implimentation? What's Interface Mapping?
-
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?
-
-
-
Uses of delegates
What is a delegate in C# and when are they commonly used in Windows Forms programming?
-
-
C# Interview Questions
Ans