-
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?
-
Image in GridView
How to retrive an image from database and display it in grideview control?
-
Retrive Data in Tree View
How to retrive data in tree view from database with child node?
-
Postback
How does Postback work?
-
Transfer Data in Windows Forms
How to transfer the data from one form to another form?
-
Func Key
What are Func Key in C# 3.0?
-
Data Relation
What is Data Relation? What are data relation objects in C#?
-
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?
-
Threading
How does the main thread know of errors in child thread?
-
Hash Code
What is meant by Hash Code?
-
Implicit Object
What is an Implicit Object?
-
Data grid
How dotnet works in the background when we fetch data from data base to the grid on the form?
-
Windows Service
What is Windows Service? Can we develop Windows Service using C#? If Yes, How? How to install or start Windows Service?
-
C# Static Objects
How to create static objects in C#?
-
Declare Two or More Methods
How to declare two or more methods in C# program..How to implement that methods in the C# program
-
JScript Use
What is the use of JScript? How to get value of input tag? How to change inner value of div tag from JavaScript.
-
Write a class in C# which get an action in its construction
Write a class in C# which get an action (parameter less delegate) in its construction and has a single public method ‘bool execute()’ which does following: 1. Execute the action only if no other thread is currently executing the action.2. If another thread is already executing, wait until thread finished before returning (but without executing action again)3. Return true if current thread that action,...
-
Use C# to turn on the 4th and 7th bits
Use C# to turn on the 4th and 7th bits of a said byte myFlag, in which right most bit is first bit.Answer[Flags] enum BitFlags : byte { One = (1
C# Interview Questions
Ans