How can you write a class to restrict that only one object of this class can be created (Singleton class)?
without modifying source code if we compile again, will it be generated MSIL again?
Difference between Value type & reference types ? and give the example in .Net?
Write a program in C# for checking a given number is PRIME or not.
Write a program to find the angle between the hours and minutes in a clock
Write a C# program to find the Factorial of n
Write a program to create a user control with name and surname as data members and login as method and also the code to call it. (Hint use event delegates) Practical Example of Passing an Events to delegates
How can you read 3rd line from a text file?
What do you know about device context?
What is the concept of strong names?
Explain the process of Serialization?
Can u list some style properties of List Box?
What problem does Delegate Solve?
Why are dynamic link library used over static one?
What do you know about WM_CHAR message?