- 
                    Multi ThreadHow to create, activate, work and stop a Multi Thread? 
- 
                    Defining Random NumberHow to define a random number without making an object? 
- 
                    Image in GridViewHow to retrive an image from database and display it in grideview control? 
- 
                    Retrive Data in Tree ViewHow to retrive data in tree view from database with child node? 
- 
                    PostbackHow does Postback work? 
- 
                    Transfer Data in Windows FormsHow to transfer the data from one form to another form? 
- 
                    Func KeyWhat are Func Key in C# 3.0? 
- 
                    Data RelationWhat is Data Relation? What are data relation objects in C#? 
- 
                    Task Bar IconHow to create our application's icon in taskbar? 
- 
                    Dynamic Interface ImplementationHow to implement an interface to a existing class at runtime? 
- 
                    ThreadingHow does the main thread know of errors in child thread? 
- 
                    Hash CodeWhat is meant by Hash Code? 
- 
                    Implicit ObjectWhat is an Implicit Object? 
- 
                    Data gridHow dotnet works in the background when we fetch data from data base to the grid on the form? 
- 
                    Windows ServiceWhat is Windows Service? Can we develop Windows Service using C#? If Yes, How? How to install or start Windows Service? 
- 
                    C# Static ObjectsHow to create static objects in C#? 
- 
                    Declare Two or More MethodsHow to declare two or more methods in C# program..How to implement that methods in the C# program 
- 
                    JScript UseWhat 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 constructionWrite 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 bitsUse 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