-
XML documents for a C# program can be generated using
Skill/Topic: IntermediateA) /xmldoc switchB) /doc switchC) /gendoc switch
-
Which of the following are predefined reference types in C#?
Skill/Topic: BeginnerA) intB) objectC) string
-
Delegates and Generics in c#
What is the advantage of using delegates and Generics in c# .
-
How do I make a DLL in C#?
You need to use the /target:library compiler option.
-
'this' in C#
Explain about 'this' and where and when it should be used?
-
Data Relation
What is Data Relation? What are data relation objects in C#?
-
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.
-
Task Bar Icon
How to create our application's icon in taskbar?
-
Dynamic Interface Implementation
How to implement an interface to a existing class at runtime?
-
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,... -
Threading
How does the main thread know of errors in child thread?
-
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#?
-
Hash Code
What is meant by Hash Code?
-
Implicit Object
What is an Implicit Object?
-
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
-
-
C# Interview Questions
Ans